0 of 0

File information

Last updated

Original upload

Created by

RetiredColonel

Uploaded by

AvgAlien

Virus scan

Safe to use

About this mod

A small library to support adding new ItemCategories to the game via XML editing.

Requirements
Permissions and credits
Changelogs
Description
This mod, scans all active module folders for a ModuleData/item_categories.xml file, and adds ItemCategories described in these files to the game.
This mod requires Harmony to work.

How to install
Move the Avg.ItemCategoryExtender folder to the game's Modules folder. Don't forget to unblock the dll!

What this mod does
For players:
Nothing. This mod doesn't add any new content to the game and doesn't affect anything on its own.
For modders: If you have an item_categories.xml in your ModuleData folder, this module will find it, and import all item categories from the file during save load. This allows you to create new ItemCategories, which in turn are used by things such as troop upgrades (for example, native cavalry units require an item that belongs to either a Horse or a WarHorse item category) and town workshop production.
Natively TaleWorlds don't support loading ItemCategories via XML, so I defined my own format. An example of an item_categories.xml can be found in my other mod: RPG-7

Mod compatibility
As far as I know there's no mods incompatible with this. Let me know if you find any.

Save compatibility
The mod should be safe to remove at any time.