Saturday, June 14, 2025

Progress Update: Custom Event Editor & Custom Event Loader

Currently working on the Custom Event Editor & Custom Event Loader. They are separated from the WildParty mod as I want the event loader keep working even when I make some huge changes in the WildParty mod.

 


[Event Loader Screen]



[Event Editor Screen]

So far so good. I could make an test event by using the editor only and run it to the end without error. But it is far from finished and probably takes a while until it can be released to let others to play with. 

1 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...