yoship1639 / ValheimVRM

Mod to replace Valheim player with VRM model.
MIT License
53 stars 19 forks source link

Fix ModelOffsetY behavior #23

Closed ParoPew closed 2 years ago

ParoPew commented 2 years ago

Fixed #19 -- Also fixes some issues with weapon/hand alignment when using ModelOffsetY

yoship1639 commented 2 years ago

I'll check later, Thanks!

ghost commented 2 years ago

One question. Where do i put this File? I did put it in Plugin and Valheim_Data/managed but nothing changed, got the same floating-bug.

ParoPew commented 2 years ago

One question. Where do i put this File? I did put it in Plugin and Valheim_Data/managed but nothing changed, got the same floating-bug.

You would need to build the project and replace the DLL in the plugins folder. I have the built DLL on my forked repo: https://github.com/ParoPew/ValheimVRM/releases/tag/ver1.1.2

With the Y offset option there is still the odd issue where the walk cycle slightly sinks but it is tolerable. Haven't looked in too much how to fix it. Moving the feet bones by any amount is the main trigger for getting launched in to space :)

yoship1639 commented 2 years ago

Sorry for the delay. I have not been able to check everything, but it looks fine. Thank you very much!