Umbrella Posted February 5, 2020 Share Posted February 5, 2020 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 More sharing options...
sphereii Posted February 6, 2020 Share Posted February 6, 2020 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.