EasyRPG / Tools

Assorted tools to handle RPG Maker 2000/2003 files
https://easyrpg.org/tools/
49 stars 18 forks source link

lcf2xml: use own extension when saving XML #37

Closed fdelapena closed 5 years ago

fdelapena commented 5 years ago

Because converting RPG_RT.lmt -> RPG_RT.xml and RPG_RT.ldb -> RPG_RT.xml use the same destination filename, maybe makes sense saving them as ~RPG_RT.lmt.xml~ RPG_RT.emt and ~RPG_RT.ldb.xml~ RPG_RT.edb. In order to follow the same style, maybe is worth to do the same with ~SaveXX.lsd.xml and MapXXXX.lmu.xml~ SaveXX.esd and MapXXXX.emu even when it is not really needed here. The application code for default input/output filename would be simpler, having the previous extension beforehand.

carstene1ns commented 5 years ago

We could even do it the Office way, using e.g. .lmux (Microsoft pls.).

carstene1ns commented 5 years ago

Outdated, but relevant patch: https://github.com/EasyRPG/Tools/commit/ae6a4fb13a805c736035ecc401422cc140142cda