[Utility] C5 XML to SQL code converter

Artisanix

Warlord
Joined
Oct 6, 2013
Messages
104
Civilization 5: XML to SQL code converter.


DESCRIPTION
Utility tool to convert code from XML based files to SQL type files.


REQUIREMENTS
c5xml2sql.jar file requires installed Java 8 update 181 or later.
You can download it and install from here.


USAGE
With proper Java installed start c5xml2sql.jar file like any .exe application.
In main program's windows set input directory with XML files from Configuration menu.
Then set output SQL file from Configuration menu, and chose File -> Convert.


NOTE
This program is a simple parser.
If you have XML files with proper syntax and values, then this util should convert all to SQL just fine.
However if there are incorrect game values in XML files, the util won't fix those at all, though such issues may be easier to recognize after conversion to SQL.


 

Attachments

  • c5xml2sql.7z
    20.2 KB · Views: 280
  • c5xml2sql.png
    c5xml2sql.png
    6.2 KB · Views: 1,138
Top Bottom