Sunday, June 22, 2025

Custom Event Editor: Definition File

Definition file is a file that contains the information for the Loader to create the list of events in the event scene. You must fill in this part to make your event works.

You can open the definition file panel by clicking an empty space in the main working grid. Here is what you should see in the editing panel:

(1) The name of the event. It is displayed in the event list in the left hand side of the event scene(A). It is fine to input the text in any language for this field.


(2) The brief description of the event. It is displayed in the event content in the top right hand part of the event scene(B). It is fine to input the text in any language for this field.


(3) Author of this event. This field is for letting the player know who create this event(C). You can leave this field empty if you do not intend to share your event to others.


(4) The language used in this event. This field is for human read only and will not change anything in the event(D). For example you input English here but type the event in French, when you play the event it will still display the French text. You can leave this field empty if you do not intend to share your event to others.


(5) The icon of this event. It is displayed in the event list (E).

 
(6) The maid setting. Clicking the edit button will show the screen below. The information is displayed in (F).

 

The above modal window will be displayed if the maid setting edit button is clicked. You need to define what kind of maids are required to run this event.

(7) The number of maids required.

While it is fine that you define more maids than you really need in the event, please do note that it takes a few seconds for the game to load a maid character in an average pc. If you define too many maids you event will be lagging too.

It is fine to have no maid defined here if you intend to use NPC or even male characters only.

(8) The personality of the maid. Put a tick in the checkbox means that the player needs to choose a maid of that personality for this event. For example in the screenshot above, A majime type maid is required.

You must check at least one checkbox for each maid here or there will be error when the Loader try to process it.   

Please note that you need to remember the Maid Number defined here. You will need this maid number in other steps.


(9) After you finish editing the content in this window, you must click the update button to save the changes. 

 

 

 

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