mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 06:06:50 +00:00
29 lines
458 B
Plaintext
29 lines
458 B
Plaintext
//-----------------------------------------------------------------------------
|
|
// DEFAULT.VGC
|
|
//
|
|
// Configurations for all Source(TM) Projects
|
|
//-----------------------------------------------------------------------------
|
|
|
|
////////////////
|
|
// Game Names //
|
|
////////////////
|
|
|
|
$Games
|
|
{
|
|
"CSTRIKE"
|
|
"DOD"
|
|
"EPISODIC"
|
|
"HL1"
|
|
"HL1MP"
|
|
"HL2"
|
|
"HL2MP"
|
|
"LOSTCOAST"
|
|
"PORTAL"
|
|
"SDK"
|
|
"TF"
|
|
}
|
|
|
|
$Include "vpc_scripts\projects.vgc"
|
|
$Include "vpc_scripts\groups.vgc"
|
|
|