You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dmitri-fm edited this page Aug 2, 2026
·
9 revisions
Bone Remapping feature in Rx3Tools allows you to remap mesh bones from one skeleton to another. The Bone Remapping option is placed in More Options window. You can either select one of available conversion tables, or create your own.
Bone remap tables are stored as Unicode Text .txt files (UTF-16 LE with BOM, tab-separated, without header row). The file consists of 2 columns: first column is source bone name; second column is target bone name. You can use either MS Excel or Notepad++ in order to edit or create these files.
In this tutorial we will create a conversion table for FC 26 gloves. The target game is FIFA 16.
First we need to get a list of bones which affect the glove model, in both games. In order to do this, we will use a Blender script which copies vertex groups of selected object into clipboard: