2021-04-04 09:20:03 -07:00
|
|
|
main()
|
|
|
|
{
|
|
|
|
maps\createart\mp_bloc_art::main();
|
|
|
|
maps\mp\mp_bloc_fx::main();
|
|
|
|
maps\mp\_load::main();
|
|
|
|
|
|
|
|
maps\mp\_compass::setupMiniMap( "compass_map_mp_bloc" );
|
|
|
|
|
|
|
|
setdvar( "compassmaxrange", "2000" );
|
|
|
|
|
2023-03-18 04:08:23 -07:00
|
|
|
ambientPlay( "ambient_trainer_ext2" );
|
2021-04-04 09:20:03 -07:00
|
|
|
|
|
|
|
game["attackers"] = "axis";
|
|
|
|
game["defenders"] = "allies";
|
|
|
|
|
|
|
|
// raise up planes to avoid them flying through buildings
|
|
|
|
level.airstrikeHeightScale = 1.8;
|
|
|
|
|
|
|
|
setdvar( "r_specularcolorscale", "2" );
|
2023-02-05 11:46:36 -08:00
|
|
|
}
|