Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error When Saving Config - Floating Point Values Are Wrong #27

Open
dollfacer opened this issue Aug 15, 2024 · 1 comment
Open

Error When Saving Config - Floating Point Values Are Wrong #27

dollfacer opened this issue Aug 15, 2024 · 1 comment

Comments

@dollfacer
Copy link

When saving the config there appears to be a bug with floating point values. This appears to cause a problem in the gui where it won't let you adjust the values. Here is my config as an example:

{
  "Version": "2.0",
  "UnixTimestamp": 1723749789,
  "ControllerType": "Quest 2",
  "LeftSaberPivotPosition": {
    "x": -3.7,
    "y": -0.5000005,
    "z": -14.999999
  },
  "LeftSaberRotationEuler": {
    "x": -3.503479,
    "y": 22.1084557,
    "z": -1.10534668
  },
  "LeftSaberZOffset": 15.5,
  "LeftSaberHasReference": true,
  "LeftSaberReference": {
    "x": 0.1441531,
    "y": -0.129799515,
    "z": 0.6141752,
    "w": -0.764980435
  },
  "RightSaberPivotPosition": {
    "x": 4.4,
    "y": -0.7000003,
    "z": -14.999999
  },
  "RightSaberRotationEuler": {
    "x": -1.94763184,
    "y": -27.3239746,
    "z": 0.7074961
  },
  "RightSaberZOffset": 15.5,
  "RightSaberHasReference": true,
  "RightSaberReference": {
    "x": -0.15724,
    "y": -0.1769721,
    "z": 0.5899013,
    "w": 0.7719989
  }
}
@dollfacer
Copy link
Author

Here is a video demonstrating the problem in game.

https://youtu.be/1j8lPrE6WBk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant