Liblist.gam/Half-Life: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
= {{hl|4}} Liblist = | |||
== Legacy== | |||
{{codeblock|src=liblist.gam|lang=gam|<nowiki>// Valve Game Info file | |||
// These are key/value pairs. Certain mods will use different settings. | |||
// | |||
game "Half-Life" | |||
startmap "c0a0" | |||
trainmap "t0a0" | |||
mpentity "info_player_deathmatch" | |||
gamedll "dlls\hl.dll" | |||
gamedll_linux "dlls/hl.so" | |||
gamedll_osx "dlls/hl.dylib" | |||
secure "1" | |||
type "singleplayer_only" | |||
</nowiki>}} | |||
== 25th anniversary update== | |||
{{codeblock|src=liblist.gam|lang=gam|<nowiki>// Valve Game Info file | {{codeblock|src=liblist.gam|lang=gam|<nowiki>// Valve Game Info file | ||
// These are key/value pairs. Certain mods will use different settings. | // These are key/value pairs. Certain mods will use different settings. |