Skip to content

Local Files User Upgrades

Az edited this page Jul 1, 2024 · 1 revision

💉User Upgrades

File naming and location

User Upgrades are listed in a unique file UserData\MyUpgrades.JSON.

File structure example

{
   "savableUserUpgrades":[
      {
         "id":"e03ca88b7f6903bf5cc0b1cb3d65ae301708539372",
         "readableName":"Pincher",
         "product":"Spark 2",
         "location":"Arm_right/Hand/Middle_finger/Pad",
         "installDate":"20-04-2024"
      },
      {
         "id":"e03ca88b7f6903bf5cc0b1cb3d65ae301708539370",
         "readableName":"Titanion",
         "product":"xNT",
         "location":"Head",
         "installDate":"20-04-2024"
      }
   ]
}
  • id: A unique identifier composed of the device's id and an incremental integer.
  • readableName: a literal name modifiable by the user.
  • product: the product associated with this upgrade, chosen by the user.
  • location: where the upgrade is located on the user, set by the user.
  • installDate: date of installation set by the user.

Locations

 Body
    Head
       Face
          Nose
          Mouth
          Eye_left
          Eye_right
          Forehead
          Chin
          Temple_left
          Temple_right
          Cheek_left
          Cheek_right
        Ear_right
        Ear_left
        Back
        Top
    Core
        Neck
           Left
           Right
           Front
           Back
        Clavicle_left
        Clavicle_right
        Chest
           Left
           Right
        Abdomen
           Left
           Right
        Genitals
        Rear
           Left
           Right
    Arm_right
       Shoulder
       Armpit
       Upper
       Elbow
       Lower
       Wrist
          Top
          Bottom
       Hand
          Thumb
             Pad_left
             Pad_Right
             Pad
             Metacarpal
             Proximal
             Distal
          Index_finger
             Pad_left
             Pad_Right
             Pad
             Metacarpal
             Proximal
             Middle
             Distal
          Middle_finger
             [Same as Index_finger]
          Ring_finger
             [Same as Index_finger]
          Little_finger
             [Same as Index_finger]
          Palm
          Knife_edge
          Thumb_edge
          P0
          P1
          P2
          P3
    Arm_left
       [Same as Arm_right]
    Leg_right
       Hip
       Upper
       Knee
       Lower
       Ankle
       Foot
          Heel
          Big_toe
          Index_toe
          Middle_toe
          Ring_toe
          Pinkie_toe
    Leg_left
       [Same as Leg_right]
}