Skip to content

Commit

Permalink
Add Liber's new steamid
Browse files Browse the repository at this point in the history
  • Loading branch information
NikPoliakov committed Jun 22, 2021
1 parent 8ccf6f1 commit bdce5fb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Missionframework/description.ext
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ disableRandomization[] = {};
// 1 - Available in SP and for hosts / logged in admins
// 2 - Available for everyone
// array - Liber,Sweetwater,Whitsel,Sypolt,Hobbs,Maz,ronnings
enableDebugConsole[] = {"76561197963459537", "76561197997124640", "76561198099828056", "76561197993187376", "76561198252393266", "76561198149329790", "76561198021516465"};
enableDebugConsole[] = {"76561197963459537", "76561197997124640", "76561198099828056", "76561197993187376", "76561198252393266", "76561198149329790", "76561198021516465", "76561199181230059"};


// Force enable or disable RotorLib flight model.
Expand Down
15 changes: 8 additions & 7 deletions Missionframework/kp_liberation_config.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ If you want to change a preset, it's recommended to set all four presets to 0 an
28 = SFP (Woodland)
29 = SFP (Desert)
30 = LDF (Contact DLC) */
KP_liberation_preset_blufor = 31;
KP_liberation_preset_blufor = 6;

/* OPFOR preset:
0 = Custom (default vanilla CSAT)
Expand All @@ -135,7 +135,7 @@ KP_liberation_preset_blufor = 31;
18 = CUP Chernarus Defense Force
19 = CUP British Armed Forces (Desert)
20 = CUP British Armed Forces (Woodland) */
KP_liberation_preset_opfor = 23;
KP_liberation_preset_opfor = 2;

/* Resistance preset:
0 = Custom (default vanilla FIA)
Expand All @@ -147,7 +147,7 @@ KP_liberation_preset_opfor = 23;
6 = Unsung
7 = CUP Takistani Locals
8 = CUP National Party of Chernarus */
KP_liberation_preset_resistance = 10;
KP_liberation_preset_resistance = 2;

/* Civilians preset:
0 = Custom (default vanilla)
Expand All @@ -158,7 +158,7 @@ KP_liberation_preset_resistance = 10;
5 = Unsung
6 = CUP Takistani Civilians
7 = CUP Chernarussian Civilians */
KP_liberation_preset_civilians = 7;
KP_liberation_preset_civilians = 0;

/* Which arsenal preset should be used?
0 = Use the default blacklist method (defined below)
Expand All @@ -178,7 +178,7 @@ KP_liberation_preset_civilians = 7;
14 = CSAT Green Hex arsenal preset
15 = AAF arsenal preset
16 = LDF arsenal preset */
KP_liberation_arsenal = 17;
KP_liberation_arsenal = 0;

/* - Fuel consumption settings.
Time in minutes till a full tank depletes whilst the vehicle is standing still with a running engine. */
Expand Down Expand Up @@ -231,7 +231,7 @@ KP_liberation_cr_kill_penalty = 5; // Civil
KP_liberation_cr_building_penalty = 3; // Civil Reputation penalty for destroying/damaging a building.
KP_liberation_cr_vehicle_penalty = 5; // Civil Reputation penalty for stealing a civilian vehicle.
KP_liberation_cr_resistance_penalty = 8; // Civil Reputation penalty for killing a friendly resistance soldier.
KP_liberation_cr_sector_gain = 10; // Civil Reputation gain for liberate a sector.
KP_liberation_cr_sector_gain = 15; // Civil Reputation gain for liberate a sector.
KP_liberation_cr_wounded_chance = 65; // Chance (0-100) that there are wounded civilians right after capturing a sector.
KP_liberation_cr_wounded_gain = 2; // Civil Reputation gain for providing medical assistance for wounded civilians.

Expand Down Expand Up @@ -271,6 +271,7 @@ KP_liberation_commander_actions = [
*/
"76561197963459537", // Sweetwater.I
"76561197997124640", // Liber.N
"76561199181230059", // Liber.N
"76561197993187376" // Sypolt.R
];

Expand All @@ -287,7 +288,7 @@ KPLIB_radioTowerClassnames = [
];

/* - Default arsenal blacklist method.
Useless if you're using anything other than "kp_liberation_arsenal = 17;" above. A whitelisted arsenal is always more performance friendly then a blacklisted arsenal.
Useless if you're using anything other than "kp_liberation_arsenal = 0;" above. A whitelisted arsenal is always more performance friendly then a blacklisted arsenal.
REMEMBER: All static turret and UAV bags should be defined here, to stop players from exploiting free resources via the virtual arsenal. */
blacklisted_from_arsenal = [
"B_AA_01_weapon_F",
Expand Down
1 change: 1 addition & 0 deletions Missionframework/whitelist.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ GRLIB_whitelisted_tags = [
GRLIB_whitelisted_steamids = [
"76561197963459537", // Sweetwater.I -This shouldnt be here
"76561197997124640", // Liber.N
"76561199181230059", // Liber.N
"76561198039932196", // Jarvis
"76561197993187376", // Sypolt.R
"76561198099828056", // Whitsel.M - S3
Expand Down

0 comments on commit bdce5fb

Please sign in to comment.