LordGolias / antistasi

Antistasi improved, a mod for the game Arma 3.
BSD 3-Clause "New" or "Revised" License
31 stars 18 forks source link

Free Refugees loose clothes #137

Open StefArma opened 6 years ago

StefArma commented 6 years ago

Version: develop https://github.com/LordGolias/antistasi/commit/8c0ea9bdacffc86ebd00146e22bf80d16e31a147 Mod: CBA, TFAR Multiplayer dedicated server Side: tested both vs East and vs West

Telling refugees to follow me make their clothes removed and they roam around in underwear

LordGolias commented 6 years ago

ahaha, that is hilarious.

StefArma commented 6 years ago

:) it's probably something related to faction

LordGolias commented 6 years ago

I am not able to find why this happens. After the unit is rescued, the piece

[_unit] call AS_fnc_initUnitFIA; is called, which calls forceAddUniform like any other FIA unit.

One possible reason is that the uniform is not defined on the client, causing no uniform to be added. If that is the case, there is a de-sync between a client and the server, in which case the root problem is more serious. If this is the case, the client log should point that a non-existent attribute was tried to be accessed.

@StefArma, could you clarify if that was indeed the case?