cod5-sdk/raw/maps/mp/mp_vodka.gsc

46 lines
1.5 KiB
Text
Raw Permalink Normal View History

2009-09-18 00:00:00 +00:00
main()
{
maps\mp\mp_vodka_fx::main();
//maps\mp\createart\mp_vodka_art::main();
maps\mp\_load::main();
//maps\mp\mp_vodka_amb::main();
maps\mp\_compass::setupMiniMap("compass_map_mp_vodka");
//setExpFog(300, 1400, 0.5, 0.5, 0.5, 0);
VisionSetNaked( "mp_vodka" );
//ambientPlay("ambient_cargoshipmp_ext");
// If the team nationalites change in this file,
// you must update the team nationality in the level's csc file as well!
game["allies"] = "russian";
game["axis"] = "german";
game["attackers"] = "allies";
game["defenders"] = "axis";
game["allies_soldiertype"] = "german";
game["axis_soldiertype"] = "german";
game["strings"]["war_callsign_a"] = &"PATCH_CALLSIGN_VODKA_A";
game["strings"]["war_callsign_b"] = &"PATCH_CALLSIGN_VODKA_B";
game["strings"]["war_callsign_c"] = &"PATCH_CALLSIGN_VODKA_C";
game["strings"]["war_callsign_d"] = &"PATCH_CALLSIGN_VODKA_D";
game["strings"]["war_callsign_e"] = &"PATCH_CALLSIGN_VODKA_E";
game["strings_menu"]["war_callsign_a"] = "@PATCH_CALLSIGN_VODKA_A";
game["strings_menu"]["war_callsign_b"] = "@PATCH_CALLSIGN_VODKA_B";
game["strings_menu"]["war_callsign_c"] = "@PATCH_CALLSIGN_VODKA_C";
game["strings_menu"]["war_callsign_d"] = "@PATCH_CALLSIGN_VODKA_D";
game["strings_menu"]["war_callsign_e"] = "@PATCH_CALLSIGN_VODKA_E";
setdvar( "r_specularcolorscale", "1" );
setdvar("compassmaxrange","2100");
// enable new spawning system
maps\mp\gametypes\_spawning::level_use_unified_spawning(true);
}