EyeScale allows you to resize and move the eye on the Her model in SDT using either a set of sliders in the "Custom" menu, character codes, or DialogueActions variables. This is intended as a replacement for the old BigEyes.swf mod by @gollum, with more customization options.
This is a SDT loader mod. It was tested using Loader v5.45d.
These are the sliders:
and the
Either/Both can be disabled in the EyeScale_v1_3.txt settings file, if needed for a bundle.
Here are a few character codes you can load for common settings:
Default:
Old "BigEyes.swf":
If you load DialogueActions before loading EyeScale, you can use these variables to modify her eye:
This is a SDT loader mod. It was tested using Loader v5.45d.
These are the sliders:
and the
eyeScale,xOffset,yOffset,irisScale
char code option is added.Either/Both can be disabled in the EyeScale_v1_3.txt settings file, if needed for a bundle.
Here are a few character codes you can load for common settings:
Default:
Code:
eyeTransform:0.926422119140625,0,0,1.0
Code:
eyeTransform:1.11,0,0,1.0
If you load DialogueActions before loading EyeScale, you can use these variables to modify her eye:
Code:
es.her.eyeTransform - Formatted as (string) "scale,xOffset,yOffset,irisScale". Default is "0.926422119140625,0,0,1.0"
es.her.eyeTransform.scale - Default is 0.926422119140625
es.her.eyeTransform.xOffset - Default is 0.0
es.her.eyeTransform.yOffset - Default is 0.0
es.her.eyeTransform.irisScale - Default is 1.0