You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Understanding that is a undecoded Change graphic event with it's parameter in decimal.
Obviously this does not affect file reading/writing and it re-generates without problems, but I think liblcf is also unable to read it properly (only having access to undecoded parameters, just like the XML file output of lcf2xml).
Problem is the data structure here: this is an event command so all the move commands are part of the parameter. Including the filename for change graphic.
Not sure if it would be possible to make the output a bit smarter when writing xml
Tested with master lcf2xml.
When trying to read the following command event:
@> Set Move Route: Player, Change Graphic...
It got read in the following way:
Understanding that is a undecoded Change graphic event with it's parameter in decimal.
Obviously this does not affect file reading/writing and it re-generates without problems, but I think liblcf is also unable to read it properly (only having access to undecoded parameters, just like the XML file output of lcf2xml).
By seeing https://github.com/EasyRPG/liblcf/blob/master/src/lmu_movecommand.cpp#L47 it seems to do explicitely in this way. This is beacuse this chunk is not investigated yet? Or it's a bug indeed?
Thanks in advance.
The text was updated successfully, but these errors were encountered: