Page 1 of 1

Strange NPC behaviour -- crowded on a boat

Posted: 05 Nov 2017, 14:59
by thegriglat
After compiling OpenMW@master with GCC6+flto NPC in Sadrith Mora crowded together on a boat ...
(Usually I use Clang+flto)

I have tried to call ResetActors from console but they always walks to the boot again ...

Is there a way to reset NPC position in savegame? In other saves everything seems to be OK.

Thanks!

Re: Strange NPC behaviour -- crowded on a boat

Posted: 06 Nov 2017, 08:15
by lysol
This bug is at least quite funny. It's like the guards always dreamed of a life on the sea.

Re: Strange NPC behaviour -- crowded on a boat

Posted: 07 Nov 2017, 06:20
by akortunov
thegriglat wrote: 05 Nov 2017, 14:59 I have tried to call ResetActors from console but they always walks to the boot again ...
That's because RA just moves actors, but does not reset AI packages. Is this a bug or a feature? AIWander, for example, has a current destination variable.
thegriglat wrote: 05 Nov 2017, 14:59 Is there a way to reset NPC position in savegame?
After RA command you can reset AiWander package manually via console:

Code: Select all

aiwander 512 0 0 0 0 ; for a wandering NPC
aiwander 0 0 0 0 ; for a stationary NPC
Also it is unclear if NPCs will stay still on the boat forever, or will try to move to the other point.