You are viewing a potentially older version of this package.
View all versions.
Ui Tweaks
Adds colorization to Ui gauges alongside other HUD configurations. Configurable!
| Date uploaded | 3 months ago |
| Version | 0.3.0 |
| Download link | UnloadedHangar-Ui_Tweaks-0.3.0.zip |
| Downloads | 346 |
| Dependency string | UnloadedHangar-Ui_Tweaks-0.3.0 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2305README
Ui Tweaks
Mod status: Beta
⚠️ Client-side ⚠️
Supported version: v2.0
Supports Toxicity DLC
Adds colorization to Ui gauges depending on the current level of each gauge while also allowing the player to configure certain aspects of their HUD.
Config
EnableConfiguration
| Description | Default value | Type |
|---|---|---|
| Enable if you want to use custom set config setting values | false | Bool |
DebugLogging
⚠️ Not implemented ⚠️
| Description | Default value | Type |
|---|---|---|
| Enable if you want Debug logging to function. | false | Bool |
OxygenLowWarningValue
| Description | Default value | Type |
|---|---|---|
| When does Oxygen Low warning go off. Value must be bigger than OxygenCriticalWarningValue. | 30 | Float |
OxygenCriticalWarningValue
| Description | Default value | Type |
|---|---|---|
| When does Oxygen Critical warning go off. Value must be smaller than OxygenLowWarningValue. | 16 | Float |
HungerLowWarningValue
| Description | Default value | Type |
|---|---|---|
| When does Food Low warning go off. Value must be bigger than HungerCriticalWarningValue. | 25 | Float |
HungerCriticalWarningValue
| Description | Default value | Type |
|---|---|---|
| When does Food Critical warning go off. Value must be smaller than HungerLowWarningValue. | 10 | Float |
ThirstLowWarningValue
| Description | Default value | Type |
|---|---|---|
| When does Water Low warning go off. Value must be bigger than ThirstCriticalWarningValue. | 25 | Float |
ThirstCriticalWarningValue
| Description | Default value | Type |
|---|---|---|
| When does Water Critical warning go off. Value must be smaller than ThirstLowWarningValue. | 10 | Float |
ToxicHighWarningValue
| Description | Default value | Type |
|---|---|---|
| When does Toxicity High warning go off. Value must be smaller than ToxicCriticalWarningValue. | 80 | Float |
ToxicCriticalWarningValue
| Description | Default value | Type |
|---|---|---|
| When does Toxicity Critical warning go off. Value must be bigger than ToxicHighWarningValue. | 90 | Float |
OxygenGaugeSystem
| Description | Default value | Type |
|---|---|---|
| What system should the Oxygen gauge use. | Dynamic | String |
SystemOptions
| Type | Description |
|---|---|
| Legacy | Uses static setpoints. |
| Dynamic | Calculates setpoints based on the maximal oxygen gauge value. |
DisableSideLines
| Description | Default value | Type |
|---|---|---|
| Will disable HUD side lines if set true. | false | Bool |
DisableVersionAndFpsText
| Description | Default value | Type |
|---|---|---|
| Will disable HUD version and FPS text if set true(The thing at bottom right of the screen). | false | Bool |
CompassColor
| Description | Default value | Type |
|---|---|---|
| What hex color should the compass use. | #FFFFFF | String |
InventoryColor
| Description | Default value | Type |
|---|---|---|
| What hex color should the inventory slots use. | #FFFFFF | String |
Developer Contact Info
- GitHub: Unloaded Hangar
- Twitch: Jerrfrody
CHANGELOG
ChangeLog
0.3.0
New
- Added DisableSideLines config entry
- Added DisableVersionAndFpsText config entry
- Added CompassColor config entry
- Added InventoryColor config entry
(No need to say what they do, they're pretty self-explanatory).
0.2.5
New
- Implemented Dynamic setpoint system.
- Fixed Toxicity gauge not working correctly.
- Made oxygen gauge use the Dynamic system for correct scaling(Can be switched back to Legacy system in config although it's not recommended)
- Added visual warning alerts for Toxicity gauge
- Added sound warning alerts for Toxicity gauge
0.2.1
New
- Initial release
