I got a little stuck in attaching my rings to the heartlings
Some commands work for some situations but maybe someone can give some wise answers to this:
or just tell me if i`m wrong
“render_type”: "merge_with_model"
merges my qb with the hearthling model qb…my entitiy moves around with the hearthling…no problem. i use that for circlets and amulets
but a ring is stiff in the air, because it is sticky to the finger as if the hearthling is standing around with straightened fingers
“render_type”: "attach_to_bone"
i only get errors there. Can i define which bone it should attach to ?
the error defines that it cant do "add child to bone" (referencing towards equipment_piece_component.lua) so i read that but i
m not understanding what to do with my .json
Please help me with
"merge_with_model"
"attach_to_bone"
get_bone_for_slot
slot_to_bone_map (like mainhand, offhand)
is there a way to define a new slot_to_bone_map ?
If i could use this the right way it would expand possible modding greatly.