20kdc / gabien-app-r48

(Possibly buggy) application for game making, modding, and datamining, with a general focus around game engines compatible with the RPG Maker series.
The Unlicense
31 stars 2 forks source link

Tileset’s @highpass_data doesn’t need `upper` set by default #15

Closed rohkea closed 6 years ago

rohkea commented 6 years ago

The upper flag shows that the item should be above the player. Most L2 tiles don’t need this.

Here’s how the default Basis/World @highpass_data looks: r48-default-upper

As you can see, the overwhelming majority of tiles don’t have upper. R48 sets this by default, meaning most tiles need to be customized. It would be more useful if the tiles in @highpass_data didn’t have the upper flag.

20kdc commented 6 years ago

...whoops. I assumed having upper set by default was more intuitive (lower layer has lower tiles, upper layer has upper tiles)...