Jump to content

Multiple items.xml


Umbrella

Recommended Posts

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 !

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...