chair said:
Is it intended that you can't load mods from the right-hand menu cumulatively any more? Every time I click a name in the list it resets everything and just loads that mod on its own.
This is done on purpose, for now anyway.
Something changed internally so I just disabled it.
EDIT: Fixing bugs in the hue saving algo.
For some reason I was referencing data from a list using movieclips as the reference to a separate list and just assuming the index was the same.
Of course as more mods are loaded the references get jumbled so that was an issue.
Also, the code has been generally cleaned.
Also fixed the issue where the objects on the stage of a mod would sometimes appear - due to lazy redeclaration of the modLoader object.
EDIT2:
Blank colorTransforms are no longer applied - all they'd do is reset the effect anyway.
Where blank = [1,1,1,1,0,0,0,0]
EDIT3:
rufferto said:
I might be the only one using this option, but I can´t load custom nipples anymore in v4.9/v4.9a?.
Fixed.
Kona tidied up and I didn't fix my code.
He changed the path for the right nipple from:
her.torso.getChildAt(0).rightBreast.nipple;
to:
her.torso.midLayer.rightBreast.nipple;
EDIT4:
Faceless said:
Bwah? I'm pretty sure that's not supposed to happen...
If it's about mods not resetting, I'm not sure yet.
Try manual resetting for now.