Pre-publication evaluation: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 2: Line 2:
# Files required for each map are in their places.
# Files required for each map are in their places.
# A shared [[soundcache]] is built.
# A shared [[soundcache]] is built.
# Implementation for all desired functionalities in this release is complete.
# Implementation for all desired functionalities in this release is completed.
# Remove sedimentary files & directories
# Delete sedimentary files & directories
## <code>demoheader.tmp</code>
## <code>demoheader.tmp</code>
## <code>stats.txt</code>
## <code>stats.txt</code>

Revision as of 23:13, 27 February 2006

Stub

This article or section is a stub. You can help by expanding it.

  1. Files required for each map are in their places.
  2. A shared soundcache is built.
  3. Implementation for all desired functionalities in this release is completed.
  4. Delete sedimentary files & directories
    1. demoheader.tmp
    2. stats.txt
    3. textwindow_temp.html
    4. cfg\config.cfg
      If a customized config is desired, include a cfg\config_default.cfg in your mod release.
    5. scripts\kb_def.lst
      See The Default Keyboard Layout
    6. scripts\settings.scr
      This should be placed in the cfg folder.
    7. SAVE directory
    8. screenshots directory
    9. bin\client.pdb
    10. bin\server.pdb
    11. Possibly scene.cache and modelsounds.cache if a lower download size is desired.
      Note.pngNote:These files would require rebuilding by the client.
    12. Possibly map-specific soundcaches in maps\soundcache
      Note.pngNote:These files would require rebuilding by the client.