#exporting problems
1 messages · Page 1 of 1 (latest)
What program did you use to draw?
You might have a messed up psd.
Also hold up, did you make your toggle parameters "-1 to 1"?
Because a toggle has to be in the range of "0 to 1", all parameters are set to 0 when the model is exported.
Yes
Oh ill change it
Is it all of them?
Cause that's all of them
Csp using psd
Right that's the problem for another day
You don't get it, do you?
Parameters like head x/y or mouth form can be "-1 to 1", because they are mirrorable
I was talking about the parameters that show/hide glasses, jacket or happy eyes (unless that's your blink)
Those parameters have to be set to min of 0 and max of 1, because these are "yes or no" binary actions
when you export your model, all numerical values of parameters will be automatically set to 0, which in case of "0 to 1" would mean "first frame", while in case of "-1 to 1" it means "middle frame"
Now do you get it? You probably have no idea how javascript works, and that's what Live2D runs on.
Simply put, use "min -1, max 1" for parameters that go "left or right, up or down, what have you" and use "min 0, max 1" for those that go "on, off, on, off like a lightswitch".
Ok I get it ill try later to check
I'm new on using it
Well I hope my analogy works, and if it doesn't, how about this: every parameter is a railway and zero is the starting station. The "train" can go forwards or backwards, but the starting station is always Station 0. This is why min value can't be above 0 and max can't be bellow 0, because then the train won't start on rails and the wheels will break.
Java =/= Javascript 
Parameter value in Live2D also doesn't really mean anything either,
It's not really similar to frames in traditional animation. It's just merely for recording a state of an object, a value of 1 can be on or off depends on your needs.
You may need to change the parameter range to 0 to 1 and then 'change' the keyform value. Or you can also redo the whole toggle parameter and make sure the parameter range is 0 to 1, if its just a simple opacity toggle
will do and probly fix my -1 to 1 than making it -30 to 30
hehe ill try it later and redoing my params
ill update you if its resolve
i fix it so it ok