User:Maven/todo: Difference between revisions

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


==By hand==
==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.
*Detailed elevator article/tutorial.
*More [[Abstract Mapping]] articles.
*More [[Abstract Mapping]] articles.
Line 10: Line 24:
**Floated nav menu for "Getting Started" mod pages.
**Floated nav menu for "Getting Started" mod pages.
*Finish [[Non-code mod settings]]
*Finish [[Non-code mod settings]]
*Slap third-party templates on [[:Category:HL2 Third Party Mods|anything that stays still long enough]].
*<del>Slap third-party templates on Category:HL2 Third Party Mods - anything that stays still long enough.</del>
**[[:Category:HL1 Third Party Mods|These]] too.
**<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
*Detailed testing of [[logic_lineto]] and cousins



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