Skip to content

Commit

Permalink
last minute presets
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisum committed Jun 2, 2019
1 parent 612f0a9 commit a239474
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions BC_buyables/factions/russia.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand All @@ -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";
Expand All @@ -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";
Expand All @@ -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";
Expand All @@ -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";
Expand Down Expand Up @@ -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";
Expand Down
10 changes: 5 additions & 5 deletions BC_buyables/factions/usa.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[[],[]]";
Expand Down Expand Up @@ -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";
Expand All @@ -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";
Expand All @@ -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";
Expand All @@ -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 = "[[],[]]";
Expand Down
2 changes: 1 addition & 1 deletion BC_loadouts/factions/usa.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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")
};
};

Expand Down
12 changes: 6 additions & 6 deletions description.ext
Original file line number Diff line number Diff line change
Expand Up @@ -88,23 +88,23 @@ 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
{
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
{
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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit a239474

Please sign in to comment.