Liblist.gam: Difference between revisions
Jump to navigation
Jump to search
m (Robot: fixing template case.) |
Craziestdan (talk | contribs) mNo edit summary |
||
Line 4: | Line 4: | ||
[[Steam 3rd Party Mod Support|developer_url]] "..." | [[Steam 3rd Party Mod Support|developer_url]] "..." | ||
[[Steam 3rd Party Mod Support|manual]] "..." | [[Steam 3rd Party Mod Support|manual]] "..." | ||
[[#gamedll|gamedll]] | [[#gamedll|gamedll]] "..." | ||
[[#gamedll_linux|gamedll_linux]] "..." | [[#gamedll_linux|gamedll_linux]] "..." | ||
secure "{{boolean}}" | secure "{{boolean}}" |
Revision as of 20:54, 31 May 2009
game "..." icon "..." developer "..." developer_url "..." manual "..." gamedll "..." gamedll_linux "..." secure "<boolean>" svonly "<boolean>" cldll "<boolean>" type "..." startmap "<map>" trainmap "<map>" mpentity "<ent>" fallback_dir "..." fallback_maps "..." nomodels "<boolean>" nohimodels "<boolean>" detailed_textures "<boolean>"
game
The string specified under game
appears as the title for the window when the mod is running; it is also used in My Games List.
gamedll
This keyvalue refers to a dll file relative to the mod's root folder. Path separators should be \
.
gamedll_linux
This keyvalue refers to an so file relative to the mod's root folder. Path separators should be /
.
type
This keyvalue is either singleplayer_only
, multiplayer_only
, or omitted.
fallback_dir
This keyvalue specifies a mod directory (i.e. cstrike
, NS
, etc...) for the filesystem to mount.
fallback_maps
Todo: Find out how this one works...