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
34 stars 2 forks source link

Can’t reorder MapInfo entries #1

Closed rohkea closed 7 years ago

rohkea commented 7 years ago

I’m using an outdated versions (demetr48.jar and v0.6-4-B), I still haven’t tried compiling R48 myself. So, this bug might not be present in the latest version. I’ve only tested this in R2K[3?], not in the other engines.

When I assign a parent of the map, I get ‘Parent Inconsistency Warning’.

inconsistency

Steps to reproduce:

Expected result: the third map (‘Myanmar’) should appear below the first map (‘Real world’).

Current result: a warning ‘Information: Parent Inconsistency Warning 3 o 3’ appears. I can only see Myanmar🇲🇲 in the dream world 😿

20kdc commented 7 years ago

The ability to manually change parent_id without at least a warning was indeed a bug, because that lead to inconsistencies... I've changed the ">>" to "Parent Here", and made the relevant fields read-only. It's easy to reverse if someone has to manually edit those fields.