- 64
- Posts
- 11
- Years
- Seen Mar 30, 2016
[...]
Last edited:
Mapping Editor - Collecting ideas
Now that the ROM library has enough features to write clean and fast code, I'm writing a new map-editor, which is desired by many users because A-Map is quite buggy. This thread now is used to collect ideas for innovating features which reduce the amount of expenditure in terms of mapping, tiling, etc itself but also bug-fixing.
If you have a nice idea you want to share, do it here. In case I like the feature, I'll be willing to implement it eventually. :-)
Many of the things you mentioned are already implemented because I design my code dynamically. The so-called configuration file (ini) is a bit different from other programs, because it uses the XML data tree structure that makes it possible to implement different versions of the file.
As for the map names, I'll look deeper into this. I've not yet researched the map-name-table but will do soon as this is the next thing I am going to implement before I can release a little demo of the tool. If anyone reading this can offer research, it'd be appreciated.