Files
cool-source-archive/vpc_scripts/default.vgc
Totterynine 4b952b0e4e init
2021-09-13 15:31:53 +05:00

25 lines
476 B
Plaintext

//-----------------------------------------------------------------------------
// DEFAULT.VGC
//
// Configurations for all Source(TM) Projects
//-----------------------------------------------------------------------------
////////////////
// Game Names //
////////////////
$Games
{
"HL2MP"
"HL2"
"EPISODIC"
"SDK"
}
// Makes the VPC scripts work in the SDK's context
$Conditional "SOURCESDK" "1"
$Include "vpc_scripts\projects.vgc"
$Include "vpc_scripts\groups.vgc"