-
Posts
86 -
Joined
-
Last visited
Reputation
123 ExcellentProfile Information
-
About me
very hungry
-
Location
Opposite Side of The World^tm
-
Interests
(from most liked to least) Iced tea. Being zapped. The Firefox web browser. The Gecko browser engine. The SpiderMonkey JS engine. Cascading Style Sheets. Kerbal Space Program. The Kerbal Space Program Forums. ZTheme. The C# programming language. Breathing. Iced coffee. People named Joyce. Being Alive. Take Two Interactive.
Recent Profile Visitors
-
[1.12.x] ZTheme v1.1.3 - A dark theme for KSP (2024-02-27)
zapsnh replied to zapsnh's topic in KSP1 Mod Development
Thank yous[sic]! I can't take all the credit tho. UltraJohn made HUDReplacer (the backbone of ZTheme) and OnlyLightMatters (and others) did a ton of work with the icons. Unfortunately, I believe this is a problem with the way HUDReplacer themes things; it can't theme some mod UIs due to how they're implemented. Some UIs do work with ZTheme though (iirc Trajectories and ScanSat with some settings tweaked). There is a janky workaround for this tho. If you enable HUDReplacer's debug mode (follow instructions here), turn on debug mode, and press Q, (most of) the textures for mods will become ZThemified. I miiiiight add an option in ZUI for this in the future.- 158 replies
-
- 2
-
-
- theme
- HUDReplacer
-
(and 1 more)
Tagged with:
-
[1.12.x] ZTheme v1.1.3 - A dark theme for KSP (2024-02-27)
zapsnh replied to zapsnh's topic in KSP1 Mod Development
Snazzy! Though, the icons should prolly be a tad smaller so that it doesn't look akward.- 158 replies
-
- theme
- HUDReplacer
-
(and 1 more)
Tagged with:
-
zapsnh changed their profile photo
-
Misguided Kerbal started following zapsnh
-
[1.12.x] ZTheme v1.1.3 - A dark theme for KSP (2024-02-27)
zapsnh replied to zapsnh's topic in KSP1 Mod Development
Hi, am still alive! How does this look? (ignore the messed up gee gauge position that's been fixed) https://i.imgur.com/VERLiAk.mp4- 158 replies
-
- 2
-
-
- theme
- HUDReplacer
-
(and 1 more)
Tagged with:
-
[1.12.x] ZTheme v1.1.3 - A dark theme for KSP (2024-02-27)
zapsnh replied to zapsnh's topic in KSP1 Mod Development
The navball thumbs would go beyond the screen edge though I could add an option to make the throttle gauge use all of the available space without the thumbs (or just remove the red bits).- 158 replies
-
- theme
- HUDReplacer
-
(and 1 more)
Tagged with:
-
[1.12.x] ZTheme v1.1.3 - A dark theme for KSP (2024-02-27)
zapsnh replied to zapsnh's topic in KSP1 Mod Development
What does look like without ZTheme? Can you send a screenshot of it (with and without ZTheme)?- 158 replies
-
- theme
- HUDReplacer
-
(and 1 more)
Tagged with:
-
[1.12.x] ZTheme v1.1.3 - A dark theme for KSP (2024-02-27)
zapsnh replied to zapsnh's topic in KSP1 Mod Development
Probably, depending on how simple they are to implement. Not really, I just think of features in my head and attempt to implement them. I would gladly consider community feedback if there is some. Theoretically, you could just rip out the entire KSP UI out and replace it with your own but that would be way too time consuming and also might interfere with other mods that do stuff with the UI. Aside from that, adding new UI elements often requires cloning an existing UI element and messing with it until you get what you want with it. I could look into making the elements in Unity and importing them in KSP though.- 158 replies
-
- 1
-
-
- theme
- HUDReplacer
-
(and 1 more)
Tagged with:
-
[1.12.x] ZTheme v1.1.3 - A dark theme for KSP (2024-02-27)
zapsnh replied to zapsnh's topic in KSP1 Mod Development
The gauges actually are already relocatable with the object transformer (based off of wheeeUI ). You just have to find the name of the gauges' GameObjects. IIRC the names are ThrottleGaugePointer and GeeGaugePointer.- 158 replies
-
- 1
-
-
- theme
- HUDReplacer
-
(and 1 more)
Tagged with:
-
[1.12.x] ZTheme v1.1.3 - A dark theme for KSP (2024-02-27)
zapsnh replied to zapsnh's topic in KSP1 Mod Development
I made these navball 'thumbs' (idk what they're called) that display the throttle/g-force values. You can drag the throttle thumb around and set the throttle with your mouse just like the one in KSP 2! What do y'all think? source: https://github.com/zapSNH/ZTheme/tree/main/ZUI/ZUI (GaugeThumbs.cs and ThumbDrag.cs specifically) (please ignore the misaligned throttle gauge pointer and texture, i'll fix that soon)- 158 replies
-
- 7
-
-
- theme
- HUDReplacer
-
(and 1 more)
Tagged with:
-
[WIP] [1.12.x] HUDReplacer - (v1.2.11-beta)
zapsnh replied to UltraJohn's topic in KSP1 Mod Development
I'm trying to create an in-game GUI for configuring theme options with HUDReplacer (kinda similar to this but changes are triggered by a custom GUI). I currently have a system with a config file which has nodes that look like this: which are converted to HUDReplacer nodes and saved to a config file depending if the nodes are enabled (which is in another node). This seems to work if I enable/disable nodes while the game isn't running but whenever nodes are enabled/disabled at runtime it seems that HUDReplacer (or KSP) doesn't recognize a change if I forced a reload. I tried using GameDatabase.CompileConfig(configNode)but it the game still doesn't recognize a change. I think I have a solution that would require modification of HUDReplacer's code (which I would rather not do for my silly GUI (but also could allow other less silly mods to use HUDReplacer to dynamically change/recolor stuff)). Potential solution: -
[1.12.x] ZTheme v1.1.3 - A dark theme for KSP (2024-02-27)
zapsnh replied to zapsnh's topic in KSP1 Mod Development
The icons should probably have a thicker outline since they are much smaller in-game. (at least at 100% scaling)- 158 replies
-
- theme
- HUDReplacer
-
(and 1 more)
Tagged with:
-
[1.12.x] ZTheme v1.1.3 - A dark theme for KSP (2024-02-27)
zapsnh replied to zapsnh's topic in KSP1 Mod Development
It would probably depend on how those mods implement their VAB icons. You could try to follow the HUDReplacer guide here and see if that works. If it doesn't, you can also try to see if the icons are in the mod folder and replace thw icons there.- 158 replies
-
- theme
- HUDReplacer
-
(and 1 more)
Tagged with:
-
[1.12.x] ZTheme v1.1.3 - A dark theme for KSP (2024-02-27)
zapsnh replied to zapsnh's topic in KSP1 Mod Development
Delete the following in ZTheme/PluginData/flight: true_down.png true_over.png true_up.png false_down.png false_over.png false_up.png disabled.png- 158 replies
-
- 1
-
-
- theme
- HUDReplacer
-
(and 1 more)
Tagged with:
-
[1.12.x] ZTheme v1.1.3 - A dark theme for KSP (2024-02-27)
zapsnh replied to zapsnh's topic in KSP1 Mod Development
The PAW title bar is called `PAWTitleBar`. It's on line 82 for v1.1.3.1, but for v1.1.3 it's on line 76.- 158 replies
-
- 1
-
-
- theme
- HUDReplacer
-
(and 1 more)
Tagged with:
-
[1.12.x] ZTheme v1.1.3 - A dark theme for KSP (2024-02-27)
zapsnh replied to zapsnh's topic in KSP1 Mod Development
Sorry for the (really) late reply. Can you try this version: https://github.com/zapSNH/ZTheme/releases/tag/v1.1.3.1- 158 replies
-
- 1
-
-
- theme
- HUDReplacer
-
(and 1 more)
Tagged with:
-
[1.12.x] ZTheme v1.1.3 - A dark theme for KSP (2024-02-27)
zapsnh replied to zapsnh's topic in KSP1 Mod Development
What does it look like without ZTheme? I don't think I can really recolor it (via HUDReplacer) since it seems to already be recoloring the texture to be as red as possible. I could maybe make the part icon brighter but it may look a bit bad. Also, how do you trigger a partial failure? Can you give me some steps to reproduce or a save file with a partially failed engine?- 158 replies
-
- theme
- HUDReplacer
-
(and 1 more)
Tagged with: