Build#140(x64): Strange superfast stamina drain kills character

Locked
ifkopifko
Posts: 195
Joined: Thu Apr 02, 2015 9:03 am

Build#140(x64): Strange superfast stamina drain kills character

Post by ifkopifko »

If I kill a citizen an leave the city by foot (or horse or cart for that matter), I experience strange super-fast stamina drain, which kills my character within a few seconds.

Happens with multiple saves of different characters, so I suppose it happens always...

P.S.: This did not happen in build #139.

User avatar
Hazelnut
Posts: 3016
Joined: Sat Aug 26, 2017 2:46 pm
Contact:

Running out of town after angering guards causes exception

Post by Hazelnut »

I ran out of town when I'd killed a townie and angered guards. When I got a distance away the following exception is thrown:

Code: Select all

NullReferenceException: Object reference not set to an instance of an object
DaggerfallWorkshop.Game.Entity.PlayerEntity.MakeNPCGuardsIntoEnemiesIfGuardsSpawned () (at Assets/Scripts/Game/Entities/PlayerEntity.cs:638)
DaggerfallWorkshop.Game.Entity.PlayerEntity.Update (DaggerfallWorkshop.Game.Entity.DaggerfallEntityBehaviour sender) (at Assets/Scripts/Game/Entities/PlayerEntity.cs:411)
DaggerfallWorkshop.Game.Entity.DaggerfallEntityBehaviour.Update () (at Assets/Scripts/Game/Entities/DaggerfallEntityBehaviour.cs:82)
Also stamina is drained constantly, even with the main menu open.

Tested using latest code from master. I was testing potions at the time.
See my mod code for examples of how to change various aspects of DFU: https://github.com/ajrb/dfunity-mods

ifkopifko
Posts: 195
Joined: Thu Apr 02, 2015 9:03 am

Re: Running out of town after angering guards causes exception

Post by ifkopifko »

Seems to be the same as reported here: https://forums.dfworkshop.net/viewtopic.php?f=24&t=1617

User avatar
Hazelnut
Posts: 3016
Joined: Sat Aug 26, 2017 2:46 pm
Contact:

Re: Build#140(x64): Strange superfast stamina drain kills character

Post by Hazelnut »

Yep, merged threads. Ta.
See my mod code for examples of how to change various aspects of DFU: https://github.com/ajrb/dfunity-mods

R.D.
Posts: 379
Joined: Fri Oct 07, 2016 10:41 am

Re: Build#140(x64): Strange superfast stamina drain kills character

Post by R.D. »

Resolved now.

Locked