Pre-publication evaluation: Difference between revisions
Jump to navigation
Jump to search
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.
m (→Excess Files: Mapcycle note) |
m (expanded on maplists....should be clearer now) |
||
Line 4: | Line 4: | ||
# Read [[Steam 3rd Party Mod Support]]. | # Read [[Steam 3rd Party Mod Support]]. | ||
# Read [[Customizing Options: Keyboard]]. | # Read [[Customizing Options: Keyboard]]. | ||
# If a <code>maplist.txt</code> exists, rename it to <code>mapcycle.txt</code>, the default for [[mapcyclefile]] [[ConVar]]. | |||
# Delete [[#Excess Files|excess files]] | # Delete [[#Excess Files|excess files]] | ||
# Files required for each map are in their places. | # Files required for each map are in their places. | ||
Line 12: | Line 13: | ||
===Excess Files=== | ===Excess Files=== | ||
If one of the following files or directories exist, deletion would make the mod's installation tidier. | If one of the following files or directories exist, deletion would make the mod's installation tidier. | ||
# <code>demoheader.tmp</code> | # <code>demoheader.tmp</code> | ||
# <code>stats.txt</code> | # <code>stats.txt</code> |
Revision as of 17:43, 9 April 2006

Essentials
- Confirm that the mod has been built under Release rather than Debug.
- Read Steam 3rd Party Mod Support.
- Read Customizing Options: Keyboard.
- If a
maplist.txt
exists, rename it tomapcycle.txt
, the default for mapcyclefile ConVar. - Delete excess files
- Files required for each map are in their places.
- Design a default MOTD, or Message of the Day, for the mod in
motd.txt
. - A shared soundcache manifest is built.
- Implementation for all functionalities desired to be in this release is completed.
- Remove source folders (mapsrc, materialsrc, modelsrc)
Excess Files
If one of the following files or directories exist, deletion would make the mod's installation tidier.
demoheader.tmp
stats.txt
textwindow_temp.html
cfg\banned_user.cfg
cfg\banned_ip.cfg
cfg\config.cfg
scripts\kb_def.lst
scripts\settings.scr
This should be placed in thecfg
folder.bin\client.pdb
bin\server.pdb
- Any *.db files that may have collected from image preview resources.
- Possibly
scene.cache
andmodelsounds.cache
if a lower download size is desired.Note:These files would require rebuilding by the client.
maps/soundcache/*.cache
(do not delete the.manifest
s)Note:These files would require rebuilding by the client.
SAVE
directoryscreenshots
directoryreslists
directorymaterials/maps
directoryDownloadLists
directoryNote:These minor files would require rebuilding by the client.
Refining
- Read VGUI2 Programming Best Practices.
- Encrypt weapon scripts using vice.
- Add documentation on mod-specific console commands and console variables.
- Include an icon for the mod if desired in
resource\game.ico
. - Include the FGD for third-party mod mappers.