Liblist.gam/Team Fortress: Classic: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "From: {{tfc|4}} {{codeblock|src=liblist.gam|lang=gam|<nowiki>!// Team Fortress Classes Game .dll Listing File // Load order is determined by file order. game "Team Fortress" u...")
 
mNo edit summary
 
Line 1: Line 1:
From: {{tfc|4}}
From: {{tfc|4}}
{{codeblock|src=liblist.gam|lang=gam|<nowiki>!// Team Fortress Classes Game .dll Listing File
{{codeblock|src=liblist.gam|lang=gam|<nowiki>// Team Fortress Classes Game .dll Listing File
// Load order is determined by file order.
// Load order is determined by file order.
game "Team Fortress"
game "Team Fortress"

Latest revision as of 09:59, 16 August 2023

From: Team Fortress Classic Team Fortress Classic

liblist.gam
gam
// Team Fortress Classes Game .dll Listing File // Load order is determined by file order. game "Team Fortress" url_info "www.teamfortressclassic.com" url_dl "" version "1.5" size "37000000" svonly "0" cldll "0" type "multiplayer_only" nomodels "1" // Don't show models in browser, since you don't pick them there anyway. mpentity "info_tfdetect" gamedll "dlls\tfc.dll" gamedll_linux "dlls/tfc.so" gamedll_osx "dlls/tfc.dylib" secure "1"