A ResoniteModLoader mod for Resonite that automatically sets up Dynamic Bone Chains on avatars and validly named slots.
- Install ResoniteModLoader.
- Place DynamicBoneWizardMod.zip into your
rml_mods
folder. This folder should be atC:\Program Files (x86)\Steam\steamapps\common\Resonite\rml_mods
for a default install. You can create it if it's missing, or if you launch the game once with ResoniteModLoader installed it will create the folder for you. - Start the game. If you want to verify that the mod is working you can check your Resonite logs.
Starting a bone's name with <DynBone> will indicate to the mod a DynamicBoneChain should be placed on it.
The DynamicBoneWizardMod creates a folder called _BoneLists
in rml_mods
. Inside, there are 3 text files:
- listOfSingletons
- listOfPrefixes
- listOfSuffixes
At a high level, the mod creates a master list comprised of all the elements of "listOfSingletons", followed by a prefix (from listOfPrefixes) with every suffix (from listOfSuffixes) appended to it. You can edit these in real-time while the game engine is running to add custom bone names to your liking. If you'd like to add bone names to this repository, feel free to open a pull request!
Thanks to all those who helped me create and test my mod. Have fun!