Harlad312
Newbie
- Oct 9, 2022
- 95
- 449
- 176
Thanks again for the response, but I think my search is over because I've found all the info I need inside "Nupu_MV_Data.json".Map.001 features most of the CG events, and from what I can tell you, it's RPGM plugin.
For example, Chikeflare's event has the lineat the beginning of the event to presumably preload the CGs, then call them through codes like "this.NNPicSet("Chara_038","[AL]H2_kiss1");"You don't have permission to view the spoiler content. Log in or register now.
In the spoiler below is a little example from the code that will show you what is important to look at (it's color-coded in green).
All you have to know is only the "flame" and "picPath" variables are important.
"picPath" means what picture will be needed for each frame.
"flame" is the delay before it shows the next frame.
Maybe not too important, "name" shows the scene name.
You don't have permission to view the spoiler content.
Log in or register now.
And based on the info from the JSON file, here's an example GIF.
What do you think? Does it look alright (quality and animation speed)?