Upload from upload_mods.ps1
This commit is contained in:
16
Config/XUi/controls.xml
Normal file
16
Config/XUi/controls.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<configs>
|
||||
<setattribute xpath="/controls//label[@name='timer' or @name='stackValue' or @name='durabilityValue']" name="effect">outline</setattribute>
|
||||
<setattribute xpath="/controls//label[@name='timer' or @name='stackValue' or @name='durabilityValue']" name="effect_color">[black]</setattribute>
|
||||
<setattribute xpath="/controls//label[@name='timer' or @name='stackValue' or @name='durabilityValue']" name="effect_distance">1,1</setattribute>
|
||||
|
||||
<setattribute xpath="/controls//rect[@controller='DialogResponseEntry']/label[@name='Text']" name="effect">outline</setattribute>
|
||||
<setattribute xpath="/controls//rect[@controller='DialogResponseEntry']/label[@name='Text']" name="effect_color">[black]</setattribute>
|
||||
<setattribute xpath="/controls//rect[@controller='DialogResponseEntry']/label[@name='Text']" name="effect_distance">1,1</setattribute>
|
||||
|
||||
<setattribute xpath="/controls/quest_objective_tracker_entry//label" name="effect">outline</setattribute>
|
||||
<setattribute xpath="/controls/quest_objective_tracker_entry//label" name="effect_color">[black]</setattribute>
|
||||
<setattribute xpath="/controls/quest_objective_tracker_entry//label" name="effect_distance">1,1</setattribute>
|
||||
|
||||
|
||||
|
||||
</configs>
|
||||
25
Config/XUi/windows.xml
Normal file
25
Config/XUi/windows.xml
Normal 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>
|
||||
Reference in New Issue
Block a user