Build menu additions, fob size fix, crash site fix
This commit is contained in:
@@ -202,7 +202,7 @@ GRLIB_color_friendly = "ColorBLUFOR"; // Frien
|
|||||||
GRLIB_color_enemy = "ColorOPFOR"; // Enemy sector marker color.
|
GRLIB_color_enemy = "ColorOPFOR"; // Enemy sector marker color.
|
||||||
GRLIB_color_enemy_bright = "ColorRED"; // Enemy sector marker color (activated).
|
GRLIB_color_enemy_bright = "ColorRED"; // Enemy sector marker color (activated).
|
||||||
|
|
||||||
GRLIB_fob_range = 125; // Build range around the main FOB building.
|
GRLIB_fob_range = 300; // Build range around the main FOB building.
|
||||||
GRLIB_halo_altitude = 2500; // Altitude in metres for the HALO jump.
|
GRLIB_halo_altitude = 2500; // Altitude in metres for the HALO jump.
|
||||||
GRLIB_secondary_missions_costs = [15, 10, 8]; // Intel price for the secondary missions [FOB hunting, Convoy ambush, SAR].
|
GRLIB_secondary_missions_costs = [15, 10, 8]; // Intel price for the secondary missions [FOB hunting, Convoy ambush, SAR].
|
||||||
GRLIB_secondary_objective_impact = 0.6; // The percentage impact against enemy combat readiness for a successful FOB hunt.
|
GRLIB_secondary_objective_impact = 0.6; // The percentage impact against enemy combat readiness for a successful FOB hunt.
|
||||||
|
|||||||
@@ -55,7 +55,6 @@ light_vehicles = [
|
|||||||
["gm_gc_army_bicycle_01_oli",10,0,0], // Service Bicycle
|
["gm_gc_army_bicycle_01_oli",10,0,0], // Service Bicycle
|
||||||
["gm_gc_army_p601",50,0,25], // Trabant
|
["gm_gc_army_p601",50,0,25], // Trabant
|
||||||
["B_Boat_Transport_01_F",100,0,25], // Assault Boat
|
["B_Boat_Transport_01_F",100,0,25], // Assault Boat
|
||||||
//UK3CB Vics
|
|
||||||
//UAZ
|
//UAZ
|
||||||
["UK3CB_CW_SOV_O_LATE_UAZ_AGS30",75,100,50],
|
["UK3CB_CW_SOV_O_LATE_UAZ_AGS30",75,100,50],
|
||||||
["UK3CB_CW_SOV_O_LATE_UAZ_Closed",75,0,50],
|
["UK3CB_CW_SOV_O_LATE_UAZ_Closed",75,0,50],
|
||||||
@@ -134,19 +133,24 @@ heavy_vehicles = [
|
|||||||
["UK3CB_CW_SOV_O_LATE_BM21",150,900,100], // BM-21
|
["UK3CB_CW_SOV_O_LATE_BM21",150,900,100], // BM-21
|
||||||
["gm_gc_army_2s1",275,800,200], // 2S1
|
["gm_gc_army_2s1",275,800,200], // 2S1
|
||||||
["UK3CB_CW_SOV_O_LATE_2S3",300,800,225], // 2S3
|
["UK3CB_CW_SOV_O_LATE_2S3",300,800,225], // 2S3
|
||||||
|
["red_2s19_r",500,1000,300], // 2S19
|
||||||
["gm_gc_army_2p16",300,1000,300], // 2P16 "LUNA"
|
["gm_gc_army_2p16",300,1000,300], // 2P16 "LUNA"
|
||||||
["UK3CB_CW_SOV_O_LATE_MAZ_543_SCUD",400,1200,400] // MAZ-543 SCUD
|
["UK3CB_CW_SOV_O_LATE_MAZ_543_SCUD",400,1200,400], // MAZ-543 SCUD
|
||||||
|
["rhs_2k79",500,1300,300], // Tochka-U
|
||||||
|
["rhs_2k79_F",500,1350,300], // Tochka-U Cluster
|
||||||
|
["rhs_2k79_B",500,1500,300] // Tochka-U Nuke
|
||||||
];
|
];
|
||||||
|
|
||||||
air_vehicles = [
|
air_vehicles = [
|
||||||
["gm_gc_airforce_mi2p",300,0,175], // Mi-2P
|
["gm_gc_airforce_mi2p",250,0,175], // Mi-2P
|
||||||
["gm_gc_airforce_mi2sr",300,0,175], // Mi-2SR
|
["gm_gc_airforce_mi2sr",250,0,175], // Mi-2SR
|
||||||
["gm_gc_airforce_mi2us",300,100,175], // Mi-2US
|
["gm_gc_airforce_mi2us",250,100,175], // Mi-2US
|
||||||
["gm_gc_airforce_mi2urn",300,120,175], // Mi-2URN
|
["gm_gc_airforce_mi2urn",250,120,175], // Mi-2URN
|
||||||
["gm_pl_airforce_mi2urpg",300,200,175], // Mi-2URPG
|
["gm_pl_airforce_mi2urpg",250,200,175], // Mi-2URPG
|
||||||
|
["len_mi8amt_nva",350,0,250], // Mi8AMT
|
||||||
["gm_gc_airforce_l410s_salon",350,0,200], // L-410S
|
["gm_gc_airforce_l410s_salon",350,0,200], // L-410S
|
||||||
["gm_gc_airforce_l410t",350,0,200], // L-410T
|
["gm_gc_airforce_l410t",350,0,200], // L-410T
|
||||||
["len_mi8amt_nva",225,0,125], // Mi8AMT
|
["pook_Ka29_OPFOR",300,250,200], // Ka-29
|
||||||
["len_mi24d_CAS_nva",550,550,250], // Mi-24D (CAS)
|
["len_mi24d_CAS_nva",550,550,250], // Mi-24D (CAS)
|
||||||
["len_mi24d_AT_nva",550,550,250], // Mi-24D (AT)
|
["len_mi24d_AT_nva",550,550,250], // Mi-24D (AT)
|
||||||
["len_mi24d_FAB_nva",550,550,250], // Mi-24D (FAB)
|
["len_mi24d_FAB_nva",550,550,250], // Mi-24D (FAB)
|
||||||
@@ -156,16 +160,23 @@ air_vehicles = [
|
|||||||
["len_l39_nva",1200,1250,650], // Aero L-39
|
["len_l39_nva",1200,1250,650], // Aero L-39
|
||||||
["pook_MIG21_OPFOR",1250,1250,700], // MiG-21
|
["pook_MIG21_OPFOR",1250,1250,700], // MiG-21
|
||||||
["pook_Mig23_OPFOR",1250,1300,725], // MiG-23
|
["pook_Mig23_OPFOR",1250,1300,725], // MiG-23
|
||||||
|
["pook_Mig27_OPFOR",1250,1450,725], // MiG-27
|
||||||
["len_mig29a_01_nva",1300,1100,750], // MiG-29A
|
["len_mig29a_01_nva",1300,1100,750], // MiG-29A
|
||||||
["pook_Su22_OPFOR",1225,1400,725], // SU-22
|
["pook_Su22_OPFOR",1225,1400,725], // Su-22
|
||||||
["UK3CB_CW_SOV_O_LATE_Su25SM_CAS",1225,1500,600] // SU-25
|
["pook_SU24_OPFOR",1300,1500,800], // Su-24
|
||||||
|
["UK3CB_CW_SOV_O_LATE_Su25SM_CAS",1225,1500,600], // Su-25
|
||||||
|
["pook_SU27_OPFOR",1400,1400,775], // Su-27
|
||||||
|
["pook_YAK38_OPFOR",1350,1250,750] // Yak-38
|
||||||
];
|
];
|
||||||
|
|
||||||
static_vehicles = [
|
static_vehicles = [
|
||||||
["gm_gc_army_2b11",50,75,0], // 2B11 Mortar
|
["gm_gc_army_2b11",50,75,0], // 2B11 Mortar
|
||||||
["gm_gc_army_fagot_launcher_tripod",50,100,0], // Static FAGOT
|
["gm_gc_army_fagot_launcher_tripod",50,100,0], // Static FAGOT
|
||||||
["gm_gc_army_dshkm_aatripod",50,50,0], // DSHkM
|
["gm_gc_army_dshkm_aatripod",50,50,0], // DSHkM
|
||||||
["gm_gc_army_spg9_tripod",50,75,0] // SPG-9
|
["rhs_SPG9M_MSV",50,75,0], // SPG-9
|
||||||
|
["rhs_Igla_AA_pod_msv",50,150,0], // Static Igla
|
||||||
|
["RHS_ZU23_MSV",100,150,0], // Static ZU-23 (Towable)
|
||||||
|
["rhs_D30_msv",100,250,0] // Static D-30 (Towable)
|
||||||
];
|
];
|
||||||
|
|
||||||
buildings = [
|
buildings = [
|
||||||
@@ -265,9 +276,6 @@ support_vehicles = [
|
|||||||
["ACE_Box_82mm_Mo_Illum",50,10,0],
|
["ACE_Box_82mm_Mo_Illum",50,10,0],
|
||||||
["ACE_Wheel",10,0,0],
|
["ACE_Wheel",10,0,0],
|
||||||
["ACE_Track",10,0,0],
|
["ACE_Track",10,0,0],
|
||||||
["gm_gc_army_ural4320_repair",350,0,85], // Ural Repair
|
|
||||||
["gm_gc_army_ural375d_refuel",150,0,285], // Ural Fuel
|
|
||||||
["gm_gc_army_ural4320_reammo",150,200,85], // Ural Ammo
|
|
||||||
["B_Slingload_01_Repair_F",275,0,0], // Huron Repair
|
["B_Slingload_01_Repair_F",275,0,0], // Huron Repair
|
||||||
["B_Slingload_01_Fuel_F",75,0,200], // Huron Fuel
|
["B_Slingload_01_Fuel_F",75,0,200], // Huron Fuel
|
||||||
["B_Slingload_01_Ammo_F",75,200,0], // Huron Ammo
|
["B_Slingload_01_Ammo_F",75,200,0], // Huron Ammo
|
||||||
|
|||||||
@@ -318,7 +318,7 @@ military_alphabet = ["Alpha", "Bravo", "Charlie", "Delta", "Echo", "Foxtrot", "G
|
|||||||
// Misc variables
|
// Misc variables
|
||||||
markers_reset = [99999,99999,0];
|
markers_reset = [99999,99999,0];
|
||||||
zeropos = [0,0,0];
|
zeropos = [0,0,0];
|
||||||
KPLIB_sarWreck = "Land_Wreck_Heli_Attack_01_F";
|
KPLIB_sarWreck = "Land_Mi8_wreck_F";
|
||||||
KPLIB_sarFire = "test_EmptyObjectForFireBig";
|
KPLIB_sarFire = "test_EmptyObjectForFireBig";
|
||||||
|
|
||||||
KPLIB_initPresets = true;
|
KPLIB_initPresets = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user