Non-code mod settings: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(more)
(fixed wikilink)
Line 12: Line 12:
| <code>[[SourceScheme.res|Resource\SourceScheme.res]]</code>  || Change GUI appearance  
| <code>[[SourceScheme.res|Resource\SourceScheme.res]]</code>  || Change GUI appearance  
|-
|-
| <code>scripts/titles.txt</code> || Set [[localized strings]]. See [[Adding chapters to your mod]]
| <code>scripts/titles.txt</code> || Set some [[VGUI_Documentation#Localization|localized strings]]. See [[Adding chapters to your mod]]
|-
|-
| <code>scripts/chapterbackgrounds.txt</code> || List the chapter background images (used until background map is loaded). See [[Adding chapters to your mod]]
| <code>scripts/chapterbackgrounds.txt</code> || List the chapter background images (used until background map is loaded). See [[Adding chapters to your mod]]

Revision as of 10:15, 23 October 2005

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.

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