!> LoadJSON: File Saves/Contortionist/TimboMocap.jointconfig not found
!> TimboJointLimits: preset not found/invalid: Saves/Contortionist/TimboMocap.jointconfig
The scene is quite entertaining, but there is an error,
I changed
[private const string PRESET_PATH = "Saves/Contortionist/TimboMocap.jointconfig";]
in
[Custom\Scripts\Possession\Mocap 2.0\TimboJointLimits.cs]
to
[private const string PRESET_PATH = "VamTimbo.Aug2026_Dance.1:/Saves/Contortionist/TimboMocap.jointconfig";]
, which resolved the error. I'm not sure if what I did is correct