Pre-publication evaluation: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
{{note|The following items are numbered to help you keep track of where you are in this process, not as an order for a specific procedure.}}
# Read and add what is desired from [[Steam 3rd Party Mod Support]].
# Read and add what is desired from [[Steam 3rd Party Mod Support]].
# Delete [[#Sedimentary Files|sedimentary files]]
# Delete [[#Sedimentary Files|sedimentary files]]
Line 10: Line 11:
==Sedimentary Files==
==Sedimentary Files==
Deletion of the following files and directories would make the initial installation tidier.
Deletion of the following files and directories would make the initial installation tidier.
* <code>demoheader.tmp</code>
# <code>demoheader.tmp</code>
* <code>stats.txt</code>
# <code>stats.txt</code>
* <code>textwindow_temp.html</code>
# <code>textwindow_temp.html</code>
* <code>cfg\banned_user.cfg</code>
# <code>cfg\banned_user.cfg</code>
* <code>cfg\banned_ip.cfg</code>
# <code>cfg\banned_ip.cfg</code>
* <code>cfg\config.cfg</code><br/>If a customized config is desired, include a <code>cfg\config_default.cfg</code> in your mod release.
# <code>cfg\config.cfg</code><br/>If a customized config is desired, include a <code>cfg\config_default.cfg</code> in your mod release.
* <code>scripts\kb_def.lst</code><br/>See [[The Default Keyboard Layout]]
# <code>scripts\kb_def.lst</code><br/>See [[The Default Keyboard Layout]]
* <code>scripts\settings.scr</code><br/>This should be placed in the <code>cfg</code> folder.
# <code>scripts\settings.scr</code><br/>This should be placed in the <code>cfg</code> folder.
* <code>bin\client.pdb</code>
# <code>bin\client.pdb</code>
* <code>bin\server.pdb</code>
# <code>bin\server.pdb</code>
* Possibly <code>scene.cache</code> and <code>modelsounds.cache</code> if a lower download size is desired.<br/>{{note|These files would require rebuilding by the client.}}
# Possibly <code>scene.cache</code> and <code>modelsounds.cache</code> if a lower download size is desired.<br/>{{note|These files would require rebuilding by the client.}}
* <code>maps/soundcache/<mapname>.cache</code> (but leave the <code>.manifest</code>s)<br/>{{note|These files would require rebuilding by the client.}}
# <code>maps/soundcache/<mapname>.cache</code> (but leave the <code>.manifest</code>s)<br/>{{note|These files would require rebuilding by the client.}}
* <code>SAVE</code> directory
# <code>SAVE</code> directory
* <code>screenshots</code> directory
# <code>screenshots</code> directory
* <code>reslists</code> directory
# <code>reslists</code> directory
* <code>DownloadLists</code> directory<br/>{{note|These '''minor''' files would require rebuilding by the client.}}
# <code>DownloadLists</code> directory<br/>{{note|These '''minor''' files would require rebuilding by the client.}}
[[Category:Modding]]
[[Category:Modding]]

Revision as of 19:55, 2 March 2006

Note.pngNote:The following items are numbered to help you keep track of where you are in this process, not as an order for a specific procedure.
  1. Read and add what is desired from Steam 3rd Party Mod Support.
  2. Delete sedimentary files
  3. Include an icon for the mod if desired in resource\game.ico.
  4. Files required for each map are in their places.
  5. A shared soundcache manifest is built.
  6. Add ocumentation on mod-specific console commands and console variables.
  7. Implementation for all functionalities desired to be in this release is completed.
  8. Include the FGD for third-party mod mappers if desired.
  9. Design a default MOTD, or Message of the Day, for your mod in motd.txt.

Sedimentary Files

Deletion of the following files and directories would make the initial installation tidier.

  1. demoheader.tmp
  2. stats.txt
  3. textwindow_temp.html
  4. cfg\banned_user.cfg
  5. cfg\banned_ip.cfg
  6. cfg\config.cfg
    If a customized config is desired, include a cfg\config_default.cfg in your mod release.
  7. scripts\kb_def.lst
    See The Default Keyboard Layout
  8. scripts\settings.scr
    This should be placed in the cfg folder.
  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. maps/soundcache/<mapname>.cache (but leave the .manifests)
    Note.pngNote:These files would require rebuilding by the client.
  13. SAVE directory
  14. screenshots directory
  15. reslists directory
  16. DownloadLists directory
    Note.pngNote:These minor files would require rebuilding by the client.