Author Topic: Is there any way to find out what specific colorset was used on a save file?  (Read 1493 times)

I reset my pc and downloaded one of my old saves off my cloud storage but I can't remember what colorset I used for the specific build. Any way to find it with the save?

I think the first lines in a .bls save file are the colors. The name of the colorset isn't saved but you can look up the colors and see what existing colorset matches.

The color palette for a save is stored in the header as 64 RGBA colors as floats. So multiply these numbers by 255 and reconstruct the colorset from there. The only information you lack then are the divisions and their names, but they aren't required to load a save.

I found out what it was. Thanks for the help.

Please post the solution. Someone maybe having the same issue and not get the answer because you didn't post it.

@Blockz

I downloaded random colorsets until I stumbled upon the one I was looking for.