bcmpinc / StardewHack

A bunch of Stardew Valley mods that heavily rely on IL code modification.
GNU Lesser General Public License v3.0
20 stars 14 forks source link

Movement Speed troubles with Mouse Move Mode #3

Closed igoutta closed 6 years ago

igoutta commented 6 years ago

This mod have an issue patching the game with the mod of ylsama, Mouse Move Mode, from here: https://www.nexusmods.com/stardewvalley/mods/2614 I already told the other mod author so, I'm tellling you right know. This is a link to an image about the trouble.

Thanks for your time.

bcmpinc commented 6 years ago

Hi. I can confirm that this is a bug in my mod. Thanks for reporting.

The problem is that both mods patch the method StardewValley.Game1::UpdateControlInput. This causes my patch method to be called twice, which it currently isn't programmed to deal with.

bcmpinc commented 6 years ago

A fix has been released: https://github.com/bcmpinc/StardewHack/releases/tag/v0.4