Created
October 1, 2024 12:01
-
-
Save masnana/4cb64b1cb5081db84415ccdfe8692345 to your computer and use it in GitHub Desktop.
RDR2 General Bones
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| BONES = { | |
| -- HEAD | |
| [21030] = 'SKEL_HEAD' | |
| [14283] = 'SKEL_NECK0' | |
| [14284] = 'SKEL_NECK1' | |
| [14285] = 'SKEL_NECK2' | |
| -- BODY | |
| [54802] = 'SKEL_R_CLAVICLE' | |
| [30226] = 'SKEL_L_CLAVICLE' | |
| [56200] = 'SKEL_PELVIS' | |
| [11569] = 'SKEL_SPINE_ROOT' | |
| [14410] = 'SKEL_SPINE0' | |
| [14411] = 'SKEL_SPINE1' | |
| [14412] = 'SKEL_SPINE2' | |
| [14413] = 'SKEL_SPINE3' | |
| [14414] = 'SKEL_SPINE4' | |
| [14415] = 'SKEL_SPINE5' | |
| [14416] = 'SKEL_SPINE6' | |
| -- RIGHT_LEG | |
| [6884] = 'SKEL_R_THIGH', | |
| [43312] = 'SKEL_R_CALF', | |
| [33646] = 'SKEL_R_FOOT', | |
| [41273] = 'SKEL_R_TOE0', | |
| [18013] = 'SKEL_R_TOE10', | |
| [18029] = 'SKEL_R_TOE20', | |
| -- LEFT_LEG | |
| [65478] = 'SKEL_L_THIGH', | |
| [55120] = 'SKEL_L_CALF', | |
| [45454] = 'SKEL_L_FOOT', | |
| [53081] = 'SKEL_L_TOE0', | |
| [11440] = 'SKEL_L_TOE10', | |
| [11456] = 'SKEL_L_TOE20', | |
| -- EIGHT_ARM | |
| [46065] = 'SKEL_R_UPPERARM', | |
| [54187] = 'SKEL_R_FOREARM', | |
| [22798] = 'SKEL_R_HAND', | |
| -- LEFT_ARM | |
| [37873] = 'SKEL_L_UPPERARM', | |
| [53675] = 'SKEL_L_FOREARM', | |
| [34606] = 'SKEL_L_HAND', | |
| }, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment