Mittwoch, 29. Dezember 2021

Event Editor - Edit Events

After a long time I'm finally letting you hear from me again :) Unfortunately, I haven't found the time to continue working on the editor in the last few months, but I'm now working on further developments.

I'm currently still working on the event editor. After the display of the event sequences in the editor works well, it is now a matter of correctly writing the edited events back to the ROM. Here I was able to achieve first successes, as an example I will show you an edited text box:

The original event, displayed in the event editor:

The original text box in the game:

The edited text box in the event editor:

The edited text box in the game:

I changed the text as well as the text profile to Erik's profile.


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.