TOYNBEE-BoneMod icon

BoneMod

Unofficial Valheim 1.0 compatibility fix for an0nymooose's BoneMod. Scale character bones, save proportions, and sync them in multiplayer.

Last updated 10 hours ago
Total downloads 34
Total rating 0 
Categories Mods Misc Client-side AI Generated Deep North Update
Dependency string TOYNBEE-BoneMod-1.0.1
Dependants 0 other packages depend on this package

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2350 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.

Preferred version: 5.4.2350

README

BoneMod — Valheim 1.0 Compatibility Fix

A small compatibility update for BoneMod, originally created by an0nymooose.

All credit for BoneMod, its design, and its original implementation belongs to an0nymooose. This release only updates the existing mod so it works with Valheim 1.0.

BoneMod lets you change the scale of individual character bones with in-game chat commands. Character proportions are saved locally and can be synchronized so other players running BoneMod can see them in multiplayer.

Valheim 1.0 compatibility fixes

  • Updated the chat hook for Valheim 1.0's UserInfo sender data.
  • Updated HUD/message calls for the current Character.Message signature.
  • Fixed map pings by allowing empty/non-BoneMod chat packets to pass through untouched.
  • Limited BoneMod command parsing to messages beginning with !bm.
  • Preserved the original command syntax, save data format, configuration behavior, and multiplayer synchronization.

Installation

Thunderstore / r2modman / Gale

Install the package normally with your preferred Thunderstore-compatible mod manager. The required Valheim BepInEx package is declared as a dependency.

Manual

  1. Install BepInExPack for Valheim.
  2. Copy BoneMod.dll into Valheim/BepInEx/plugins/.
  3. Remove any older BoneMod DLL before launching the game.

Commands

Open Valheim chat and use the following commands.

Scale a body part

!bm bodypart x y z

Example:

!bm head 2 1 2

To use the same scale on all three axes, provide only one number:

!bm head 1.25

Other commands

  • !bmreset — Reset your character's scaled bones.
  • !bmstop — Stop sending your bone scaling data to other BoneMod clients.
  • !bmstart — Resume bone scaling synchronization.
  • !bmclearsave — Clear saved BoneMod character data and reset your character.
  • !bmhelp — Display BoneMod command help and available bones.

Available bones

jaw
head
chest
neck
spine
hips
lefthand
righthand
leftfoot
rightfoot
leftleg
rightleg
leftarm
rightarm

Groups

arms
legs
feet
hands

Multiplayer

Every player who wants to see custom character proportions should have BoneMod installed.

Bone scaling data is synchronized between BoneMod clients. Changes made to a nearby player can appear immediately, while synchronization for players elsewhere may take a few seconds.

Save data

BoneMod stores character bone data locally and reapplies it when the character is loaded again. Saved data can be cleared in-game with !bmclearsave.

Credits

Original author: an0nymooose
Original BoneMod page: https://www.nexusmods.com/valheim/mods/326
Valheim 1.0 package: compatibility fix only.