marcrobledo / savegame-editors

A compilation of console savegame editors made with HTML5 technologies.
https://www.marcrobledo.com/savegame-editors/
Other
1.11k stars 229 forks source link

Pet color is coded wrongly on website. #382

Closed aussieblackpig closed 1 year ago

aussieblackpig commented 1 year ago

I modified Lord of The mountain, and was trying to get the color of the pic in the stall closer, and it was wrong, totally. I played around with color chard in PAINT, windows. and realised the color received was when I reversed the red and green.

OwnedHorseList.Body.PrimaryColor.Red [5]

AND

OwnedHorseList.Body.PrimaryColor.Green [5]

AND maybe all the others too? but I'm sure these two are back to forth, I had to reverse the inputs to get the color I wanted.

Thanks for your hard work guys. CYA

marcrobledo commented 1 year ago

That's odd.

However, that's the original game's variable name. I cannot change that name because that's how the game was coded.

So we should blame the devs 🤣