cheahjs / palworld-save-tools

Tools for converting Palworld .sav files to JSON and back
MIT License
781 stars 67 forks source link

Red and green channels on the eye color are swapped for some reason. #60

Closed Fakeabe closed 6 months ago

Fakeabe commented 6 months ago

The eyes come out as red when formatted like this: "r": 0.45882338285446167, "g": 1.7000000476837158, "b": 0.43090277910232544, "a": 1.0

If there's anything you can do to fix it, please do.

Fakeabe commented 6 months ago

Doing a little more experimentation, they come out as dark blue when I change the values to this: "r": 0.85882338285446167, "g": 1.7000000476837158, "b": 0.83090277910232544, "a": 1.0

Any reason why?

Fakeabe commented 6 months ago

I figured it out, the the values in the RGBA section are slider values. Not rgb values.