Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
UltraJohn committed Jan 4, 2024
2 parents 17aed25 + 91cdce1 commit 177afa6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ HUDReplacer:NEEDS[HUDReplacer]
* <strong>onScene (optional)</strong> <em>\<int></em>
```
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.

Expand Down Expand Up @@ -74,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
}
```

Expand Down

0 comments on commit 177afa6

Please sign in to comment.