Anniversary Edition/Tools: Difference between revisions

From OniGalore
Jump to navigation Jump to search
(it's a bit stubby, but I think this is all that needs to be said here)
 
(description update)
Line 1: Line 1:
The Anniversary Edition makes use of two core tools when installing mods. "Core" means that they are installed automatically, not optionally.
The Anniversary Edition makes use of two core tools when installing mods. "Core" means that they are installed automatically, not optionally.


*[[OniSplit]] - Used for breaking the game's level data files into individual resources and then combining the resources from the user's selected mods into new data files.
*[[OniSplit]] - Used for breaking the game's level data files into individual resources, then for making new data files from the original resources after they are combined with the resources in the user's selected mods. Runs in the .NET environment (provided by Mono on Macs).


*[[xmlTools]] - Used for applying XML patches from [[Making a patch mod|patch mods]] to resources before OniSplit combines them into data files.
*[[XmlTools]] - Used for applying [[Making a patch mod|XML patches]] from mods to resources before OniSplit creates new data files from them.


They are both command-line tools that run in .NET (Mono on Macs). Besides being run by the [[AEI]], these tools may also be used directly by a modder or accessed through a GUI [[:Category:Modding tools|modding tool]].
Besides being run by the [[AEI]], these tools may also be called directly by a modder using the command line, or accessed through a GUI [[:Category:Modding tools|modding tool]].


[[Category:Anniversary Edition]]
[[Category:Anniversary Edition]]

Revision as of 23:34, 16 February 2014

The Anniversary Edition makes use of two core tools when installing mods. "Core" means that they are installed automatically, not optionally.

  • OniSplit - Used for breaking the game's level data files into individual resources, then for making new data files from the original resources after they are combined with the resources in the user's selected mods. Runs in the .NET environment (provided by Mono on Macs).
  • XmlTools - Used for applying XML patches from mods to resources before OniSplit creates new data files from them.

Besides being run by the AEI, these tools may also be called directly by a modder using the command line, or accessed through a GUI modding tool.