Improve 0.7 skins

skins7: Extract the skins dir to a macro
skins7: Look for the skins at 'skins7' dir
Data: Add 0.7 skins (diliated)
CMenus::RenderSkinSelection7: Fix the skins number (use 0.7 getter)
CSkins7::GetColorV3: Fix missing UnclampLighting
CRenderTools: Use stronger type for 0.7 colors
CSkins7::RandomizeSkin: Use enum value instead of hardcode+comment
CMenus::RenderSettingsTee7: Enable team skins validation
system: Add str_utf8_copy_num()
GameClient: Extract ApplySkin7InfoFromGameMsg()
GameClient: Add skin7 to CClientData (also process and validate it)
This commit is contained in:
Alexander Akulich 2023-12-24 01:59:31 +03:00 committed by Dennis Felsing
parent bae37ab7df
commit fe99a346dd
131 changed files with 1758 additions and 74 deletions

View file

@ -1700,6 +1700,128 @@ set(EXPECTED_DATA
skins/whis.png
skins/x_ninja.png
skins/x_spec.png
skins7/beaver.json
skins7/bluekitty.json
skins7/bluestripe.json
skins7/body/bat.png
skins7/body/bear.png
skins7/body/beaver.png
skins7/body/dog.png
skins7/body/force.png
skins7/body/fox.png
skins7/body/hippo.png
skins7/body/kitty.png
skins7/body/koala.png
skins7/body/monkey.png
skins7/body/mouse.png
skins7/body/piglet.png
skins7/body/raccoon.png
skins7/body/spiky.png
skins7/body/standard.png
skins7/body/x_ninja.png
skins7/bot.png
skins7/brownbear.json
skins7/bumbler.json
skins7/cammo.json
skins7/cammostripes.json
skins7/cavebat.json
skins7/decoration/hair.png
skins7/decoration/twinbopp.png
skins7/decoration/twinmello.png
skins7/decoration/twinpen.png
skins7/decoration/unibop.png
skins7/decoration/unimelo.png
skins7/decoration/unipento.png
skins7/default.json
skins7/eyes/colorable.png
skins7/eyes/negative.png
skins7/eyes/standard.png
skins7/eyes/standardreal.png
skins7/eyes/x_ninja.png
skins7/feet/standard.png
skins7/force.json
skins7/fox.json
skins7/greycoon.json
skins7/greyfox.json
skins7/hands/standard.png
skins7/hippo.json
skins7/koala.json
skins7/limedog.json
skins7/limekitty.json
skins7/marking/bear.png
skins7/marking/belly1.png
skins7/marking/belly2.png
skins7/marking/blush.png
skins7/marking/bug.png
skins7/marking/cammo1.png
skins7/marking/cammo2.png
skins7/marking/cammostripes.png
skins7/marking/coonfluff.png
skins7/marking/donny.png
skins7/marking/downdony.png
skins7/marking/duodonny.png
skins7/marking/fox.png
skins7/marking/hipbel.png
skins7/marking/lowcross.png
skins7/marking/lowpaint.png
skins7/marking/marksman.png
skins7/marking/mice.png
skins7/marking/mixture1.png
skins7/marking/mixture2.png
skins7/marking/monkey.png
skins7/marking/panda1.png
skins7/marking/panda2.png
skins7/marking/purelove.png
skins7/marking/saddo.png
skins7/marking/setisu.png
skins7/marking/sidemarks.png
skins7/marking/singu.png
skins7/marking/stripe.png
skins7/marking/striped.png
skins7/marking/stripes.png
skins7/marking/stripes2.png
skins7/marking/thunder.png
skins7/marking/tiger1.png
skins7/marking/tiger2.png
skins7/marking/toptri.png
skins7/marking/triangular.png
skins7/marking/tricircular.png
skins7/marking/tripledon.png
skins7/marking/tritri.png
skins7/marking/twinbelly.png
skins7/marking/twincross.png
skins7/marking/twintri.png
skins7/marking/uppy.png
skins7/marking/warpaint.png
skins7/marking/warstripes.png
skins7/marking/whisker.png
skins7/marking/wildpaint.png
skins7/marking/wildpatch.png
skins7/marking/yinyang.png
skins7/monkey.json
skins7/paintgre.json
skins7/pandabear.json
skins7/panther.json
skins7/pento.json
skins7/piggy.json
skins7/pinky.json
skins7/raccoon.json
skins7/redbopp.json
skins7/redstripe.json
skins7/saddo.json
skins7/setisu.json
skins7/snowti.json
skins7/spiky.json
skins7/swardy.json
skins7/tiger.json
skins7/tooxy.json
skins7/toptri.json
skins7/twinbop.json
skins7/twintri.json
skins7/warmouse.json
skins7/warpaint.json
skins7/x_ninja.json
skins7/xmas_hat.png
strong_weak.png
themes/auto.png
themes/autumn.png

38
data/skins7/beaver.json Normal file
View file

@ -0,0 +1,38 @@
{"skin": {
"body": {
"filename": "beaver",
"custom_colors": "true",
"hue": 19,
"sat": 105,
"lgt": 85
},
"marking": {
"filename": "twinbelly",
"custom_colors": "true",
"hue": 32,
"sat": 59,
"lgt": 209,
"alp": 198
},
"hands": {
"filename": "standard",
"custom_colors": "true",
"hue": 16,
"sat": 133,
"lgt": 121
},
"feet": {
"filename": "standard",
"custom_colors": "true",
"hue": 17,
"sat": 129,
"lgt": 38
},
"eyes": {
"filename": "colorable",
"custom_colors": "true",
"hue": 23,
"sat": 202,
"lgt": 45
}}
}

View file

@ -0,0 +1,40 @@
{
"skin": {
"body": {
"filename": "kitty",
"custom_colors": true,
"hue": 132,
"sat": 118,
"lgt": 184
},
"marking": {
"filename": "whisker",
"custom_colors": true,
"hue": 130,
"sat": 109,
"lgt": 219,
"alp": 255
},
"hands": {
"filename": "standard",
"custom_colors": true,
"hue": 120,
"sat": 82,
"lgt": 235
},
"feet": {
"filename": "standard",
"custom_colors": true,
"hue": 135,
"sat": 82,
"lgt": 233
},
"eyes": {
"filename": "negative",
"custom_colors": true,
"hue": 137,
"sat": 255,
"lgt": 0
}
}
}

View file

@ -0,0 +1,31 @@
{"skin": {
"body": {
"filename": "standard",
"custom_colors": "true",
"hue": 155,
"sat": 116,
"lgt": 122
},
"marking": {
"filename": "stripes",
"custom_colors": "false"
},
"hands": {
"filename": "standard",
"custom_colors": "true",
"hue": 11,
"sat": 117,
"lgt": 0
},
"feet": {
"filename": "standard",
"custom_colors": "true",
"hue": 29,
"sat": 173,
"lgt": 87
},
"eyes": {
"filename": "standard",
"custom_colors": "false"
}}
}

BIN
data/skins7/body/bat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
data/skins7/body/bear.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

BIN
data/skins7/body/beaver.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

BIN
data/skins7/body/dog.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

BIN
data/skins7/body/force.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

BIN
data/skins7/body/fox.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
data/skins7/body/hippo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

BIN
data/skins7/body/kitty.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

BIN
data/skins7/body/koala.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

BIN
data/skins7/body/monkey.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

BIN
data/skins7/body/mouse.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
data/skins7/body/piglet.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
data/skins7/body/spiky.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

BIN
data/skins7/bot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

View file

@ -0,0 +1,39 @@
{"skin": {
"body": {
"filename": "bear",
"custom_colors": "true",
"hue": 16,
"sat": 133,
"lgt": 121
},
"marking": {
"filename": "bear",
"custom_colors": "true",
"hue": 17,
"sat": 110,
"lgt": 168,
"alp": 255
},
"decoration": {
"filename": "hair",
"custom_colors": "false"
},
"hands": {
"filename": "standard",
"custom_colors": "true",
"hue": 16,
"sat": 133,
"lgt": 121
},
"feet": {
"filename": "standard",
"custom_colors": "true",
"hue": 17,
"sat": 129,
"lgt": 38
},
"eyes": {
"filename": "standard",
"custom_colors": "false"
}}
}

38
data/skins7/bumbler.json Normal file
View file

@ -0,0 +1,38 @@
{"skin": {
"body": {
"filename": "raccoon",
"custom_colors": "true",
"hue": 150,
"sat": 16,
"lgt": 29
},
"marking": {
"filename": "setisu",
"custom_colors": "true",
"hue": 34,
"sat": 183,
"lgt": 220,
"alp": 96
},
"hands": {
"filename": "standard",
"custom_colors": "true",
"hue": 27,
"sat": 138,
"lgt": 158
},
"feet": {
"filename": "standard",
"custom_colors": "true",
"hue": 28,
"sat": 103,
"lgt": 143
},
"eyes": {
"filename": "colorable",
"custom_colors": "true",
"hue": 28,
"sat": 107,
"lgt": 54
}}
}

35
data/skins7/cammo.json Normal file
View file

@ -0,0 +1,35 @@
{"skin": {
"body": {
"filename": "standard",
"custom_colors": "true",
"hue": 81,
"sat": 101,
"lgt": 70
},
"marking": {
"filename": "cammo2",
"custom_colors": "true",
"hue": 76,
"sat": 97,
"lgt": 45,
"alp": 255
},
"hands": {
"filename": "standard",
"custom_colors": "true",
"hue": 11,
"sat": 117,
"lgt": 0
},
"feet": {
"filename": "standard",
"custom_colors": "true",
"hue": 29,
"sat": 173,
"lgt": 87
},
"eyes": {
"filename": "standard",
"custom_colors": "false"
}}
}

View file

@ -0,0 +1,35 @@
{"skin": {
"body": {
"filename": "standard",
"custom_colors": "true",
"hue": 81,
"sat": 101,
"lgt": 70
},
"marking": {
"filename": "cammostripes",
"custom_colors": "true",
"hue": 29,
"sat": 142,
"lgt": 0,
"alp": 255
},
"hands": {
"filename": "standard",
"custom_colors": "true",
"hue": 11,
"sat": 117,
"lgt": 0
},
"feet": {
"filename": "standard",
"custom_colors": "true",
"hue": 29,
"sat": 173,
"lgt": 87
},
"eyes": {
"filename": "standard",
"custom_colors": "false"
}}
}

38
data/skins7/cavebat.json Normal file
View file

@ -0,0 +1,38 @@
{"skin": {
"body": {
"filename": "bat",
"custom_colors": "true",
"hue": 16,
"sat": 167,
"lgt": 185
},
"marking": {
"filename": "belly2",
"custom_colors": "true",
"hue": 10,
"sat": 39,
"lgt": 45,
"alp": 152
},
"hands": {
"filename": "standard",
"custom_colors": "true",
"hue": 10,
"sat": 45,
"lgt": 72
},
"feet": {
"filename": "standard",
"custom_colors": "true",
"hue": 14,
"sat": 123,
"lgt": 156
},
"eyes": {
"filename": "colorable",
"custom_colors": "true",
"hue": 8,
"sat": 112,
"lgt": 47
}}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

27
data/skins7/default.json Normal file
View file

@ -0,0 +1,27 @@
{"skin": {
"body": {
"filename": "standard",
"custom_colors": "true",
"hue": 27,
"sat": 111,
"lgt": 116
},
"hands": {
"filename": "standard",
"custom_colors": "true",
"hue": 27,
"sat": 117,
"lgt": 158
},
"feet": {
"filename": "standard",
"custom_colors": "true",
"hue": 28,
"sat": 135,
"lgt": 62
},
"eyes": {
"filename": "standard",
"custom_colors": "false"
}}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

38
data/skins7/force.json Normal file
View file

@ -0,0 +1,38 @@
{"skin": {
"body": {
"filename": "force",
"custom_colors": "true",
"hue": 24,
"sat": 19,
"lgt": 52
},
"marking": {
"filename": "wildpaint",
"custom_colors": "true",
"hue": 30,
"sat": 54,
"lgt": 3,
"alp": 54
},
"hands": {
"filename": "standard",
"custom_colors": "true",
"hue": 27,
"sat": 0,
"lgt": 63
},
"feet": {
"filename": "standard",
"custom_colors": "true",
"hue": 28,
"sat": 0,
"lgt": 0
},
"eyes": {
"filename": "standard",
"custom_colors": "true",
"hue": 0,
"sat": 0,
"lgt": 0
}}
}

38
data/skins7/fox.json Normal file
View file

@ -0,0 +1,38 @@
{"skin": {
"body": {
"filename": "fox",
"custom_colors": "true",
"hue": 16,
"sat": 210,
"lgt": 107
},
"marking": {
"filename": "fox",
"custom_colors": "true",
"hue": 16,
"sat": 255,
"lgt": 242,
"alp": 227
},
"hands": {
"filename": "standard",
"custom_colors": "true",
"hue": 16,
"sat": 180,
"lgt": 99
},
"feet": {
"filename": "standard",
"custom_colors": "true",
"hue": 16,
"sat": 210,
"lgt": 114
},
"eyes": {
"filename": "colorable",
"custom_colors": "true",
"hue": 21,
"sat": 255,
"lgt": 96
}}
}

38
data/skins7/greycoon.json Normal file
View file

@ -0,0 +1,38 @@
{"skin": {
"body": {
"filename": "raccoon",
"custom_colors": "true",
"hue": 14,
"sat": 0,
"lgt": 147
},
"marking": {
"filename": "coonfluff",
"custom_colors": "true",
"hue": 23,
"sat": 0,
"lgt": 105,
"alp": 255
},
"hands": {
"filename": "standard",
"custom_colors": "true",
"hue": 27,
"sat": 0,
"lgt": 171
},
"feet": {
"filename": "standard",
"custom_colors": "true",
"hue": 19,
"sat": 0,
"lgt": 152
},
"eyes": {
"filename": "standard",
"custom_colors": "true",
"hue": 16,
"sat": 143,
"lgt": 50
}}
}

38
data/skins7/greyfox.json Normal file
View file

@ -0,0 +1,38 @@
{"skin": {
"body": {
"filename": "fox",
"custom_colors": "true",
"hue": 16,
"sat": 10,
"lgt": 67
},
"marking": {
"filename": "cammostripes",
"custom_colors": "true",
"hue": 23,
"sat": 21,
"lgt": 191,
"alp": 32
},
"hands": {
"filename": "standard",
"custom_colors": "true",
"hue": 156,
"sat": 28,
"lgt": 19
},
"feet": {
"filename": "standard",
"custom_colors": "true",
"hue": 32,
"sat": 12,
"lgt": 56
},
"eyes": {
"filename": "colorable",
"custom_colors": "true",
"hue": 28,
"sat": 90,
"lgt": 65
}}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

42
data/skins7/hippo.json Normal file
View file

@ -0,0 +1,42 @@
{"skin": {
"body": {
"filename": "hippo",
"custom_colors": "true",
"hue": 174,
"sat": 176,
"lgt": 183
},
"marking": {
"filename": "hipbel",
"custom_colors": "true",
"hue": 191,
"sat": 0,
"lgt": 255,
"alp": 178
},
"decoration": {
"filename": "hair",
"custom_colors": "false"
},
"hands": {
"filename": "standard",
"custom_colors": "true",
"hue": 189,
"sat": 72,
"lgt": 160
},
"feet": {
"filename": "standard",
"custom_colors": "true",
"hue": 209,
"sat": 50,
"lgt": 36
},
"eyes": {
"filename": "standard",
"custom_colors": "true",
"hue": 198,
"sat": 196,
"lgt": 45
}}
}

35
data/skins7/koala.json Normal file
View file

@ -0,0 +1,35 @@
{"skin": {
"body": {
"filename": "koala",
"custom_colors": "true",
"hue": 0,
"sat": 0,
"lgt": 184
},
"marking": {
"filename": "twinbelly",
"custom_colors": "true",
"hue": 21,
"sat": 12,
"lgt": 226,
"alp": 255
},
"hands": {
"filename": "standard",
"custom_colors": "true",
"hue": 0,
"sat": 0,
"lgt": 184
},
"feet": {
"filename": "standard",
"custom_colors": "true",
"hue": 149,
"sat": 4,
"lgt": 71
},
"eyes": {
"filename": "standard",
"custom_colors": "false"
}}
}

40
data/skins7/limedog.json Normal file
View file

@ -0,0 +1,40 @@
{
"skin": {
"body": {
"filename": "dog",
"custom_colors": true,
"hue": 36,
"sat": 185,
"lgt": 169
},
"marking": {
"filename": "whisker",
"custom_colors": true,
"hue": 0,
"sat": 153,
"lgt": 255,
"alp": 255
},
"hands": {
"filename": "standard",
"custom_colors": true,
"hue": 12,
"sat": 178,
"lgt": 136
},
"feet": {
"filename": "standard",
"custom_colors": true,
"hue": 14,
"sat": 205,
"lgt": 112
},
"eyes": {
"filename": "negative",
"custom_colors": true,
"hue": 18,
"sat": 180,
"lgt": 118
}
}
}

View file

@ -0,0 +1,40 @@
{
"skin": {
"body": {
"filename": "kitty",
"custom_colors": true,
"hue": 70,
"sat": 98,
"lgt": 195
},
"marking": {
"filename": "whisker",
"custom_colors": true,
"hue": 69,
"sat": 98,
"lgt": 224,
"alp": 255
},
"hands": {
"filename": "standard",
"custom_colors": true,
"hue": 58,
"sat": 104,
"lgt": 239
},
"feet": {
"filename": "standard",
"custom_colors": true,
"hue": 58,
"sat": 104,
"lgt": 239
},
"eyes": {
"filename": "negative",
"custom_colors": true,
"hue": 125,
"sat": 250,
"lgt": 0
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 920 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 957 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 651 B

BIN
data/skins7/marking/bug.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 834 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 999 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1,014 B

BIN
data/skins7/marking/fox.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1,012 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 779 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 924 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

42
data/skins7/monkey.json Normal file
View file

@ -0,0 +1,42 @@
{"skin": {
"body": {
"filename": "monkey",
"custom_colors": "true",
"hue": 21,
"sat": 175,
"lgt": 196
},
"marking": {
"filename": "monkey",
"custom_colors": "true",
"hue": 22,
"sat": 132,
"lgt": 50,
"alp": 255
},
"decoration": {
"filename": "hair",
"custom_colors": "true",
"hue": 35,
"sat": 230,
"lgt": 155
},
"hands": {
"filename": "standard",
"custom_colors": "true",
"hue": 25,
"sat": 82,
"lgt": 144
},
"feet": {
"filename": "standard",
"custom_colors": "true",
"hue": 19,
"sat": 113,
"lgt": 175
},
"eyes": {
"filename": "standard",
"custom_colors": "false"
}}
}

Some files were not shown because too many files have changed in this diff Show more