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

VXA: incorrect character index selector when setting event graphics #31

Closed rohkea closed 6 years ago

rohkea commented 6 years ago

Characters are duplicated in the visual character selector for VXA, so the selected indices are incorrect. For example, on this screenshot a girl is selected by clicking on the second boy’s image:

A screenshot of R48. An empty map filled with grass is displayed. On the map, event is shown. It’s a girl. Near it, a event chooser is shown, but there, a boy is selected.

(This bug only affects the VXA mode. In 2000, this works correctly. In XP, this makes no sense since XP has one character per image. I have tested with the master branches of all the repos.)

rohkea commented 6 years ago

Thanks for fixing this, it works now