rakion99 / shelter-editor

FO Shelter Save Editor Free and Open source for Every one
https://rakion99.github.io/shelter-editor/
GNU Affero General Public License v3.0
180 stars 59 forks source link

Change Skin and Hair Color #2

Closed rakion99 closed 8 years ago

rakion99 commented 8 years ago

i will work on that but i still dont figure how the colors work because is 10 digits color code example: "skinColor": 4290087013, "hairColor": 4291535471

rakion99 commented 8 years ago

looks like its a decimal to hex color with alpha. in hex the color is AARRGGBB A is alpha, R Red, G Green, B Blue but in game the colors looks weirds needs more testing

rakion99 commented 8 years ago

screenshoot with color full blue aka FF0000FF, for the save 4278190335 in hair and skin falloutshelter_screenshot_2016-07-18_011916

rakion99 commented 8 years ago

another but with cyan FF00FFFF = 4278255615 falloutshelter_screenshot_2016-07-18_012253

rakion99 commented 8 years ago

looks like i cant do a pick a color and apply because i dont know a lot of javascript and html, but atleast i will try to add a color picker and it will give you the correct 10 digit color to copy and paste to the dweller

rakion99 commented 8 years ago

foscolor