Phantomsmedia / Wavelength

This is the repository for the Wavelength, ArmA 3 mission framework derivative of F3..
9 stars 11 forks source link

Players are randomly not assigned their gear on mission start #346

Closed MysticalLatios closed 8 years ago

MysticalLatios commented 8 years ago

On both the dev branch and master ever since the Eden update players sometimes spawn in completely naked without any gear.

MysticalLatios commented 8 years ago

This is still happening with the last hotfix for arma.

JonBons commented 8 years ago

Next build will have the following in the assignGear script:

diag_log format ["[BW] Setting gear for unit [%1, %2] with path as CfgLoadouts >> %3 >> %4", _unit, (typeof _unit), _faction, _loadout];

If anyone has gear issues in the next build have them shoot you the RPT and search for the log entry and see what is showing there, if no log entry exists then something horribly wrong happened as F_fnc_assignGearMan is called on CAManBase init.

derbismarck commented 8 years ago

This can be closed.