-
Posts
2,993 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by Gameslinx
-
[1.12.x] Parallax - PBR Terrain and Surface Objects [2.0.8]
Gameslinx replied to Gameslinx's topic in KSP1 Mod Releases
It's been a few months since I've given an update on Parallax's development, and while there are meaty changes already, they're not all ready to show. I wanted to show off the first in-game testing of a custom shadow implementation I've written for the planets from orbit. Since the main feature of the next Parallax Continued release is an overhaul of the scaled planets, I've been investigating ways to enable shadows in the tracking station and from orbit. Unfortunately it's not as simple as flicking a switch and enabling shadow casting on the sun for the scaled scene so I've implemented simple and cheap raymarched shadows which is what I wanted to show off today You also get to see Minmus' remastered look in-game, which completely matches its surface. The transition from scaled to terrain views is much more pleasant now. In the video I'm showing off hard shadows (shadows with a hard edge/cutoff). Soft shadows are in the works, but not quite ready yet. I'm going with a simple technique that approximates soft shadows based on the distance the occluded light ray would have travelled had it reached the surface.- 3,154 replies
-
- 16
-
Using parallax mod over Mac Os
Gameslinx replied to Elad's topic in KSP1 General Mod Development Help and Support
Is there any chance you could provide some instructions? It would be cool to be able to link to this topic so that more Mac users can use Parallax -
[1.12.x] Parallax - PBR Terrain and Surface Objects [2.0.8]
Gameslinx replied to Gameslinx's topic in KSP1 Mod Releases
I would never take down one of my mods if I was working on a better version All versions of Parallax are available to download here, which is also linked in the OP: https://github.com/Gameslinx/Tessellation/releases The rewrite I mention in the OP is Parallax Continued which will be released as a major update to Parallax, but it will be a separate mod. That way, people can pick which version they want to use based on what other mods they're running as some of them won't fully support Continued yet- 3,154 replies
-
- 3
-
[1.12.x] Parallax - PBR Terrain and Surface Objects [2.0.8]
Gameslinx replied to Gameslinx's topic in KSP1 Mod Releases
It's been a while since my last update on development (and I don't have a huge amount to show just yet) but work on the scaled versions of the planets is coming along really well. I'm super pleased with how Minmus looks so I thought I'd share it. The quality could be better as it's just a capture of the Unity viewport - this isn't in-game just yet - but the shader work is pretty much done. Notice the skybox reflections on the ice! That's something I really want to translate into the game and should hopefully be possible with a bit of extra logic. For modders I'm still figuring out the best approach here, but I'd like to streamline the process as much as possible. Hopefully all that's needed is a small config telling Parallax to apply its textures to the desired planets without much setup needed beyond the existing terrain texture workflow. That's all for now- 3,154 replies
-
- 13
-
[1.9.1 - 1.10.x] Beyond Home 1.5.0 (Supports Parallax)
Gameslinx replied to Gameslinx's topic in KSP1 Mod Releases
I appreciate it man. If I had the free time and motivation I would keep it maintained and finish the art pass I started ages ago and never got far with. Sadly, I've moved on from planet packs at least the mod is in good hands being maintained by @ballisticfox0 !- 1,655 replies
-
- 2
-
[1.12.x] Parallax - PBR Terrain and Surface Objects [2.0.8]
Gameslinx replied to Gameslinx's topic in KSP1 Mod Releases
According to your log file it's not in GameData - You can grab it from here: https://github.com/KSPModdingLibs/KSPBurst/releases- 3,154 replies
-
[1.12.x] Parallax - PBR Terrain and Surface Objects [2.0.8]
Gameslinx replied to Gameslinx's topic in KSP1 Mod Releases
Assembly 'Parallax' has not met dependency 'KSPBurst' V1.0.0 Install KSPBurst- 3,154 replies
-
My bad guys I left bloons td6 running on the forum servers
- 207 replies
-
- 39
-
[1.12.x] Parallax - PBR Terrain and Surface Objects [2.0.8]
Gameslinx replied to Gameslinx's topic in KSP1 Mod Releases
Thanks for the report. Now that the forums are back up I can reply - There are some cases where parallax 2.0 can leak memory, although rare. Sadly there's no planned fix because the fix requires major architectural changes to the mod which were accomplished in Parallax Continued which is reportedly a lot more stable on Linux Although what's very interesting is you mention your RAM isn't freed after closing the game - this sounds like it could be an issue with Unity not dealing with memory building up. Maybe Unity doesn't properly free some resources if they weren't freed by the mod properly? Very odd - I don't have a solution to this I'm afraid, without foregoing the scatter system- 3,154 replies
-
- 4
-
[1.9.1 - 1.10.x] Beyond Home 1.5.0 (Supports Parallax)
Gameslinx replied to Gameslinx's topic in KSP1 Mod Releases
You should be fine to use 2.0.8. The only changes between 2.0.6 and 2.0.8 are related to Deferred support.- 1,655 replies
-
- 1
-
[1.12.x] Parallax - PBR Terrain and Surface Objects [2.0.8]
Gameslinx replied to Gameslinx's topic in KSP1 Mod Releases
The terrain shaders work, it's just the scatter system that doesn't. But the files themselves do contain everything needed on DirectX, OpenGL, Metal, and Vulkan platforms. It's just that KSP doesn't run under Metal and Apple doesn't support an OpenGl version past 4.1 which was released in 2010. We're out of options :p- 3,154 replies
-
- 2
-
[1.12.x] Parallax - PBR Terrain and Surface Objects [2.0.8]
Gameslinx replied to Gameslinx's topic in KSP1 Mod Releases
I presume you grabbed the OPM Parallax patch from the Parallax Continued github? I've just installed OPM with the pack and I'm not seeing the exception myself. Well, if all works, there shouldn't be a problem- 3,154 replies
-
- 1
-
[1.12.x] Parallax - PBR Terrain and Surface Objects [2.0.8]
Gameslinx replied to Gameslinx's topic in KSP1 Mod Releases
New commit is up, you'll need to grab new copies of StockTerrainTextures and StockPlanetTextures Sadly every time I make a change to the assets I have to manually copy everything over for the github hosted version, so things like this can creep in. This commit ensures 100% parity with the release version. There is an error relating to a file path "_Terrain.cfg" which might be related to your install and could crop up again in which case I'll investigate which mod (likely a planet mod) is causing that but I want to ensure the install is correct before looking into it. Cheers- 3,154 replies
-
[1.12.x] Parallax - PBR Terrain and Surface Objects [2.0.8]
Gameslinx replied to Gameslinx's topic in KSP1 Mod Releases
Should be up now- 3,154 replies
-
- 1
-
[1.12.x] Parallax - PBR Terrain and Surface Objects [2.0.8]
Gameslinx replied to Gameslinx's topic in KSP1 Mod Releases
Please clone the latest version of the repo - I've just committed an update to the config file that I forgot to do when uploading Release 2. The ambient occlusion setting was missing from the repo's copy of the global config. It should work for you now Edit: You don't need everything - just a new version of the Parallax folder- 3,154 replies
-
- 1
-
[1.12.x] Parallax - PBR Terrain and Surface Objects [2.0.8]
Gameslinx replied to Gameslinx's topic in KSP1 Mod Releases
There's an issue with Parallax trying to load the global settings config - it's probably caused by an outdated version that doesn't include the new ambient occlusion setting. It sounds like you might not have installed the new version correctly, or tried to install it over the top of Release 1. Can you delete the following folders: Parallax Parallax_StockPlanetTextures Parallax_StockScatterTextures Parallax_StockTerrainTextures and reinstall them from Release 2? Send your new log file again if anything goes wrong- 3,154 replies
-
[1.12.x] Parallax - PBR Terrain and Surface Objects [2.0.8]
Gameslinx replied to Gameslinx's topic in KSP1 Mod Releases
It's a Deferred thing, caused by the reflection probe always being centered on the craft but applying reflections to everything. When the craft is in a brightly lit area and you zoom out, that's why you see illuminated terrain that should be dark If the roadmap isn't completed by march-april 2025, I'm aiming for around then. The roadmap is this: Future Plans Remastering the older Parallax assets (Done in PC Release 2) Adding Ambient Occlusion to the terrain (Done in PC Release 2) Adding Parallax to the planets from orbit Adding particle system support to terrain objects KSP doesn't run on Metal (Apple's current graphics api) from my knowledge so it's out of my control- 3,154 replies
-
- 4
-
[1.12.x] Parallax - PBR Terrain and Surface Objects [2.0.8]
Gameslinx replied to Gameslinx's topic in KSP1 Mod Releases
Tufx isn't required, but I mentioned it in the changelog because there was a bug when TUFX's HDR setting was used alongside Parallax Continued that caused some severe artifacting. It was fixed a few days after release 1, but only mentioned in an edit I use Blackrack's TUFX profile, default settings, alongside Defered and Vol. Clouds- 3,154 replies
-
- 1
-
[1.12.x] Parallax - PBR Terrain and Surface Objects [2.0.8]
Gameslinx replied to Gameslinx's topic in KSP1 Mod Releases
I've seen the github issue and it's something I'll be looking into over the next few days. I've never used the home switch feature before so I'm not clued up on how it works Edit: From the log file it looks like Kerbin exists twice. The homeswitch might make the 'new' planet Kerbin, but I would expect the original home world to take on a different name?- 3,154 replies
-
- 2
-
[1.9.1 - 1.10.x] Beyond Home 1.5.0 (Supports Parallax)
Gameslinx replied to Gameslinx's topic in KSP1 Mod Releases
Thanks for the kind words I'm glad you're enjoying it!- 1,655 replies
-
- 2
-
[1.12.x] Parallax - PBR Terrain and Surface Objects [2.0.8]
Gameslinx replied to Gameslinx's topic in KSP1 Mod Releases
Every 10 times you hover over the icon it will change to that- 3,154 replies
-
- 7
-
[1.12.x] Parallax - PBR Terrain and Surface Objects [2.0.8]
Gameslinx replied to Gameslinx's topic in KSP1 Mod Releases
I'm retexturing a lot of the planets and moons that aren't up to spec, and I thought I'd share what I've got so far First off (and it's a pretty minor thing), working ambient occlusion! This screenshot is taken from Bop. Ambient Occlusion, like the name suggests, reduces the strength of the ambient light in surface cavities. The screen-space ambient occlusion provided by TUFX only works on geometry and isn't very good, so you miss out on a lot of the details that baked AO can produce - so Parallax will use baked ambient occlusion to achieve a higher level of detail. It'll be toggleable in the GUI and the performance impact is minimal. And now for the updated planets (so far!) I think the best one to show off first is Vall. Right now, its textures don't really 'look' like any surface at all - is it rock? Is it ice? It doesn't resemble anything! I wanted to use the vanilla textures as a starting point to build off of because the cracks underneath the ice look great, and so I present the new Vall: Next up is Moho and this might be slightly more controversial because I'm leaning more into the fantastical side of things, but I wanted to incorporate the hexagonal surface objects into the terrain itself in some form: And finally, Ike will receive some well deserved love! Its displacement map doesn't hold up very well with the extra detail that Parallax Continued is able to provide and it also didn't really look rocky/dusty either. Hopefully this looks a tad more grounded in reality A quick note on the screenshots above - they were taken with a new feature 'advanced texture blending' which uses the displacement maps to blend textures together more realistically. I realise I never talked about it here, so here is a quick comparison on Vall: And Kerbin, with the sand and the grass: That's all for now, I hope you enjoyed the eyecandy- 3,154 replies
-
- 35
-
[1.12.x] Parallax - PBR Terrain and Surface Objects [2.0.8]
Gameslinx replied to Gameslinx's topic in KSP1 Mod Releases
I did! Long day I'll increase the seagrass render distance in the next patch. It's supposed to be fairly low because Scatterer's oceans are very foggy, but that doesn't work so well near the shore. Thanks- 3,154 replies
-
[1.12.x] Parallax - PBR Terrain and Surface Objects [2.0.8]
Gameslinx replied to Gameslinx's topic in KSP1 Mod Releases
Thanks for the headsup, these are easily patchable on my end As for kerbin having a very low render distance, that is not normal at all. Can you share a video of that?- 3,154 replies
-
- 1
-
[1.12.x] Parallax - PBR Terrain and Surface Objects [2.0.8]
Gameslinx replied to Gameslinx's topic in KSP1 Mod Releases
That looks like there are far too many scatters on Minmus. Can you delete the Settings.cfg file in your KerbalSpaceProgram folder and relaunch the game? Note that you'll need to set all your settings up again, and restart the game a second time to apply them Sometimes planet mods will leave residue in that file and can cause that to happen If that doesn't work you'll have to wait for me to get home to take a proper look in 8 or so hours- 3,154 replies
-
- 1