zenoxetine / Iolive

GNU General Public License v3.0
55 stars 9 forks source link

Expression shortcuts? #8

Closed leppylepp closed 3 years ago

leppylepp commented 3 years ago

Hi! I'm legally blind when it comes to programming, but this is by far the best software I've found for VTubing. I'd like to set up expression hotkeys, but I haven't found anything on the topic. Could you please explain the process in a way a toddler would understand?

Thank you in advance, Leppy

zenoxetine commented 3 years ago

Hi @leppylepp . All model infomation such as Moc, Textures, or Motions files is defined in the model3.json file. Expression will be loaded from the .exp3.json file which informed in the model json (model3.json).

To setup and create exp3 file you can use Live2D Cubism Viewer, like this: https://docs.live2d.com/cubism-editor-manual/setting-and-exporting-facial-expressions/?locale=en_us

After setup & save exp3 file. Export the new model3.json which has infomation about the exp3 file in it. So that the Expression (exp3 file) can be detected by the program.

If the new exp3 file wasn't detected, try to delete the Iolive.settings.json. Then reload the model.

leppylepp commented 3 years ago

Thank you so much!