Upload from upload_mods.ps1

This commit is contained in:
Nathaniel Cosford
2025-06-04 16:33:25 +09:30
commit f5c8e33610
230 changed files with 21947 additions and 0 deletions

6
Config/XUi/windows.xml Normal file
View File

@@ -0,0 +1,6 @@
<configs>
<!-- Vehicle_Madness_Overhaul_v5_Beta_4.0 October 2024 for Version 1.1 -->
<set xpath="//window[@name='windowVehicleStorage']/grid[@name='queue']/@rows">14</set>
<set xpath="//window[@name='windowVehicleStorage']/grid[@name='queue']/@cols">10</set>
</configs>

14
Config/XUi/xui.xml Normal file
View File

@@ -0,0 +1,14 @@
<configs>
<!-- Vehicle_Madness_Overhaul_v5_Beta_4.0 October 2024 for Version 1.1 -->
<append xpath="/xui/ruleset[@name='default']" >
<window_group name="workstation_VMAutoWorkbench" controller="XUiC_WorkstationWindowGroup" open_backpack_on_open="true" close_compass_on_open="true">
<window name="windowCraftingList" />
<window name="craftingInfoPanel" />
<window name="windowCraftingQueue" />
<window name="windowOutput" />
<window name="windowNonPagingHeader" />
</window_group>
</append>
</configs>