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>
|
||||||
9
ModInfo.xml
Normal file
9
ModInfo.xml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
|
<xml>
|
||||||
|
<Name value="TYW-HighVisText" />
|
||||||
|
<DisplayName value="HighVisText" />
|
||||||
|
<Description value="Improve some text visibility." />
|
||||||
|
<Author value="tyw" />
|
||||||
|
<Version value="1.2.1" />
|
||||||
|
<Website value="" />
|
||||||
|
</xml>
|
||||||
29
Readme.md
Normal file
29
Readme.md
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
# HighVisText
|
||||||
|
## About
|
||||||
|
* Modlet which improve visibility some text.
|
||||||
|
* add outline to timer, tooltip, interaction prompt, stackValue, DialogResponseEntry, compass time.
|
||||||
|
|
||||||
|
|
||||||
|
## Changelog
|
||||||
|
### 2025.03/11 v1.2.1
|
||||||
|
* for v1.2
|
||||||
|
* Add label of name=durabilityValue as target.
|
||||||
|
|
||||||
|
### 2024.07/18 v0.4
|
||||||
|
* toolTipPopups/Label/@upper_case=false
|
||||||
|
|
||||||
|
### 2024.07/16 v0.3
|
||||||
|
* for v1.0 exp(b317)
|
||||||
|
* Add outline to compass time, QuestTracker.
|
||||||
|
|
||||||
|
|
||||||
|
### 2023.06/24 v0.2
|
||||||
|
* for a21(b317)
|
||||||
|
* Add outline to stackValue, DialogResponseEntry.
|
||||||
|
* Publish to NexusMods
|
||||||
|
|
||||||
|
|
||||||
|
### 2022.04/23 v0.1
|
||||||
|
* ver0.1 for github registration
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user