• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

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