cod5-sdk/raw/maps/mp/mp_carrier.gsc
2008-11-20 00:00:00 +00:00

30 lines
No EOL
834 B
Text

main()
{
//maps\mp\mp_cargoship_fx::main();
//maps\createart\mp_cargoship_art::main();
//needs to be first for create fx
maps\mp\mp_carrier_fx::main();
maps\mp\_load::main();
maps\mp\mp_carrier_amb::main();
maps\mp\_compass::setupMiniMap("compass_map_mp_carrier");
//setExpFog(300, 1400, 0.5, 0.5, 0.5, 0);
//VisionSetNaked( "mp_cargoship" );
//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"] = "marines";
game["axis"] = "japanese";
game["attackers"] = "allies";
game["defenders"] = "axis";
game["allies_soldiertype"] = "pacific";
game["axis_soldiertype"] = "pacific";
setdvar( "r_specularcolorscale", "1" );
setdvar("compassmaxrange","2100");
}