yoship1639 / ValheimVRM

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

Update for smol characters #26

Open TwilightMage opened 2 years ago

TwilightMage commented 2 years ago

Fixed bug when some animations had incorrect position, for instance if small character does a dive, it visually falls under the ground

Settings were reworked so we don't parse them every time we use them

Added global mod settings

Added console commands to reload character settings and global settings

Done an attempt to make VRM sharing work. We can't use ZDO since it just dies if the data size is too big. So were used RPCs, but they don't trigger. If we resolve that issue, we may finally make VRM sharing work

Refactored ValheimVRM.cs, player awake patch was splitted into some separate functions for registering and attaching VRM to player. Also was reworked the way we store VRM (better suited for sharing)

Next parameters may be modified via settings now:

Next animations now can be modified by adding offsets:

And some other little stuff I can't recall already