From 6db8f58a00f1f8857d6b481125097d87ecdb7c0a Mon Sep 17 00:00:00 2001
From: UltraJohn <32612142+UltraJohn@users.noreply.github.com>
Date: Tue, 2 Jan 2024 19:40:11 +0100
Subject: [PATCH 1/2] Update README.md
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index aa24d77..3271c59 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,7 @@ HUDReplacer:NEEDS[HUDReplacer]
* onScene (optional) \
```
Specify a scene to only load this directory in. Useful if you want to change the visuals of the same texture depending on scene. Priority is still taken into consideration for this.
+ Valid options are: LOADING, LOADINGBUFFER, MAINMENU, SETTINGS, CREDITS, SPACECENTER, EDITOR, FLIGHT, TRACKSTATION, PSYSTEM, MISSIONBUILDER
```
NOTE: It is recommended to use a directory named PluginData as your root folder for textures, as it will let KSP know not to load it into its GameDatabase. Since HUDReplacer loads textures directly from disk, there is no reason to also load it into the database, which just makes it load every texture twice, wasting memory.
From 91cdce176e34f91c0ef11032a31cd5dd04315143 Mon Sep 17 00:00:00 2001
From: UltraJohn <32612142+UltraJohn@users.noreply.github.com>
Date: Thu, 4 Jan 2024 15:52:26 +0100
Subject: [PATCH 2/2] Update README.md
---
README.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README.md b/README.md
index 3271c59..d919347 100644
--- a/README.md
+++ b/README.md
@@ -75,6 +75,10 @@ HUDReplacerRecolor:NEEDS[HUDReplacer]
stageEngineHeatGaugeFillColor = 1,1,1,1
stageEngineFuelGaugeFillBackgroundColor = 1,1,1,1
stageEngineHeatGaugeFillBackgroundColor = 1,1,1,1
+ SASDisplayOnColor = 1,1,1,1
+ SASDisplayOffColor = 1,1,1,1
+ RCSDisplayOnColor = 1,1,1,1
+ RCSDisplayOffColor = 1,1,1,1
}
```