Issue Data
|
Issue #5627: Carry Bucket Package Animation is bugged
Three actors each have three packages which oblige them to; fill a bucket with water, carry it to a specific point in the location, drop the water into whatever they're filling.
The problem is that the actor goes to the water and attempts to fill the bucket, which fails(abruptly ends the animation) then goes to the target with the bucket in one hand (tipping it to the side) and when s/he is too drop the water s/he just stands there as if the animation is missing. I think the problem is within the script or something else in the packages. The animation itself exist and works, but it doesn't show up in game. Packages with this bug: KodrirCarryBucket11x2 KodrirCarryBucket15x2 KodrirCarryBucket7x2 LeftHandMineDaighreCarryBucket11x2 LeftHandMineDaighreCarryBucket15x2 LeftHandMineDaighreCarryBucket7x2 MarkarthOmluagCarryBucket11x2 MarkarthOmluagCarryBucket15x2 MarkarthOmluagCarryBucket7x2 Easiest way to reproduce bug is by following Daighre around 7am, 11am or 15pm, since the other packages got 10% chance of even happening. |
Bug happens due to wrong packages on the NPCs.
The package can be fixed by adding a "Wait" at the correct spot.
Doing this will make it obvious that the animation is wrong/unfinished.
DServant (http://forums.nexusmods.com/index.php?/user/10549885-dservant/) fixed the animation.
I messaged Arthmoor and will send the packages and the animation file.
The package can be fixed by adding a "Wait" at the correct spot.
Doing this will make it obvious that the animation is wrong/unfinished.
DServant (http://forums.nexusmods.com/index.php?/user/10549885-dservant/) fixed the animation.
I messaged Arthmoor and will send the packages and the animation file.
Is this still alive or is it not gonna get fixed anytime soon?
Turns out the fix provided in the comment above didn't address the issue properly but the ticket is still active to the best of my knowledge. One of the other project members was working on a fix for it some time ago and I'll have to remember to ask her about it.
I am pretty sure I fixed that sufficiently in the past but I never read the reply Arthmoor gave me. Sorry, I remember trying to Login to afk mod and forgot my password and forgot about my plan within the 24h grace period. Oops.
So it is still on my desk. I am investigating right now.
So it is still on my desk. I am investigating right now.
My latest version did not work for Daighre, I am not really sure why. I modified the Package Template to include Travel procedures and then it worked. There also needs to be is3Dloaded condition on the package.
I removed conditions from the Kodrir and Omluag packages:
a.) Removed "nonsense" conditions that are handled via the schedule
b.) Removed the 10% chance of triggering the package (for testing)
May the patch team decide what to keep from the original setup (that was broken in many ways).
I attached the .esp and .hkx files.
Still to do:
Make sure that the CarryBucketFill marker have a good placement, at the moment Kodrir and Daighre look pretty weird when they fill it.
Attached Files:
Carry Bucket Fix.zip
I removed conditions from the Kodrir and Omluag packages:
a.) Removed "nonsense" conditions that are handled via the schedule
b.) Removed the 10% chance of triggering the package (for testing)
May the patch team decide what to keep from the original setup (that was broken in many ways).
I attached the .esp and .hkx files.
Still to do:
Make sure that the CarryBucketFill marker have a good placement, at the moment Kodrir and Daighre look pretty weird when they fill it.
Attached Files:
Carry Bucket Fix.zip
Showing Comments 1 - 6 of 6