Non-code mod settings: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(Added "Server Settings GUI") |
||
Line 23: | Line 23: | ||
| <code>[[Customizing Options: Keyboard#cfg/config_default.cfg|cfg/config_default.cfg]]</code> || Set the default keyboard layout | | <code>[[Customizing Options: Keyboard#cfg/config_default.cfg|cfg/config_default.cfg]]</code> || Set the default keyboard layout | ||
|- | |- | ||
| <code>[[Server Settings GUI|Server Settings GUI]]</code> || Edit the local and dedicated server settings pages. | |||
|} | |} | ||
[[Category:Modding]] | [[Category:Modding]] |
Revision as of 11:02, 28 May 2007
Here are some of the files that can be modified for a mod, but which do not require any programming.
For programming documentation, see Category:Programming.
All file paths are relative to the mod directory.
Most mods will want to change these
File | What it lets you do |
---|---|
gameinfo.txt |
Set mod title, icon, and other settings |
maplist.txt |
List maps used by the mod |
Resource\SourceScheme.res |
Change GUI appearance |
scripts/titles.txt |
Set some localized strings. See Adding chapters to your mod |
scripts/ChapterBackgrounds.txt |
List the chapter background images (used until background map is loaded). See Adding chapters to your mod |
scripts/kb_act.lst |
Set the contents of the Keyboard tab of the Options menu. |
cfg/config_default.cfg |
Set the default keyboard layout |
Server Settings GUI |
Edit the local and dedicated server settings pages. |