mirror of
https://github.com/muskit/H3VR-TNH-Quality-of-Life-Improvements.git
synced 2026-06-02 12:14:27 -07:00
minor cleanups, add the preview images back
This commit is contained in:
Generated
+1
-1
@@ -26,5 +26,5 @@ MonoBehaviour:
|
|||||||
ApplyHarmonyPatches: 1
|
ApplyHarmonyPatches: 1
|
||||||
BuildItems:
|
BuildItems:
|
||||||
- {fileID: 11400000, guid: ccaff18373cd99848b344316974e6d46, type: 2}
|
- {fileID: 11400000, guid: ccaff18373cd99848b344316974e6d46, type: 2}
|
||||||
BuildAction: 1
|
BuildAction: 2
|
||||||
OutputProfile: C:/Users/Alex/AppData/Roaming/r2modmanPlus-local/H3VR/profiles/dev
|
OutputProfile: C:/Users/Alex/AppData/Roaming/r2modmanPlus-local/H3VR/profiles/dev
|
||||||
|
|||||||
@@ -103,7 +103,7 @@ public static AssetBundle bundle;
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Logger.LogInfo(String.Format("Couldn't find a TNH game. Trying again...({0}/10)", i));
|
Logger.LogInfo(String.Format("Couldn't find a TNH game. Trying again...({0}/10)", i+1));
|
||||||
yield return new WaitForEndOfFrame();
|
yield return new WaitForEndOfFrame();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+2
-1
@@ -5,8 +5,9 @@ And... wait, which hold are you on again?
|
|||||||
**This mod adds quality of life improvements to the *Take and Hold* experience that help with these questions, and then some.**
|
**This mod adds quality of life improvements to the *Take and Hold* experience that help with these questions, and then some.**
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
* Health counter toggle
|
||||||
* Better health counter visibility
|
* Better health counter visibility
|
||||||
* Health counter fade when aiming around it
|
* Health counter fade/hide when aiming around it
|
||||||
* Token, hold, and wave counter on radar hand
|
* Token, hold, and wave counter on radar hand
|
||||||
* Player count for online leaderboards; see how you stack up!
|
* Player count for online leaderboards; see how you stack up!
|
||||||
* Disabled if [*TakeAndHoldTweaker*](https://h3vr.thunderstore.io/package/devyndamonster/TakeAndHoldTweaker/) is installed
|
* Disabled if [*TakeAndHoldTweaker*](https://h3vr.thunderstore.io/package/devyndamonster/TakeAndHoldTweaker/) is installed
|
||||||
|
|||||||
@@ -10,14 +10,6 @@ namespace TNHQoLImprovements
|
|||||||
{
|
{
|
||||||
public static TNH_Manager tnhManager;
|
public static TNH_Manager tnhManager;
|
||||||
|
|
||||||
public static bool InHold()
|
|
||||||
{
|
|
||||||
if (tnhManager == null)
|
|
||||||
return false;
|
|
||||||
|
|
||||||
return tnhManager.Phase == TNH_Phase.Hold;
|
|
||||||
}
|
|
||||||
|
|
||||||
void Start()
|
void Start()
|
||||||
{
|
{
|
||||||
tnhManager = FindObjectOfType<TNH_Manager>();
|
tnhManager = FindObjectOfType<TNH_Manager>();
|
||||||
|
|||||||
@@ -19,6 +19,6 @@ Numbered tokens at item stations<br/>
|
|||||||
Player count for online leaderboards (won't work w/ *TNHTweaker* installed)<br/>
|
Player count for online leaderboards (won't work w/ *TNHTweaker* installed)<br/>
|
||||||
<img src=preview/leaderboard.png><br/>
|
<img src=preview/leaderboard.png><br/>
|
||||||
|
|
||||||
Features are modifiable via the mod manager's *Config editor*.
|
Features are modifiable via your mod manager's *Config editor*.
|
||||||
|
|
||||||
**This mod is built on [MeatKit](https://github.com/H3VR-Modding/MeatKit).**
|
**This mod is built on [MeatKit](https://github.com/H3VR-Modding/MeatKit).**
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 46 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 53 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 57 KiB |
Reference in New Issue
Block a user