LoadLineCalibration / Convedit_Plus

Deus Ex conversations editor remake
GNU General Public License v3.0
6 stars 2 forks source link

.con files opened in ConEditPlus no longer work in ConEdit #9

Open VeganGreasel opened 4 months ago

VeganGreasel commented 4 months ago

I'm aware this is a known issue, but I have a workaround solution using this tool

To create an XML dump:

java -jar ConEditExport.jar -x Mission17.con

To restore the XML dump to a CON file:

java -jar ConEditExport.jar -c Mission17.xml

It might be worth looking into the source code of that tool, or PM the author.

LoadLineCalibration commented 4 months ago

There is another workaround. Compile the file, and decompile with DEED 🙂