Fix BP not working with the "Wall Fingering" position #5
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
IllusionMods/BetterPenetration!5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "MrCsModsandGames-patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
One of the H-Positions is not affected by BetterPenetration: "Wall Fingering / 壁立ち手マン"
It's caused by a typo / missing animation name in the source file "Core_BetterPenetration/bonenames.cs" in line 77: in the list, it's "h2a_f_00", but it must be "h2a_f_01". I don't found an animation name called "h2a_f_00", so I guess, it's a typo. To prevent issues, I suggest to add "h2a_f_01" instead of replacing the original entry.