From a239474831def9e2073b6aa1797701b888685410 Mon Sep 17 00:00:00 2001 From: nomisum Date: Sun, 2 Jun 2019 19:28:24 +0200 Subject: [PATCH] last minute presets --- BC_buyables/factions/russia.hpp | 12 ++++++------ BC_buyables/factions/usa.hpp | 10 +++++----- BC_loadouts/factions/usa.hpp | 2 +- description.ext | 12 ++++++------ 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/BC_buyables/factions/russia.hpp b/BC_buyables/factions/russia.hpp index c24e0f68..98e2af0e 100644 --- a/BC_buyables/factions/russia.hpp +++ b/BC_buyables/factions/russia.hpp @@ -77,7 +77,7 @@ class Russia { displayName = "Tigr-M"; description = "The perfect commander limousine."; price = 10; - stock = 7; + stock = 2; wheelCargo = 2; spawnEmpty = 1; condition = "BC_IS_WOODLAND"; @@ -93,7 +93,7 @@ class Russia { displayName = "UAZ Dshkm"; description = "Fast and a deadly gun against ground and air targets."; price = 10; - stock = 7; + stock = 2; spawnEmpty = 1; wheelCargo = 2; condition = "BC_IS_WOODLAND"; @@ -108,7 +108,7 @@ class Russia { class rhsgref_BRDM2_HQ_msv { displayName = "BRDM-HQ"; description = "Carries a lot of meat."; - stock = 7; + stock = 2; spawnEmpty = 1; wheelCargo = 2; condition = "BC_IS_WOODLAND"; @@ -135,7 +135,7 @@ class Russia { class rhsgref_BRDM2_msv { displayName = "BRDM-2"; description = "Armed version of BRDM2."; - stock = 7; + stock = 1; spawnEmpty = 1; wheelCargo = 2; condition = "BC_IS_WOODLAND"; @@ -152,7 +152,7 @@ class Russia { displayName = "UAZ SPG9"; description = "Tank hunter with unguided AT."; price = 10; - stock = 7; + stock = 1; spawnEmpty = 1; wheelCargo = 2; condition = "BC_IS_WOODLAND"; @@ -204,7 +204,7 @@ class Russia { class rhsgref_BRDM2_ATGM_msv { displayName = "BRDM-AT"; description = "Tank hunter with fly-by-wire AT."; - stock = 7; + stock = 1; spawnEmpty = 1; wheelCargo = 2; condition = "BC_IS_WOODLAND"; diff --git a/BC_buyables/factions/usa.hpp b/BC_buyables/factions/usa.hpp index 8d58814b..00fa9b86 100644 --- a/BC_buyables/factions/usa.hpp +++ b/BC_buyables/factions/usa.hpp @@ -84,7 +84,7 @@ class USA { displayName = "OH-6M"; description = "1 GPS\nNO Thermals\nNO Benches"; price = 10; - stock = 2; + stock = 1; code = "(_this select 0) addItemCargoGlobal ['ACE_NVG_Wide',2];(_this select 0) addItemCargoGlobal ['ItemGPS',1];(_this select 0) disableTIEquipment true; [(_this select 0)] call BC_setup_fnc_fuelDrain;"; spawnEmpty = 1; vehicleInit = "[[],[]]"; @@ -134,7 +134,7 @@ class USA { displayName = "HMMWV M2"; description = "Fast, reliable, deadly."; price = 10; - stock = 7; + stock = 1; spawnEmpty = 1; wheelCargo = 2; condition = "BC_IS_WOODLAND"; @@ -149,7 +149,7 @@ class USA { class rhsusf_m113_usarmy_M2_90 { displayName = "M113 Alt"; description = "Versatile APC."; - stock = 7; + stock = 1; spawnEmpty = 1; trackCargo = 3; condition = "BC_IS_WOODLAND"; @@ -171,7 +171,7 @@ class USA { class rhsusf_m1045_w { displayName = "HMMWV TOW"; description = "Tank hunter with fly-by-wire AT."; - stock = 7; + stock = 1; spawnEmpty = 1; wheelCargo = 2; condition = "BC_IS_WOODLAND"; @@ -186,7 +186,7 @@ class USA { class RHS_UH60M2 { displayName = "UH-60M"; description = "1 GPS\nFRIES equipped"; - stock = 7; + stock = 1; code = "(_this select 0) addItemCargoGlobal ['ACE_NVG_Wide',2];(_this select 0) addItemCargoGlobal ['ItemGPS',1];[(_this select 0)] call ace_fastroping_fnc_equipFRIES;[(_this select 0)] call BC_setup_fnc_fuelDrain;"; spawnEmpty = 1; vehicleInit = "[[],[]]"; diff --git a/BC_loadouts/factions/usa.hpp b/BC_loadouts/factions/usa.hpp index 896f3142..4a1c21dd 100644 --- a/BC_loadouts/factions/usa.hpp +++ b/BC_loadouts/factions/usa.hpp @@ -104,7 +104,7 @@ class USA { LIST_2("rhsusf_mag_15Rnd_9x19_JHP") }; addItemsToBackpack[] = { - LIST_2("rhsusf_200rnd_556x45_M855_mixed_box") + LIST_2("rhsusf_100Rnd_762x51_m62_tracer") }; }; diff --git a/description.ext b/description.ext index 755f840e..a2b1138f 100644 --- a/description.ext +++ b/description.ext @@ -88,7 +88,7 @@ class Params title = "Time of Day"; values[] = {0,1,2,3,4,5,6,6.5,7,8,9,10,11,12,13,14,15,16,16.5,17,17.5,18,19,20,21,22,23}; texts[] = {"00:00","01:00","02:00","03:00","04:00","05:00 - Full Moon","06:00","06:30 - Dawn","07:00 - Sunrise","08:00","09:00","10:00","11:00","12:00","13:00","14:00","15:00","16:00","16:30 - Sunset will arrive","17:00 - Sunset","17:30 - Dusk","18:00 - really dark already","19:00","20:00","21:00","22:00","23:00 - Moon Rise"}; - default = 8; + default = 7; }; class WEATHER_OVERCAST @@ -96,7 +96,7 @@ class Params title = "Overcast Settings"; values[] = {0, 0.4, 0.5, 1, -1}; texts[] = {"SUNNY", "CLOUDY", "SLIGHT RAIN", "HEAVY RAIN", "RANDOM"}; - default = -1; + default = 0.4; }; class WEATHER_FOG @@ -104,7 +104,7 @@ class Params title = "Fog Settings"; values[] = {0, 0.05, 0.1, 0.2, 0.5, 1, -1}; texts[] = {"None", "0.05", "0.1", "0.2", "0.5", "maximum perversum", "random"}; - default = 0.05; + default = 0.1; }; class WEATHER_WIND @@ -141,8 +141,8 @@ class Params { title = "Length of sending time"; values[] = {30, 300, 600, 900, 1320, 1800, 2700, 3600, 4500, 5400, 6300}; - texts[] = {"30s (DEBUG)", "5'","10' (recommended for 3 radio positions)", "15'", "22' (recommended for 2 radio positions)", "30'", "45' (recommended for 1 radio position)", "1h'", "1h15'","1h30'","1h45'"}; - default = 1320; + texts[] = {"30s (DEBUG)", "5'","10' (recommended for 3 radio positions)", "15'", "22'", "30' (recommended for 2 radio positions)", "45' (recommended for 1 radio position)", "1h'", "1h15'","1h30'","1h45'"}; + default = 1800; }; class GRAD_INTERVALS_NEEDED @@ -158,7 +158,7 @@ class Params title = "Determine Player Count (relevant for buy options)"; values[] = {-1,25,45,65}; texts[] = {"automatic","20+","40+","60+"}; - default = 45; + default = 65; }; class TIME_ACCELERATION