Pre-publication evaluation
Jump to navigation
Jump to search

Essentials
- Confirm that the mod has been built under Release rather than Debug.
- Read Steam 3rd Party Mod Support.
- Read Customizing Options: Keyboard.
- A shared soundcache manifest is built.
- 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
. - 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.
materias/temp
directory
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.
- Encrypt
bin\client.dll
withUPX