Liblist.gam: Difference between revisions
mNo edit summary |
RavuAlHemio (talk | contribs) (add gamedll_osx) |
||
Line 6: | Line 6: | ||
[[#gamedll|gamedll]] "string" | [[#gamedll|gamedll]] "string" | ||
[[#gamedll_linux|gamedll_linux]] "string" | [[#gamedll_linux|gamedll_linux]] "string" | ||
[[#gamedll_osx|gamedll_osx]] "string" | |||
secure "{{boolean}}" | secure "{{boolean}}" | ||
svonly "{{boolean}}" | svonly "{{boolean}}" | ||
Line 24: | Line 25: | ||
Relative path to 16x16 24 bit .tga file. | Relative path to 16x16 24 bit .tga file. | ||
==gamedll== | ==gamedll== | ||
This keyvalue refers to | This keyvalue refers to the game DLL file relative to the mod's root folder. Path separators should be <code>\</code>. | ||
==gamedll_linux== | ==gamedll_linux== | ||
This keyvalue refers to | This keyvalue refers to the game SO file relative to the mod's root folder. Path separators should be <code>/</code>. | ||
==gamedll_osx== | |||
This keyvalue refers to the game DYLIB file relative to the mod's root folder. Path separators should be <code>/</code>. | |||
==secure== | ==secure== | ||
Allow VAC secure server. | Allow VAC secure server. |
Revision as of 09:38, 15 April 2013
game "string" icon "string" developer "string" developer_url "string" manual "string" gamedll "string" gamedll_linux "string" gamedll_osx "string" secure "<boolean>" svonly "<boolean>" cldll "<boolean>" type "..." startmap "<map>" trainmap "<map>" mpentity "<ent>" mpfilter "string" 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.
icon
Relative path to 16x16 24 bit .tga file.
gamedll
This keyvalue refers to the game DLL file relative to the mod's root folder. Path separators should be \
.
gamedll_linux
This keyvalue refers to the game SO file relative to the mod's root folder. Path separators should be /
.
gamedll_osx
This keyvalue refers to the game DYLIB file relative to the mod's root folder. Path separators should be /
.
secure
Allow VAC secure server.
svonly
Is this a server only mod?
type
This keyvalue is either singleplayer_only
, multiplayer_only
, or omitted.
mpentity
This keyvalue is WON only. Use mpfilter instead.
mpfilter
Do not show maps with names containing this string in Create Server dialogue.
fallback_dir
This keyvalue specifies a mod directory (i.e. cstrike
, NS
, etc...) for the filesystem to mount. This will only mount mods installed to steamapps\half-life\ and Half-Life itself.