Taunus and small fixes

Added the mission.sqm for X-Cam-Taunus.
Thanks to jus61 for the custom made Chimera Base for Taunus.
This commit is contained in:
Christian 2017-03-15 14:04:56 +01:00
parent 41f6fe36d7
commit 1a10f6ddf0
7 changed files with 35029 additions and 5 deletions

View File

@ -0,0 +1,36 @@
GRLIB_save_key = "KP_LIBERATION_TAUNUS_SAVEGAME"; // change this value if you want different savegames on different map
GRLIB_side_friendly = WEST;
GRLIB_side_enemy = EAST;
GRLIB_side_resistance = RESISTANCE;
GRLIB_side_civilian = CIVILIAN;
GRLIB_respawn_marker = "respawn_west";
GRLIB_color_friendly = "ColorBLUFOR";
GRLIB_color_enemy = "ColorOPFOR";
GRLIB_color_enemy_bright = "ColorRED";
GRLIB_sector_size = 1000;
GRLIB_capture_size = 175;
GRLIB_radiotower_size = 2500;
GRLIB_recycling_percentage = 0.65;
GRLIB_endgame = 0;
GRLIB_vulnerability_timer = 1200;
GRLIB_defended_buildingpos_part = 0.4;
GRLIB_sector_military_value = 3;
GRLIB_secondary_objective_impact = 0.6;
GRLIB_blufor_cap = 100 * GRLIB_unitcap;
GRLIB_sector_cap = 180 * GRLIB_unitcap;
GRLIB_battlegroup_cap = 150 * GRLIB_unitcap;
GRLIB_patrol_cap = 150 * GRLIB_unitcap;
GRLIB_battlegroup_size = 6 * (sqrt GRLIB_unitcap) * (sqrt GRLIB_csat_aggressivity);
GRLIB_civilians_amount = 10 * GRLIB_civilian_activity;
GRLIB_fob_range = 125;
GRLIB_cleanup_delay = 1200;
GRLIB_surrender_chance = 80;
GRLIB_secondary_missions_costs = [ 10, 10, 10 ];
GRLIB_halo_altitude = 4000;
GRLIB_civ_killing_penalty = 100;
if ( GRLIB_blufor_cap > 100 ) then { GRLIB_blufor_cap = 100 }; // Don't forget that the human commander manages those, not the server
GRLIB_offload_diag = false;

File diff suppressed because it is too large Load Diff

View File

@ -57,7 +57,7 @@ light_vehicles_overwrite = true;
light_vehicles_extension = [
["B_T_Quadbike_01_F",0,0,1],
["B_T_MRAP_01_F",0,0,2],
["I_MRAP_03_F",0,0,2]],
["I_MRAP_03_F",0,0,2],
["B_T_LSV_01_unarmed_F",0,0,2],
["B_T_MRAP_01_hmg_F",0,10,2],
["B_T_LSV_01_armed_F",0,10,2],
@ -90,7 +90,7 @@ air_vehicles_overwrite = true;
air_vehicles_extension = [
["B_Heli_Light_01_F",0,0,10],
["B_Heli_Light_01_armed_F",0,40,10],
["I_Heli_light_03_unarmed_F",0,0,15]
["I_Heli_light_03_unarmed_F",0,0,15],
["B_Heli_Transport_01_camo_F",0,25,15],
["B_Heli_Transport_03_F",0,25,20],
["B_T_VTOL_01_infantry_F",0,100,30],

View File

@ -89,7 +89,9 @@ air_vehicles_extension = [
["RHS_A10",0,2000,50],
["JS_JC_FA18E",0,3000,50],
["JS_JC_FA18F",0,3200,50],
["B_UAV_02_CAS_F",0,1000,20]
["B_UAV_01_F",0,0,5],
["B_UAV_02_F",0,500,20],
["B_UAV_02_CAS_F",0,250,20]
];
static_vehicles_overwrite = true;
@ -172,6 +174,7 @@ support_vehicles_extension = [
// All the UAVs must be declared here, otherwise there shall be UAV controlling issues. Namely: you won't be able to control them.
uavs = [
"B_UAV_01_F",
"B_UAV_02_F",
"B_UAV_02_CAS_F"
];
@ -439,6 +442,7 @@ elite_vehicles_extension = [
"RHS_A10",
"JS_JC_FA18E",
"JS_JC_FA18F",
"B_UAV_02_F",
"B_UAV_02_CAS_F"
];

View File

@ -96,6 +96,8 @@ air_vehicles_extension = [
["RHS_A10",0,2000,50],
["JS_JC_FA18E",0,3000,50],
["JS_JC_FA18F",0,3200,50],
["B_UAV_01_F",0,0,5],
["B_UAV_02_F",0,500,20],
["B_UAV_02_CAS_F",0,1000,20]
];
@ -179,6 +181,7 @@ support_vehicles_extension = [
// All the UAVs must be declared here, otherwise there shall be UAV controlling issues. Namely: you won't be able to control them.
uavs = [
"B_UAV_01_F",
"B_UAV_02_F",
"B_UAV_02_CAS_F"
];
@ -449,6 +452,7 @@ elite_vehicles_extension = [
"RHS_A10",
"JS_JC_FA18E",
"JS_JC_FA18F",
"B_UAV_02_F",
"B_UAV_02_CAS_F"
];

View File

@ -88,7 +88,9 @@ air_vehicles_extension = [
["RHS_A10",0,2000,50],
["JS_JC_FA18E",0,3000,50],
["JS_JC_FA18F",0,3200,50],
["B_UAV_02_CAS_F",0,1000,20]
["B_UAV_01_F",0,0,5],
["B_UAV_02_F",0,500,20],
["B_UAV_02_CAS_F",0,250,20]
];
static_vehicles_overwrite = true;
@ -171,6 +173,7 @@ support_vehicles_extension = [
// All the UAVs must be declared here, otherwise there shall be UAV controlling issues. Namely: you won't be able to control them.
uavs = [
"B_UAV_01_F",
"B_UAV_02_F",
"B_UAV_02_CAS_F"
];
@ -447,6 +450,7 @@ elite_vehicles_extension = [
"RHS_A10",
"JS_JC_FA18E",
"JS_JC_FA18F",
"B_UAV_02_F",
"B_UAV_02_CAS_F"
];

View File

@ -1,7 +1,7 @@
if ( isServer ) then {
_isAtlas = isClass ( configFile / "cfgVehicles" / "ATLAS_B_LHD_helper" );
if (_isAtlas && (worldName != "Takistan")) then {
if (_isAtlas && (worldName != "Takistan") && (worldName != "xcam_taunus")) then {
[ lhd, [ 'ATLAS_LHD_1','ATLAS_LHD_2','ATLAS_LHD_3','ATLAS_LHD_4','ATLAS_LHD_5','ATLAS_LHD_5a',
'ATLAS_LHD_6','ATLAS_LHD_7','ATLAS_LHD_house_1','ATLAS_LHD_house_2','ATLAS_LHD_elev_1',