Liblist.gam/Half-Life

From Valve Developer Community
< Liblist.gam
Revision as of 07:44, 25 November 2023 by NOUG4AT (talk | contribs)
Jump to navigation Jump to search

Half-Life Half-Life Liblist

Legacy

liblist.gam
gam
// 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"

25th anniversary update

liblist.gam
gam
// 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" animated_title "1" hd_background "1"