KyonkoYuuki / YaBACOrganizer

2 stars 2 forks source link

YaBAC v0.2.2 : odd behaviors on ThrowHandler #10

Closed UnleashedGH closed 4 years ago

UnleashedGH commented 4 years ago

YaBAC v0.2.2 sometimes reads "Bone User Connects to Victim From" as out-of-range values, such as 0x79 or 0x85. but the max bone flag is 0x18

also, YaBAC still doesn't read Victim_Displacement values properly.

image

KyonkoYuuki commented 4 years ago

Will change the Connection stuff to be like how its done in the latest BCS organizer.

Will once again take a look at throws. Which BAC is this btw, because I need to know if I messed up the TYPE17 calculation or not.

KyonkoYuuki commented 4 years ago

So the type17 offset calculation didn't take into account TYPE17BIG, so now it does and it loads fine now.