Pages: 1
Posted on 06-08-12, 07:15 pm


Karma: 3752
Posts: 1225/2112
Since: 06-28-11
It would be really helpful if we could rename tileset slots, background slots or music slots.
This should also be saved under the description file (.txt) for the ROM.

I and ray have been doing this through changing the Language file. But this is really tedious.
A feature in the editor itself would be much cooler.
Posted on 08-15-12, 01:01 am
Fuzzy
Full mod

Karma: 1183
Posts: 464/785
Since: 06-28-11
I finally finished this feature! Tilesets can be renamed on the tileset tab, backgrounds on the background tab, and music on the tools tab. Tileset descriptions can still be edited in the same way with the tileset editor. All of this data is stored together in the ROM itself in the 00DUMMY file.

This should be compatible with the old description files except for the line breaks. The new format uses plain LF line breaks instead of CRLF line breaks to save space. If you want to use your old description file in the new revisions you will need to replace "0D 0A" with "0A" in a hex editor and import the file into 00DUMMY.

Also all of the awful code I wrote originally for tileset descriptions has been redone. I think it should be bug free, but please report it if you find an error.
Posted on 08-15-12, 01:06 am
Super Mario
( ͡° ͜ʖ ͡°)

Karma: 9979
Posts: 2277/4456
Since: 06-08-11
Neat
Also I like how you made all the stuff in its own class

* Dirbaio goes make a build since you still didn't make it
Posted on 08-15-12, 01:12 am
Fuzzy
Full mod

Karma: 1183
Posts: 465/785
Since: 06-28-11
Yeah, it definitely should have been its own class in the first place, the way I did it before was pretty awful.

And I keep forgetting that I can make builds for some reason
Pages: 1