Skip to content

Instantly share code, notes, and snippets.

@hogsy
Created January 11, 2015 20:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hogsy/026aa133b926c563f71b to your computer and use it in GitHub Desktop.
Save hogsy/026aa133b926c563f71b to your computer and use it in GitHub Desktop.
QCmaker3.ms
trees = #("HL2","hl2","Hl2","Halflife2", \
"TF2","tf2","Tf2","TeamFortress2", \
"Quiver","quiver","HL","hl")
Valveconfig.dat
Valve Game Configuration data
E:\tf2
E:\tf2\models
E:\tf2\tf2.exe
E:\tf2\bin\studiomdl.exe
E:\tf2\bin\HLMV.exe
E:\tf2\tf2\models
E:\tf2\tf2\maps
true
true
true
true
2
blackhawkdown.bsp
valveconfig.ms
For Enginetest in #("tfc.exe","hl.exe","hl2.exe","tf2.exe","dummy.xyz") do
if (getdirectories Projectseed) != #() then
(
GameConfig.GameRoot.text = "E:\\tf2" -- replace with QProject error warning
guesspaths "E:\\tf2"
)
base.fgd
800: "TF2 Bug: Patrol point"
ssall.bat
"%ssexe%" %1 -GF -GWR %OPT% $/TF2/release/dev/tf2.exe
"%ssexe%" %1 -GF -GWR %OPT% $/TF2/release/dev/tf2.dat
"%ssexe%" %1 -GF -GWR %OPT% $/TF2/release/dev/tf2/bin/server.dll
"%ssexe%" %1 -GF -GWR %OPT% $/TF2/release/dev/tf2/bin/client.dll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment