This commit is contained in:
Totterynine
2021-09-13 15:31:53 +05:00
commit 4b952b0e4e
6325 changed files with 2673387 additions and 0 deletions

24
vpc_scripts/default.vgc Normal file
View File

@@ -0,0 +1,24 @@
//-----------------------------------------------------------------------------
// 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"