Pre-publication evaluation: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 9: | Line 9: | ||
## <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_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]] | ||
| Line 19: | Line 21: | ||
## <code>screenshots</code> directory | ## <code>screenshots</code> directory | ||
## <code>reslists</code> directory | ## <code>reslists</code> directory | ||
## <code>DownloadLists</code> directory | |||
# Include the [[FGD]] for third-party mod mappers if desired. | # Include the [[FGD]] for third-party mod mappers if desired. | ||
# Design a default MOTD, or Message of the Day, for your mod in <code>motd.txt</code>. | # Design a default MOTD, or Message of the Day, for your mod in <code>motd.txt</code>. | ||
[[Category:Modding]] | [[Category:Modding]] | ||
Revision as of 23:20, 27 February 2006
- Read and add what is desired from Steam 3rd Party Mod Support.
- Include an icon for the mod if desired in
resource\game.ico. - Files required for each map are in their places.
- A shared soundcache is built.
- Implementation for all desired functionalities in this release is completed.
- Delete sedimentary files & directories
demoheader.tmpstats.txttextwindow_temp.htmlcfg\banned_user.cfgcfg\banned_ip.cfgcfg\config.cfg
If a customized config is desired, include acfg\config_default.cfgin your mod release.scripts\kb_def.lst
See The Default Keyboard Layoutscripts\settings.scr
This should be placed in thecfgfolder.bin\client.pdbbin\server.pdb- Possibly
scene.cacheandmodelsounds.cacheif a lower download size is desired.
Note:These files would require rebuilding by the client. - Possibly map-specific soundcaches in
maps\soundcache
Note:These files would require rebuilding by the client. SAVEdirectoryscreenshotsdirectoryreslistsdirectoryDownloadListsdirectory
- Include the FGD for third-party mod mappers if desired.
- Design a default MOTD, or Message of the Day, for your mod in
motd.txt.