Anniversary Edition/Tools: Difference between revisions
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 | *[[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 [[Making a patch mod|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 [[: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.