Closed nbusseneau closed 5 months ago
Try uninstall and re-install the mod, it worked for me.
The Projectile.OnHit method signature has changed slightly but none of that should matter for this mod. It's a weird one, might be some Modman caching issue or such...
Worked fine for me. I just tested things out locally to double check.
Still not working on my end, even after uninstall/reinstall and manually cleaning r2modman's cache. Doesn't work on a fresh r2modman profile with just Spearfishing / SolidHitboxes either. Validated Steam files just in case, still the same. Something fishy is going on, but I'm not quite sure what... đŸ¤”
OK, actually when only Spearfishing is present, it works, but SolidHitboxes alone doesn't work (it fails with https://github.com/karkkant/valheim-solid_hitboxes/issues/5), and if both are present then Spearfishing exhibits the issue above.
So, when SolidHitboxes is present, it makes Spearfishing's patch fail. Perhaps it fails in the middle of IL patching but has already had enough impact to make Spearfishing fail?
Yeah SolidHitboxes is not Ashlands compatible at the moment. They both patch Projectile.OnHit method so it can definitely cause issues.
Hey, thanks for your mods.
Seems like the Ashlands update broke the
Projectile.OnHit
patch.