Jump to content

Ger_space

Members
  • Posts

    857
  • Joined

  • Last visited

Everything posted by Ger_space

  1. 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
  2. What should KK do, to make it right? I only set a flag for a basic map decal and KSP removes the scatters there. Most modders just used a simple black mapDecal for making a flat area, which makes somewhat sense.
  3. 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.
  4. 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.
  5. 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.
  6. 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.
  7. @theJesuit If I remember correctly it's addon:eva:move("up") (or "down") on a ladder.
  8. 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...
  9. 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)
  10. 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.
  11. 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.
  12. 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.
  13. The mod could be theoretically be used without KK, thats why its not in the KK folder.
  14. Hi everyone, just on a short heads-up: I have quite some challenges (only good ones, but still time consuming and mentally exhausting) so I am going not to be that active in the next week/month to come. If someone wants to step up and take over this mod, I'll not be offended by it, but my time coding is quite limited.
  15. yeah, its one of the corner cases, where I cannot get some internal resources, because Kerbin got changed. When a mod uses these, then there is some unforseen error.
  16. now I can dump fuel on some schools before landing my overweight planes... can we get some schools? Nice to have this, but really bad timing for an announcement.
  17. this mod is for parts and not for statics of KK. Kerbal Konstructs has its own mechanism to load internal textures (which actually came first and then the mod for parts)
  18. you have to add a facility (type: recovery site) to it.
  19. Kerbal Konstructs is nothing for low-end Systems. To test, just delete the mod folders out of the GameData Folder When you create a launchSite, then you have to restart KSP to use it. There is a nice KK-button in the SPH and VAB to select the site you created.
  20. I don't know, but the latest version released is no longer supported for KSP 1.7.X and I can't support it anytime soon again. If this problem persists when Kopernicus 1.8.X is released, then open a report on github, so it doesn't get lost. there have been some changes between 1.7 and 1.8, that could affect this.
  21. A new release ahead of the things that might come in the future: https://spacedock.info/mod/1052/Kerbal-Konstructs/download/1.8.1.15 Changes new Hangar module you can store vessels and the crew is recovered automatically you can assign crew to stored vessels and launch them from the KSC menu. Other statics should be less bumpy after a scene switch SpaceCenters are no longer focused when they are not on the Homeword. This feature will come back when it is properbly implemented The KSC FuelTank is now visible again. The LaunchSites are now sorted: 1. Group 2. Name Changes for modders support for custom launchpad smoke emitters (either Unity ParticleSystem or KSPParticleEmitter) GrasColor: Normal Maps are precalculated and cached unter PluginData GrassColor2: Multicolor Blendmasks allow blending of up to four textures (including alpha channel and mix) ( for example: grass + concrete + (worn) white stripes + dirt roads) This is like a light version of substance painter. The GrassColor2 editor supports these changes GrassColor2 : Normal Maps for each Texture are precalculated and cached unter PluginData. Only NearGrass receives those from the FarGrass (which looks better that way) GrassEditor: You can convert any texture to grayscale, so some are more usefull now. AnimateOnSunrise: Rewrote it to be less error prone. AdvancedTextures: you can define the color of a mesh with the _Color parameter Variant switching: allow transform names with whitespace in the middle PadSmoke: allow transform names with whitespace in the middle AdvancedTextures: allow transform names with whitespace in the middle PadSmoke: You can select your smoke type exports are now written as ,zip files and no longer as .tar
  22. a little bit. some runways are toxic and your planes will explode on contact. Not much I can do about it.
  23. I guess not, because I compiled it against ksp 1.8 I'll make a universal release of it in the next few days.
×
×
  • Create New...