CLASSIC BUG - Magic Axes have wrong attacks [RESOLVED]

User avatar
pango
Posts: 3358
Joined: Wed Jul 18, 2018 6:14 pm
Location: France
Contact:

Re: Modded handheld weapons bug

Post by pango »

Crazy stuff, good catch!
Mastodon: @pango@fosstodon.org
When a measure becomes a target, it ceases to be a good measure.
-- Charles Goodhart

User avatar
King of Worms
Posts: 4753
Joined: Mon Oct 17, 2016 11:18 pm
Location: Scourg Barrow (CZ)
Contact:

Re: Modded handheld weapons bug

Post by King of Worms »

TheLacus wrote: Mon Sep 02, 2019 11:35 am Glad the cause was found. If you are still confident there is an issue with classic animation, i can change title of this topic (unless you prefer to make a new one) so someone more involved with weapons can give a look. :)
well this is a core issue, Im now 99% certain this is a vanilla bug. It happens with the un-modded game.

I will change the title tho. Not sure what more can I do. Thanks for help!

User avatar
King of Worms
Posts: 4753
Joined: Mon Oct 17, 2016 11:18 pm
Location: Scourg Barrow (CZ)
Contact:

Re: Modded handheld weapons bug

Post by King of Worms »

pango wrote: Mon Sep 02, 2019 1:11 pm Crazy stuff, good catch!
Thanks :) I hope this can be dealt with
btw, I found this bug using your save where u have this red axe (old witches coven bug report)
Can you please confirm it happens on you pc as well, when using vanilla weapons?

Just test the attacks. Mouse to left, mouse to right, etc... the weapon just doesn follow these commands on my PC

Thank you!

User avatar
pango
Posts: 3358
Joined: Wed Jul 18, 2018 6:14 pm
Location: France
Contact:

Re: Modded handheld weapons bug

Post by pango »

King of Worms wrote: Mon Sep 02, 2019 1:25 pm btw, I found this bug using your save where u have this red axe (old witches coven bug report)
Can you please confirm it happens on you pc as well, when using vanilla weapons?

Just test the attacks. Mouse to left, mouse to right, etc... the weapon just doesn follow these commands on my PC
Ah! Probably the Daedric Unrestrainable Battle Axe then:
  • mouse left to right => axe movement right to left
  • mouse right to left => axe movement slash left to bottom
  • mouse slash left to bottom => axe movement left to right
Other movements (stabbing, etc.) look okay.
It's hard to be 100% sure of the mouse movements, but I equipped an axe in each hand, one enchanted the other not, so I can quickly switch and test movements...
So yeah, the enchanted axe movements look mixed in classic

I reattached the save if anyone else wants to experiment
Attachments
SAVE4.zip
(168.03 KiB) Downloaded 78 times
Mastodon: @pango@fosstodon.org
When a measure becomes a target, it ceases to be a good measure.
-- Charles Goodhart

User avatar
King of Worms
Posts: 4753
Joined: Mon Oct 17, 2016 11:18 pm
Location: Scourg Barrow (CZ)
Contact:

Re: CLASSIC BUG - Magic Axes have wrong attacks

Post by King of Worms »

Thank you, thats exactly the wrong numbered attacks..
I think this should be repaired in the core, we dont want old bugs transfering to DFU.

And the remedy is quite easy..

Fingers crossed.

User avatar
Interkarma
Posts: 7247
Joined: Sun Mar 22, 2015 1:51 am

Re: CLASSIC BUG - Magic Axes have wrong attacks

Post by Interkarma »

Good work figuring that out. :)

For another example, here are the axe animations in Daggerfall Imaging. It's very clear the animations are flipped when you see them side-by-side (examine the middle few rows of of frames where it's most obvious)

mundane-axe.jpg
mundane-axe.jpg (172.28 KiB) Viewed 1675 times
magic-axe.jpg
magic-axe.jpg (228.53 KiB) Viewed 1675 times

This is difficult to fix in the core however as the problem is in the WEAPO108.CIF file, which is not part of the DFU core. It's part of the data players provide on their end. We inherit this bug from classic as we're using the same data.

User avatar
King of Worms
Posts: 4753
Joined: Mon Oct 17, 2016 11:18 pm
Location: Scourg Barrow (CZ)
Contact:

Re: CLASSIC BUG - Magic Axes have wrong attacks

Post by King of Worms »

Thanks for the example and the comment Interkarma, yes this was quite difficult to spot and realize what is really happening here :)
Teamwork with Lacus lead us to this discovery, I would never find it on my own.

Right, this is not a core issue specifically.

But it could be solved by changing what the core program calls for.

There must be some mechanism which can see that you make a mouse move requesting some kind of attack. And than it checks the weapon you hold and plays the appropriate animation. So in the case of WEAPO08 it would switch the 3 wrong attacks?

I dont believe its impossible :)

Anyway.. if this is something which is officially not going to happen, I change it only on my side in the mod. I switch the attacks and its solved.
But I think it would be sad to have this bug in the game (esp now when its finally discovered!) and Id prefer some other solution than having to mod the game to solve the bug...

User avatar
King of Worms
Posts: 4753
Joined: Mon Oct 17, 2016 11:18 pm
Location: Scourg Barrow (CZ)
Contact:

Re: CLASSIC BUG - Magic Axes have wrong attacks

Post by King of Worms »

Idk but judging by the reactions here and this bug being removed from the Git bug list - this will be a "feature" of DFU? :?

Would be cool to know that. Because if I spend the time repairing this bug in my mod, and than someone repairs it in the game, it will render my mod buggy and my work obsolette.

User avatar
Interkarma
Posts: 7247
Joined: Sun Mar 22, 2015 1:51 am

Re: CLASSIC BUG - Magic Axes have wrong attacks

Post by Interkarma »

We work around loads of weird problems in classic data, I don't see why this can't be one of them. :) But this is still a problem in classic game data on the user end, not in DFU itself, and the path to working around that needs to be evaluated to invent a solution that doesn't break anything else.

I'll move this to Bug Reports for later review. That way you know it's in a queue and will be looked at eventually. I just can't comment at this time what the outcome will be, how this will be resolved, or when someone will look at it. The issue is fairly low priority to some of the other things we need to fix. :)

User avatar
King of Worms
Posts: 4753
Joined: Mon Oct 17, 2016 11:18 pm
Location: Scourg Barrow (CZ)
Contact:

Re: CLASSIC BUG - Magic Axes have wrong attacks

Post by King of Worms »

okay, thanks for reply Interkarma, I will leave it as it is and I will hope this gets repaired somewhere down the road in the future :)
considering what was already achieved, this might be relatively easy fix to do

Locked