Merge branch 'master' of https://git.r3d.codes/REDCODE/CTI34-KPLIB-Ruha
This commit is contained in:
@@ -217,7 +217,7 @@ GRLIB_vulnerability_timer = 1800; // Time
|
|||||||
GRLIB_radiotower_size = 3500; // Radio Tower scanning range.
|
GRLIB_radiotower_size = 3500; // Radio Tower scanning range.
|
||||||
GRLIB_surrender_chance = 80; // Chance that enemy infantry will surrender after heavy losses are encountered.
|
GRLIB_surrender_chance = 80; // Chance that enemy infantry will surrender after heavy losses are encountered.
|
||||||
|
|
||||||
GRLIB_civilians_amount = 3; // Civilian count multiplier.
|
GRLIB_civilians_amount = 0; // Civilian count multiplier.
|
||||||
GRLIB_cleanup_delay = 300; // Time in seconds until bodies of dead soldiers are cleaned up.
|
GRLIB_cleanup_delay = 300; // Time in seconds until bodies of dead soldiers are cleaned up.
|
||||||
|
|
||||||
GRLIB_blufor_cap = 100; // Cap for BLUFOR.
|
GRLIB_blufor_cap = 100; // Cap for BLUFOR.
|
||||||
@@ -226,7 +226,7 @@ GRLIB_battlegroup_cap = 150; // Cap f
|
|||||||
GRLIB_patrol_cap = 150; // Cap for enemy patrols.
|
GRLIB_patrol_cap = 150; // Cap for enemy patrols.
|
||||||
|
|
||||||
KP_liberation_cr_kill_penalty = 5; // Civil Reputation penalty for killing a civilian.
|
KP_liberation_cr_kill_penalty = 5; // Civil Reputation penalty for killing a civilian.
|
||||||
KP_liberation_cr_building_penalty = 3; // Civil Reputation penalty for destroying/damaging a building.
|
KP_liberation_cr_building_penalty = 0; // Civil Reputation penalty for destroying/damaging a building.
|
||||||
KP_liberation_cr_vehicle_penalty = 2; // Civil Reputation penalty for stealing a civilian vehicle.
|
KP_liberation_cr_vehicle_penalty = 2; // Civil Reputation penalty for stealing a civilian vehicle.
|
||||||
KP_liberation_cr_resistance_penalty = 3; // Civil Reputation penalty for killing a friendly resistance soldier.
|
KP_liberation_cr_resistance_penalty = 3; // Civil Reputation penalty for killing a friendly resistance soldier.
|
||||||
KP_liberation_cr_sector_gain = 5; // Civil Reputation gain for liberate a sector.
|
KP_liberation_cr_sector_gain = 5; // Civil Reputation gain for liberate a sector.
|
||||||
|
|||||||
@@ -75,7 +75,6 @@ militia_vehicles = [
|
|||||||
|
|
||||||
// Militia vehicles. Lightweight vehicle classnames the game will pick from randomly as sector defenders. Can also be empty for only infantry milita.
|
// Militia vehicles. Lightweight vehicle classnames the game will pick from randomly as sector defenders. Can also be empty for only infantry milita.
|
||||||
opfor_vehicles = [
|
opfor_vehicles = [
|
||||||
|
|
||||||
"rhs_tigr_sts_msv",
|
"rhs_tigr_sts_msv",
|
||||||
"TSB_BRDM2_r",
|
"TSB_BRDM2_r",
|
||||||
"rhs_uaz_open_MSV_01",
|
"rhs_uaz_open_MSV_01",
|
||||||
@@ -91,7 +90,6 @@ opfor_vehicles = [
|
|||||||
"RUS_MSV_2b14",
|
"RUS_MSV_2b14",
|
||||||
"RUS_MP_kord",
|
"RUS_MP_kord",
|
||||||
"rhs_SPG9M_MSV"
|
"rhs_SPG9M_MSV"
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
// All enemy vehicles that can spawn as sector defenders and patrols but at a lower enemy combat readiness (aggression levels).
|
// All enemy vehicles that can spawn as sector defenders and patrols but at a lower enemy combat readiness (aggression levels).
|
||||||
@@ -204,7 +202,6 @@ opfor_battlegroup_vehicles = [
|
|||||||
//"tbd_mtlb_2b9",
|
//"tbd_mtlb_2b9",
|
||||||
//"tbd_mtlb_6ma2_tkn4g",
|
//"tbd_mtlb_6ma2_tkn4g",
|
||||||
"rhs_sprut_vdv"
|
"rhs_sprut_vdv"
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
// All enemy vehicles that can spawn as battlegroups, either assaulting or as reinforcements, at lower enemy combat readiness (aggression levels).
|
// All enemy vehicles that can spawn as battlegroups, either assaulting or as reinforcements, at lower enemy combat readiness (aggression levels).
|
||||||
@@ -216,7 +213,7 @@ opfor_battlegroup_vehicles_low_intensity = [
|
|||||||
"RUS_MSV_btr82a",
|
"RUS_MSV_btr82a",
|
||||||
"RUS_MSV_mtlb",
|
"RUS_MSV_mtlb",
|
||||||
"RUS_MSV_mtlbm6mb",
|
"RUS_MSV_mtlbm6mb",
|
||||||
"RUS_MSV_mtlbvmk",
|
"RUS_MSV_mtlbvmk"
|
||||||
//"tbd_mtlb_deva",
|
//"tbd_mtlb_deva",
|
||||||
//"tbd_mtlb_tundzha",
|
//"tbd_mtlb_tundzha",
|
||||||
//"tbd_mtlb_type63",
|
//"tbd_mtlb_type63",
|
||||||
@@ -242,7 +239,6 @@ opfor_troup_transports = [
|
|||||||
//"tbd_mtlb_6ma2_tkn4g",
|
//"tbd_mtlb_6ma2_tkn4g",
|
||||||
"RUS_VKS_mi8mt", // Mi-8MT (Cargo)
|
"RUS_VKS_mi8mt", // Mi-8MT (Cargo)
|
||||||
"RUS_VKS_mi24p" // Mi-24P (AT)
|
"RUS_VKS_mi24p" // Mi-24P (AT)
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
// Enemy rotary-wings that will need to spawn in flight.
|
// Enemy rotary-wings that will need to spawn in flight.
|
||||||
|
|||||||
Reference in New Issue
Block a user