Upload from upload_mods.ps1

This commit is contained in:
Nathaniel Cosford
2025-06-04 16:33:07 +09:30
commit 8ee2fa2937
4 changed files with 79 additions and 0 deletions

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

@@ -0,0 +1,25 @@
<configs>
<setattribute xpath="/windows/window[@name='toolTip']/rect/label[@name='lblText']" name="effect">outline</setattribute>
<setattribute xpath="/windows/window[@name='toolTip']/rect/label[@name='lblText']" name="effect_color">[black]</setattribute>
<setattribute xpath="/windows/window[@name='toolTip']/rect/label[@name='lblText']" name="effect_distance">1,1</setattribute>
<setattribute xpath="/windows/window[@name='interactionPrompt']/label[@name='lblText']" name="effect">outline</setattribute>
<setattribute xpath="/windows/window[@name='interactionPrompt']/label[@name='lblText']" name="effect_color">[black]</setattribute>
<setattribute xpath="/windows/window[@name='interactionPrompt']/label[@name='lblText']" name="effect_distance">1,1</setattribute>
<setattribute xpath="/windows/window[@name='windowCompass']//sprite[@visible='{showtime}']/label" name="effect_color">[black]</setattribute>
<setattribute xpath="/windows/window[@name='windowCompass']//sprite[@visible='{showtime}']/label" name="effect_distance">1,1</setattribute>
<setattribute xpath="/windows/window[@name='windowQuestTracker']//label" name="effect">outline</setattribute>
<setattribute xpath="/windows/window[@name='windowQuestTracker']//label" name="effect_color">[black]</setattribute>
<setattribute xpath="/windows/window[@name='windowQuestTracker']//label" name="effect_distance">1,1</setattribute>
<setattribute xpath="/windows//label[@name='durabilityValue']" name="effect">outline</setattribute>
<setattribute xpath="/windows//label[@name='durabilityValue']" name="effect_color">[black]</setattribute>
<setattribute xpath="/windows//label[@name='durabilityValue']" name="effect_distance">1,1</setattribute>
<!-- STOP USING UPPERCASED MESSAGE! -->
<setattribute xpath="/windows/window[@name='toolTipPopups']/label" name="upper_case">
false
</setattribute>
</configs>