- Jun 8, 2017
- 264
- 643
Ah, thanks! Looks like it's not updated, though - the (right/left)arm_boob1_(tan/tan2) images are missing. I can take another file and give it the name of the missing file to fix the error, but then either her arms aren't tan, or her arms are straight while an extra pair of hands are on her boobs. Either way it looks wrong, so I guess I'll wait until it gets updated.This might not be the answer you're looking for but while I was messing around in the files I found that if you go into \www\mods and open CC_Gyaru.js in notepad
there's a line like this:
const CCMOD_GYARU_SUFFIX_NONE = '';
If you change it to either of these her skin will be darker when you load in.
const CCMOD_GYARU_SUFFIX_NONE = '_tan';
const CCMOD_GYARU_SUFFIX_NONE = '_tan2';
It's more of a permanent change than an option in game, but if you're just trying to get a good looking Karryn like I am, this works.