cammel Posted June 17, 2023 Share Posted June 17, 2023 I would to extend it to 100 days before loot respawns. Link to comment Share on other sites More sharing options...
seven Posted June 20, 2023 Share Posted June 20, 2023 (edited) Create a modlet with these xpath statements modifying Config\Xui_Menu\windows.xml to add to extend the Loot respawn dropdown in the menu. <set xpath="/windows/window[@name='newContinueGame']/rect[@name='tabs']/rect[@name='tabsContents']/rect[@tab_key='xuiGameSettingsAdvanced']/grid/gameoption[@name='LootRespawnDays']/@values">-1, 5, 7, 10, 15, 20, 30, 40, 50, 100</set> <set xpath="/windows/window[@name='serverBrowser']/panel[@name='serverfilters']/panel[@controller='TabSelector']/rect[@name='tabsContents']/rect[@tab_key='xuiGameSettingsAdvanced']/grid/browsergameoptioncombined[@name='LootRespawnDays']/@values">-1, 5, 7, 10, 15, 20, 30, 40, 50, 100</set> In my version I go to 300 days, for those long games. Edited June 20, 2023 by seven (see edit history) Link to comment Share on other sites More sharing options...
cammel Posted June 20, 2023 Author Share Posted June 20, 2023 Thank you, very much appreciated. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now