AdvancedUrbanRappelling
AdvancedUrbanRappelling copied to clipboard
Warning this addon breaks AI with disableAI "MOVE" on init!
Hello,
I encountered this behaviour in my mission and the other one from workshop.
If you place units with disableAI "MOVE" in init field and run the game on dedicated server with this mod enabled then they will end up like that - https://steamuserimages-a.akamaihd.net/ugc/169290952004214801/A1211376D73D47209FF221855650E18EBD0260F3/
Unable to move even if you enableAI "MOVE"
I disabled this mod and Advanced Rappeling from heli too.
My modlist:
mods = { "@cba_a3": "450814997", "@ace3": "463939057", #"@alive": "620260972", "@cup_terrains_core": "583496184", "@cup_terrains_maps": "583544987", "@cup_weapons": "497660133", "@cup_units": "497661914", "@cup_vehicles": "541888371", "@cup_terrains_cwa": "853743366", "@rhsafrf": "843425103", "@rhsusaf": "843577117", "@rhsgref": "843593391", "@rhssaf": "843632231", "@acecompat1": "773131200", "@acecompat2": "773125288", "@acecompat3": "884966711", "@acecompat4": "621650475", "@acecompat5": "549676314", "@adv1": "713709341", "@adv2": "615007497", "@adv3": "639837898", "@adv4": "730310357", "@dynasound": "825181638", "ench_movement": "333310405", "ench_sounds": "825179978", "@tfar": "620019431", }
I think You should look into this.
Yeah, I get this 100% of the time with DMS spawned AI on a Linux dedicated server running Exile. Had to disable the mod as you did.
I too experience the above on a mission I'm making (linux server) - and for all units spawned on the server the AI are stuck (they are still processing, shooting etc, just no animations/movement)
If you spawn on another host (without the mod) and transfer them to server, they remain fine - so my gut is to say related to animations (so probably a bis thing unless it doesn't like something in the pbo/pp without spitting anything to the rpt that i noticed)
Given that the anims + sounds within the mod are really for clients aesthetics/audio, I just took the server side init script and threw it on the server and called it from initServer - this giving my AI their movement back and allowing my players to rappel
Issue occurs on servers with no other mods on Linux v1.90 primarily visible during a Warlords mission
The bug still present on Arma v.1.98 and Linux server
@martinco Is this related? https://github.com/A3Antistasi/A3-Antistasi/issues/196
Does it also happen with only Advanced Rappelling or only with Advanced Urban Rappeling?