Skip to content

Commit

Permalink
fix incompatible radios
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisum committed Oct 12, 2018
1 parent 21cec0d commit d6556ff
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion loadouts/RU_Desert.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class RU_Desert {
primaryWeapon = "rhs_weap_akm_gp25";
vest = "rhs_6b23_ML_6sh92_radio";
addItemsToVest[] = {LIST_4("rhs_30Rnd_762x39mm"), LIST_3("rhs_30Rnd_762x39mm_tracer"), "SmokeShell"};
backpack = "tf_mr3000_bwmod_tropen";
backpack = "TFAR_mr3000_multicam";
addItemsToBackpack[] = {LIST_2("rhs_mag_rgd5"), LIST_4("rhs_GRD40_White"), LIST_2("rhs_GRD40_Green"), LIST_2("rhs_GRD40_Red"), LIST_3("rhs_VG40OP_green"), LIST_2("rhs_VG40OP_white")};
gps = "ItemGPS";
};
Expand Down
2 changes: 1 addition & 1 deletion loadouts/RU_Woodland.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class RU_Woodland: RU_Desert {
};
class Soldier_TL_F: Soldier_TL_F {
vest = "rhs_6b23_digi_6sh92_radio";
backpack = "tf_mr3000_bwmod";
backpack = "TFAR_mr3000_rhs";
};
class Soldier_SL_F: Soldier_TL_F {
vest = "rhs_6b23_6sh116";
Expand Down
2 changes: 1 addition & 1 deletion loadouts/US_Desert.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class US_Desert {
vest = "rhsusf_iotv_ocp_Squadleader";
backpack = "rhsusf_assault_eagleaiii_coy";
headgear = "rhsusf_mich_helmet_marpatd_headset";
radio = "tf_anprc148jem";
radio = "TFAR_anprc152";
};

class Type {
Expand Down
13 changes: 8 additions & 5 deletions mission.sqm
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ class EditorData
toggles=1;
class ItemIDProvider
{
nextID=757;
nextID=780;
};
class MarkerIDProvider
{
nextID=16;
};
class Camera
{
pos[]={1822.0154,88.694626,5482.6128};
dir[]={0.11589483,-0.35521361,0.92758948};
up[]={0.044040442,0.93477577,0.35248744};
aside[]={0.99229723,-1.2951205e-009,-0.1239794};
pos[]={1522.049,11.037809,5044.4614};
dir[]={0.77927482,-0.600788,0.17846668};
up[]={0.58563679,0.79939413,0.13412045};
aside[]={0.22324403,-5.1921234e-008,-0.97479004};
};
};
binarizationWanted=0;
Expand Down Expand Up @@ -276,6 +276,9 @@ class ScenarioData
author="nomisum";
wreckRemovalMaxTime=3600;
};
class CustomAttributes
{
};
class Mission
{
class Intel
Expand Down
2 changes: 1 addition & 1 deletion server/spawnBluforHQ.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ spawnBluforHQ = {
_vehicle1 addItemCargoGlobal ["ACE_SpraypaintGreen",10];
_vehicle1 addItemCargoGlobal ["ACE_SpraypaintRed",10];
_vehicle1 addItemCargoGlobal ["ACE_EntrenchingTool",10];
_vehicle1 addItemCargoGlobal ["tf_anprc148jem", 10];
_vehicle1 addItemCargoGlobal ["TFAR_anprc152", 10];

_vehicle1 addItemCargoGlobal ["ACE_NVG_Gen2",50];

Expand Down

0 comments on commit d6556ff

Please sign in to comment.