XmlTools

From OniGalore
Revision as of 16:08, 13 April 2013 by Script 10k (talk | contribs) (links)
Jump to navigation Jump to search
Unfinished building-60px.jpg

This page is unfinished. Can you fill in any missing information?
If it is not clear which part of the page is unfinished, ask on the talk page.

Overview

XmlTools is a console modding tool that operates over xml files. It was developed in C# .net and works in both Windows and Mac OS. You can download it here.

The initial version was written to help with the development of the Old China Mod.

It can be used exclusively alone or used as base for another tools e.g. AEI and Vago.

Features

-Update a xml chain values (for example update all the positions of an OBAN animation).

-Invert a xml chain (for example invert an OBAN animation).

-Add new values to xml elements (for example add unkillable flag to some characters in a level).

-Remove values to xml elements (for example remove boss shields to characters in a level).

-Replace values in xml elements (for example increase the health of characters replacing the original one).

-Add custom xml to existing files (patch only)

-Remove xml to existing files (patch only)

-Patch file support, allows to operate in xmlfiles using a patch file. The patch file may contain any of the above features.

By default it also backups any modified file.