skykooler
Members-
Posts
739 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by skykooler
-
I ended up editing the KerbinSide contracts to remove the suborbital requirement.
-
[1.1.2] Kerbal Konstructs v0.9.7.1 - Slopey Glidey
skykooler replied to AlphaAsh's topic in KSP1 Mod Releases
Ah, thanks, I missed that.- 872 replies
-
- launchsites
- plugin
-
(and 1 more)
Tagged with:
-
[1.1.2] Kerbal Konstructs v0.9.7.1 - Slopey Glidey
skykooler replied to AlphaAsh's topic in KSP1 Mod Releases
Hmm. If the default recovery factor is 50%, that means that it's no longer economical to fly a plane to anywhere besides KSC, which removes one of the main attractions for airports.- 872 replies
-
- launchsites
- plugin
-
(and 1 more)
Tagged with:
-
[1.1.2] Kerbin-Side (v1.1.0) & Supplements
skykooler replied to AlphaAsh's topic in KSP1 Mod Releases
Suggestion: Could you put some information about what the Kerbin-SideJobs contract pack is in the first post? I've read back about 10 pages and still can't find a description.- 2,488 replies
-
Would it be possible to add KerbinSide support, so you get contracts to, say, fly a tourist from the KSC to one of the KerbinSide airports?
-
[1.12.x] Docking Sounds!! v2.1.13 (1/30/2023)
skykooler replied to tg626's topic in KSP1 Mod Releases
I didn't realize how much I needed this.- 137 replies
-
- 1
-
I've looked at Proland's trees before. The trouble with them in regards to KSP is that they use geometry shaders (bits of code that the GPU uses to figure out where polygons are), which requires a higher level of DirectX/OpenGL compatibility than KSP has.
-
Indeed. That was something I was hoping to do once I had the basic system working, as well as grass. Having them line up predictably is required anyway, so that they match up with the static textures at long draw distances.
-
The trees on Kerbin (which can only be seen with ground scatter enabled) are rather low-poly when standing right by them - but they have too many polygons to render a realistic number of them. So, I've been thinking about how one might make a mod to fix this. I made some mock-ups in GIMP of what I came up with (and what I believe many modern games do); grey is what you'd actually be seeing, red is the edges of in-game polygons. My proposed solution: A proper LOD (level of detail) system for trees. Close up, trees would be fairly high-poly models, with at a few polygons per branch: Once the camera is more than say 100 meters away from them, they fade into a more simplistic model of three intersecting planes. The key to making this look realistic is a combination of proper normal mapping, so the trees appear lit from the correct angle, and a shader which fades the planes to transparent as they come close to edge-on (which avoids the effect of stretched trees). Finally, for further distances, the trees are all drawn on the same texture, parallel to the ground. Ideally, this would be part of the terrain shader itself rather than seperate geometry. (This is a top-down view.) To prevent pop-in, the low-poly trees should fade out as the ground texture fades in. Here is a mock-up of how that might look (notice the fading of the furthest trees): And that same image with polygons visible, showing the transition from high(ish)-poly trees to low-poly trees at about a hundred meters out: So why did I start this thread? Quite simply, because I need help. I've created some mods for KSP but don't know enough about Unity to do this - in particular, I don't know how to modify geometry directly without adding a game object for each tree, and I don't know very much about Unity shaders. So, I am looking for feedback, and pointers if anyone can help.
-
[1.5.1] Engine Lighting (1.5.1) Little Config Update (13 October)
skykooler replied to tajampi's topic in KSP1 Mod Releases
Maybe would it be possible to just disable the light on IVA materials? Or is that not possible? -
This is excellent!
-
Paper Space Program 1.8 (KSP Rocket Parts papercraft)
skykooler replied to arc5555's topic in KSP Fan Works
You could try Velcro, as well. Should work better than magnets for the boosters, at least. -
[1.5.1] Engine Lighting (1.5.1) Little Config Update (13 October)
skykooler replied to tajampi's topic in KSP1 Mod Releases
Would it be possible to make a flash of light when decouplers fire? -
I really hope this gains OpenGL compatibility, as I only have OSX and Linux available to play KSP on!
-
Hmm. It should be in the toolbar. That said, I haven't tested with 1.0 yet, I'll see if it broke anything tomorrow.