Sunday, June 22, 2025

Custom Event Loader / Editor Demo files and basic info

For the demo files, please scroll to the bottom of this post for the links. 

When I try to make the WildParty mod, I do not know there is already a way to create .ks file and let the game to load it. So I reinvent the wheel and injecting scenario in my own method.

 

After the release of WildParty, there are players asking me if I could alter the mod so that they could try to make scenarios on their own. While it is a bit difficult to make a tool to injecting scenarios by json data only since yotogi scene is not that easy to config, injecting event is a possible thing to do. And so this Custom Event Loader and Editor is created.

 

If you are interested in making custom events of the game, or you have already tried to do so by using the creating .ks file method, you can try with this Custom Event Editor. 

 

I know that others may find it difficult to understand how to use the Editor in the beginning, so in the coming posts I will write documentation on how to fill in the fields and make it work in the Loader mod. 

 

Meanwhile, you can download the following demo events and open it in the editor. I will write post on explaining them too but you could play around them yourselve before that.  

 

And if possible, please help me to spread the words of this mod and editor. The more people know and use the editor, the more interesting events we may have!

 

 

Basic flow event: Demo - Multilingual Maid.zip

Event with more advance flow:  Demo - Serious maid and lazy master.zip

*Note: Download the whole zip file, not just the json inside.

 

 

No comments:

Post a Comment

Custom Event Editor: Evaluate Step

Evaluate Step is to let use the parameters or variables in the game to do some computations and stored it in a result variable. It could...