24 lines
No EOL
545 B
Text
24 lines
No EOL
545 B
Text
main()
|
|
{
|
|
maps\mp\mp_crossfire_fx::main();
|
|
maps\createart\mp_crossfire_art::main();
|
|
maps\mp\_load::main();
|
|
|
|
maps\mp\_compass::setupMiniMap("compass_map_mp_crossfire");
|
|
|
|
//VisionSetNaked( "mp_crossfire" );
|
|
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", "1.85" );
|
|
|
|
setdvar("compassmaxrange","2100");
|
|
|
|
|
|
} |