Customizable Player Models (Fabric)

Customizable Player Models (Fabric)

287k Downloads

[Bug/Help Wanted]Osc slider values overwrite each-other

RedRain0o0 opened this issue ยท 3 comments

commented

I'm in the process of making a FBT system for CPM using SlimeServer, however slime exports it's data in 3 values per bone
2023-02-27_15 46 56
When mapping a Value Layer animation to the pitch OSC data point, it maps as 'osc:/tracking/trackers/4/rotation(-179.99:179.99)'. When trying to make an animation for the yaw OSC data point, it names its self 'osc:/tracking/trackers/4/rotation1' and does not work in-game, only the pitch works. I have tried using the Argument parameter to name the 'Yaw' and 'Pitch', but it didn't fix it and I don't know how to fix it.

I can give more Info if needed

commented

The value is picked by the Argument ID in the wizard. It should put a [id] in the name, before the (... part.

commented

I did try with IDs, problem is it only recognizes the [ID] if the input data has one, otherwise it doesn't work

commented

image
image

This is still broken, rip...