-
Posts
857 -
Joined
-
Last visited
Reputation
1,087 ExcellentRecent Profile Visitors
-
Shammyofwar started following Ger_space
-
[KSP 1.8+] Kerbal Konstructs (Continued)
Ger_space replied to NathanKell's topic in KSP1 Mod Releases
No. 1. You cannot legally distribute KSP2 assets, 2. Even if you had the original assets, chances are high, that they use Adobe Substance for texturing (as they use for the parts) and that you cannot use in KSP1 -
[KSP 1.8+] Kerbal Konstructs (Continued)
Ger_space replied to NathanKell's topic in KSP1 Mod Releases
Thanks for taking over. Really appriciated! -
DaOPCreeper started following Ger_space
-
UmmmmKerman started following Ger_space
-
[1.8.1] Kerbal Konstructs - 1.8.1.15 - 15.Dec.2019
Ger_space replied to Ger_space's topic in KSP1 Mod Releases
This are basic KSP code, as I don't add them directly. people wanted destructable buildings and this is what happens when you get it. The performance impact should be neglectable and only visible on a scene switch. -
I'll have a check when I'm back home in an week from now. I'm still alive and kicking, only RL is taking all modding time. Right now I'm far away from any ksp capable computer in sight. Jetlag will be horrible, so I I guess in 7-8 days from now I should have something working. At least when squad didn't kill this mod with an update.
-
[1.8.1] Kerbal Konstructs - 1.8.1.15 - 15.Dec.2019
Ger_space replied to Ger_space's topic in KSP1 Mod Releases
Not in an easy way. Editing the configs manually and replace the grassColor values is probably faster than going through the editor ingame. So the worklflow is like... Pick a color code ingame, write that down, then close ksp and edits the configs. -
[WIP] [1.11.x] Heavy Science - Development Thread
Ger_space replied to cyberKerb's topic in KSP1 Mod Development
surface colors and textures are a bit complicated. it is stored in the shader of the surface PQS quad. Also the coloring is done by a triplanar shader with height information. I didn't found a way to get the exact height color from a position, except using a cam that takes a picture of the surface below. Also note: normal surface shaders combine textures and colors differently than what some the KSP surface shaders do, even when you get the textures and right color values, the result could be much to dark. -
[1.8.x-1.12.x] kOS addons: StockCamera, EVA, SCANSat, Career
Ger_space replied to JonnyOThan's topic in KSP1 Mod Releases
@theJesuit If I remember correctly it's addon:eva:move("up") (or "down") on a ladder. -
greyscale maps work within KK, you can place them as PQSMapDecals some documentation how this works Then use the KK editor in PQS mode to place them. Axial Tilt: Tilt'em This was done by placing greyscale (and color) maps onto kerbin...
-
these textures are only useful for people who wish to create their own static 3d-models and then use the original KSP textures. within KK there is no way you can replace them, as this is not my concern. (KK loads new objects and gives them stock KSP textures, if this is in their config. Omega and Damon use that in their assets, to give them the KSC look and feel and reduce memory load (no custom textures needed)
-
[1.8.x-1.12.x] kOS addons: StockCamera, EVA, SCANSat, Career
Ger_space replied to JonnyOThan's topic in KSP1 Mod Releases
I really love, that yo picked up the mods and a big sorry for the code quality of the addons. These where my first steps in c# and mod development after all. -
[1.8.1] Kerbal Konstructs - 1.8.1.15 - 15.Dec.2019
Ger_space replied to Ger_space's topic in KSP1 Mod Releases
I'm sorry, but for now there is not much going on on regards of mod development. RL is keeping me busy and my gaming notebook is covered with dust. Integration with Krash is not planned anytime soon, at least from my side. I think that should be something done by Krash itself, not KK. I have all the functions available, so a mod could check the launchsites, but thanks to the Making History paywall, there is never a easy way for mods to support multiple launchsites without requiring the DLC. -
[1.8.1] Kerbal Konstructs - 1.8.1.15 - 15.Dec.2019
Ger_space replied to Ger_space's topic in KSP1 Mod Releases
you are right, it is the diameter, not the radius -
Is it possible to remove KSC biomes?
Ger_space replied to SpinkAkron's topic in KSP1 Mods Discussions
c# code. then you scan for the objects and then you can remove the tag... You need to write a mod for that and some knowledge what unity tags are. -
[1.8.1] Kerbal Konstructs - 1.8.1.15 - 15.Dec.2019
Ger_space replied to Ger_space's topic in KSP1 Mod Releases
The mod could be theoretically be used without KK, thats why its not in the KK folder.