Arma 3
Ravage
Clash May 18, 2021 @ 1:37pm
MP gear pool fix
Place the arrays below in your "init.sqf" file in the mission folder.

The variable names for the gear it gives to the units are undefined in MP meaning they get the default ravage gear so i redefined them with my own custom gear. To redefine them you need to put the classnames of the gear you want them to have in these arrays:

rvg_launchers = [];
rvg_nvgs = [];
rvg_uniforms_lv1 = [];
rvg_uniforms_lv0 = [];
rvg_vests = [];
rvg_headGears = [];
rvg_goggles = [];
rvg_backpacks = [];
rvg_gasmasks = [];
rvg_weapons = [];
rvg_LMG = [];
rvg_WeaponItems = [];
rvg_WeaponLights = [];