21 lines
No EOL
484 B
Text
21 lines
No EOL
484 B
Text
main()
|
|
{
|
|
maps\mp\mp_bog_fx::main();
|
|
maps\createart\mp_bog_art::main();
|
|
maps\mp\_load::main();
|
|
|
|
maps\mp\_compass::setupMiniMap("compass_map_mp_bog");
|
|
|
|
ambientPlay("ambient_crossfire");
|
|
|
|
game["allies"] = "marines";
|
|
game["axis"] = "opfor";
|
|
game["attackers"] = "axis";
|
|
game["defenders"] = "allies";
|
|
game["allies_soldiertype"] = "desert";
|
|
game["axis_soldiertype"] = "desert";
|
|
|
|
setdvar( "r_specularcolorscale", "2" );
|
|
|
|
setdvar("compassmaxrange","1800");
|
|
} |