User:Maven/todo: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Note about updated links.)
 
(26 intermediate revisions by 2 users not shown)
Line 4: Line 4:


==By hand==
==By hand==
*Add links from entity pages to AKG tuts
*Compile-check blank mod with VC++ 2005 Express
**What other sites?
*General tutorial on custom sound
*Prop gallery
**optional lipsynch
**Investigate alternate layout (mock-ups)
**sound manifest
**The workaround for vanilla HL2
**CC
*General tutorial on beginning choreography
**New choreo scene
**Actors
**Channels
**WAVs
**gestures,etc
**placing in map with [[logic_choreographed_scene]]
**triggering events in map (or just link to other article)
*Detailed elevator article/tutorial.
*More [[Abstract Mapping]] articles.
*Make it easier for newcomers to find stuff
*Make it easier for newcomers to find stuff
**Declutter [[SDK Docs]]?
**Look for ways to make help easier to find.
**Floated nav menu for where to find various kinds of help?
**Floated nav menu for "Getting Started" mod pages.
::eliminate redund from: [[Faq morehelp]], [[Valve Developer Community:Help]], [[Help Desk]]
:*Floated nav menu for "Getting Started" mod pages.
*Finish [[Non-code mod settings]]
*Finish [[Non-code mod settings]]
*<del>Slap third-party templates on Category:HL2 Third Party Mods - anything that stays still long enough.</del>
**<del>Category:HL1 Third Party Mods - These too.</del> (These two categories have been replaced with [[:Category:Source mods]] and [[:Category:GoldSrc mods]] respectively. --[[User:MossyBucket|MossyBucket (formerly Andreasen)]] 01:53, 5 February 2011 (UTC))
*Detailed testing of [[logic_lineto]] and cousins


==Bot projects==
==Bot projects==
Need version 0.3 XML export.
Need version 0.3 XML export.
*Complete Availability info in all entities
*Complete Availability info in all entities
*Prop gallery: Add all [[HL2]] and [[CS:S]] props (and be ready for [[DOD:S]])
**Later, check articles against SDK code
**Each prop should say whether it's intended as a [[prop_physics]], [[prop_static]], etc '''and be in a corresponding category'''
*Check apostrophe usage across site (Scalawag!) [trivially easy]
*Check apostrophe usage across site (Scalawag!) [trivial]
*Check for dead external links [trivially easy]
*Check for dead external links [trivial]
 
==Semi-automated==
*I forgot the [[CS:S]] entities!
*Do [http://developer.valvesoftware.com/w/index.php?title=Special:Whatlinkshere&target=Template%3AEnt_not_in_fgd these] too
*Sort and categorize: [[List of base entities]], [[List of HL2 entities]], [[List of HL2DM entities]], and [[List of CS:S entities]].

Latest revision as of 18:53, 4 February 2011

List of things I might do. If someone else does them first, though, that's absolutely fine.

Note.pngNote:Please do not add items to this page. If there's something that you think I should do, mention it on my talk page.

By hand

  • Compile-check blank mod with VC++ 2005 Express
  • General tutorial on custom sound
    • optional lipsynch
    • sound manifest
    • The workaround for vanilla HL2
    • CC
  • General tutorial on beginning choreography
    • New choreo scene
    • Actors
    • Channels
    • WAVs
    • gestures,etc
    • placing in map with logic_choreographed_scene
    • triggering events in map (or just link to other article)
  • Detailed elevator article/tutorial.
  • More Abstract Mapping articles.
  • Make it easier for newcomers to find stuff
    • Look for ways to make help easier to find.
    • Floated nav menu for "Getting Started" mod pages.
  • Finish Non-code mod settings
  • Slap third-party templates on Category:HL2 Third Party Mods - anything that stays still long enough.
  • Detailed testing of logic_lineto and cousins

Bot projects

Need version 0.3 XML export.

  • Complete Availability info in all entities
    • Later, check articles against SDK code
  • Check apostrophe usage across site (Scalawag!) [trivially easy]
  • Check for dead external links [trivially easy]

Semi-automated