You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
458 B
29 lines
458 B
5 years ago
|
//-----------------------------------------------------------------------------
|
||
|
// 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"
|
||
|
|