Fix BP not working with the "Wall Fingering" position #5

Merged
MrCsModsandGames merged 1 commit from MrCsModsandGames-patch-1 into master 2024-06-28 14:14:19 +00:00
MrCsModsandGames commented 2024-06-28 12:09:04 +00:00 (Migrated from github.com)

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.

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.
ManlyMarco (Migrated from github.com) approved these changes 2024-06-28 14:12:57 +00:00
Sign in to join this conversation.
No description provided.