foobard
This commit is contained in:
20
maps/mp/mp_killhouse.gsc
Executable file
20
maps/mp/mp_killhouse.gsc
Executable file
@@ -0,0 +1,20 @@
|
||||
main()
|
||||
{
|
||||
//maps\mp\mp_killhouse_fx::main();
|
||||
maps\createart\mp_killhouse_art::main();
|
||||
//maps\createfx\mp_killhouse_fx::main();
|
||||
|
||||
maps\mp\_load::main();
|
||||
maps\mp\_compass::setupMiniMap( "compass_map_mp_killhouse" );
|
||||
|
||||
ambientPlay("ambient_scoutsniper_ext0");
|
||||
|
||||
game[ "attackers" ] = "allies";
|
||||
game[ "defenders" ] = "axis";
|
||||
|
||||
setdvar("compassmaxrange","2200");
|
||||
setdvar("r_specularcolorscale", "1");
|
||||
setdvar("sm_sunSampleSizeNear", "0.35"); //This fixes the shadow errors
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user