This commit is contained in:
2026-05-08 19:19:42 +02:00
parent 0e9585de9a
commit 2a51a0e0c2
892 changed files with 0 additions and 2 deletions

21
maps/mp/mp_vacant.gsc Executable file
View File

@@ -0,0 +1,21 @@
main()
{
maps\mp\mp_vacant_precache::main();
maps\mp\mp_vacant_fx::main();
maps\createart\mp_vacant_art::main();
maps\mp\_load::main();
maps\mp\_compass::setupMiniMap( "compass_map_mp_vacant_dlc" );
AmbientPlay( "ambient_mp_vacant" );
game["attackers"] = "axis";
game["defenders"] = "allies";
SetDvar( "r_specularcolorscale", "1" );
SetDvar( "compassmaxrange", "1500" );
setdvar( "r_lightGridEnableTweaks", 1 );
setdvar( "r_lightGridIntensity", 1.0 );
setdvar( "r_lightGridContrast", 1 );
}