• Mods are now organized as resources. Use the Mods link above to browse for or submit a mod, tool, or prefab.

    The TFP Official Modding Forum Policy establishes the rules and guidelines for mod creators and mod users.

Multiple items.xml

Umbrella

Refugee
Hello,

Is it possible to split the config/items.xml file into multiple subfiles within the same mod, and have them all loaded ?

- Main concern is readability

- I know I can split the file over multiple (ordered) mod

- It sounds doable because xpath uses eg </items> prefix, so it does not need the file to be called items.xml in order to know it is modifying items.

- If it is doable, in which order would they be loaded ?

Thank you !

 
Hello,
Is it possible to split the config/items.xml file into multiple subfiles within the same mod, and have them all loaded ?

- Main concern is readability

- I know I can split the file over multiple (ordered) mod

- It sounds doable because xpath uses eg </items> prefix, so it does not need the file to be called items.xml in order to know it is modifying items.

- If it is doable, in which order would they be loaded ?

Thank you !
The only way to do that is to split them off into their own modlet folders; A single items.xml per mod.

 
Back
Top