武装突袭3

武装突袭3

Ravage
Clash 2021 年 5 月 18 日 下午 1:37
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 = [];