Anyone else saving skin codes in a simple .txt file somewhere? If so, I got a tip for you! At times you get codes that look like this:
hair:sd chan,1,1;iris:normal, 46,111,100,1;breasts:59;skin:light;lipstick:0,24,94,86,1;eyeshadow:55,26,99,1;eyebrow:68,133,78,1,0,0,0,1;hairhsl:0,1,1, 1;skinhsl:3,1,1,1;hisskinhsl:0,1,1,1;bg:3;him:0;collar:1
Those are very, very un-txt.friendly as the code goes shooting off to the far right due to the default text editor doesn't add line breaks automatically which makes it real annoying to quickly select it in order to copy/paste into the game. However, there is a simple fix: after each ';' you can press enter in the text editor to add a line break, which gives you something like this instead:
hair:sd chan,1,1;
iris:normal,46,111,100,1;
breasts:59;
skin:light;
lipstick:0,24,94,86,1;
eyeshadow:55,26,99,1;
eyebrow:68,133,78,1,0,0,0,1;
hairhsl:0,1,1, 1;
skinhsl:3,1,1,1;
hisskinhsl:0,1,1,1;
bg:3;
him:0;
collar:1
Not only does it fit much better in a .txt file but as you can see you get all the customizable features for the skin code in a very edit-friendly fashion which allows you to tinker with it.
hair:sd chan,1,1;iris:normal, 46,111,100,1;breasts:59;skin:light;lipstick:0,24,94,86,1;eyeshadow:55,26,99,1;eyebrow:68,133,78,1,0,0,0,1;hairhsl:0,1,1, 1;skinhsl:3,1,1,1;hisskinhsl:0,1,1,1;bg:3;him:0;collar:1
Those are very, very un-txt.friendly as the code goes shooting off to the far right due to the default text editor doesn't add line breaks automatically which makes it real annoying to quickly select it in order to copy/paste into the game. However, there is a simple fix: after each ';' you can press enter in the text editor to add a line break, which gives you something like this instead:
hair:sd chan,1,1;
iris:normal,46,111,100,1;
breasts:59;
skin:light;
lipstick:0,24,94,86,1;
eyeshadow:55,26,99,1;
eyebrow:68,133,78,1,0,0,0,1;
hairhsl:0,1,1, 1;
skinhsl:3,1,1,1;
hisskinhsl:0,1,1,1;
bg:3;
him:0;
collar:1
Not only does it fit much better in a .txt file but as you can see you get all the customizable features for the skin code in a very edit-friendly fashion which allows you to tinker with it.