Samstag, 22. Mai 2021

Event Editor: Add and delete commands

 990 / 5000

Übersetzungsergebnisse

After a long time there is an update here again. In the last few months I've been working on the event editor more or less regularly. The event editor has proven to be the toughest chunk so far, as it is not easy to read out the structure and the context of the commands, to display them and ultimately to write them back correctly to the ROM. But I proceed step by step here, reading and displaying the command structures works so far. Now I have also implemented the addition, deletion and editing of commands in the editor. On the following two screenshots you can see a text box that I added and the same command a few times. In the last screenshot I deleted the entire branch.


Now, the hardest part follows, the correct writing of the events in the ROM. First I have to rebuild the code a bit, because I want to use a design pattern that will hopefully make the task easier.