-
Posts
2,719 -
Joined
-
Last visited
Reputation
3,896 ExcellentContact Methods
- Website URL
-
Skype
I'm not quite sure why this box exists
-
Twitter
https://twitter.com/Gameslinx
Profile Information
-
About me
Celestial Terraformer
-
Location
Underneath the terrain
-
Interests
Not being under the terrain
Recent Profile Visitors
-
[1.9.1 - 1.10.x] Beyond Home 1.5.0 (Supports Parallax)
Gameslinx replied to Gameslinx's topic in Add-on Releases
No, this is a lot of effort Turn your texture quality down in the main menu settings - this has the same effect- 1,513 replies
-
- kopernicus
- beyond home
-
(and 2 more)
Tagged with:
-
NathlessOne started following Gameslinx
-
[1.12.x] Parallax, A PBR Terrain Shader [1.3.0]
Gameslinx replied to Gameslinx's topic in Add-on Releases
That surface is on the planet Hydrus in the Beyond Home planet pack. @ballisticfox0is working to update it to the most recent Parallax version -
[1.12.x] Parallax, A PBR Terrain Shader [1.3.0]
Gameslinx replied to Gameslinx's topic in Add-on Releases
Yep just delete the configs for those planets, or remove the ones that have life, I suppose -
[1.12.x] Parallax, A PBR Terrain Shader [1.3.0]
Gameslinx replied to Gameslinx's topic in Add-on Releases
Eve has always felt alien to me so I wanted to go that route with its foliage and 'fantastical' nature. Laythe has a breathable atmosphere so I wanted to give it primitive nature; some mushrooms, grass and ferns. Otherwise, they would be kind of boring with just different rocks. I like to think that the mod has a lot of potential and I don't want it wasted by just modelling a load of stones There are no buildings because the placement of the objects is completely random. Towns or cities have order and regularity to them which isn't possible with how this mod generates the object positions. Individual buildings that spawn rarely are possible, but it would be much more efficient to just use the existing scatter system. This mod isn't for objects that spawn rarely, and is most efficient with a lot of objects. I have 9 planets/moons finished, so I am over halfway. I've fixed the bugs I talked about previously but I'm working on reducing the CPU usage now. I can reach ~160fps but I'm CPU limited after that where I would otherwise be able to easily reach ~220fps. Since that's a big performance potential I want to work on that before I finish the other planets. -
[1.12.x] Parallax, A PBR Terrain Shader [1.3.0]
Gameslinx replied to Gameslinx's topic in Add-on Releases
This seems to be happening to a bunch of people randomly and I have no idea what is causing it. Double check that your terrain shader quality is set to Ultra, and that the "TERRAIN_SHADER_QUALITY" in your Settings.cfg is equal to 3. Then, make sure that your terrain quality (separate setting) is set to High. If it says "new text", you need to delete settings.cfg and apply your settings again. Let me know if this helps -
[1.12.x] Parallax, A PBR Terrain Shader [1.3.0]
Gameslinx replied to Gameslinx's topic in Add-on Releases
I am targeting a minimum of 140fps at 1440p with Scatterer and Parallax installed. The impact should not be too much more than what it is currently. The impact of the foliage is much less than the tessellation itself, so you can always disable tessellation when you run the foliage if you want a similar framerate If you are using Parallax with AVP, yes -
[1.12.x] Parallax, A PBR Terrain Shader [1.3.0]
Gameslinx replied to Gameslinx's topic in Add-on Releases
In the settings page on the main menu you can enable what's called "terrain scatters" which allows trees and rocks to show up on Kerbin and the various other planets. That's what I've been calling the existing "Scatter system". I'm developing something that does the same job, but much better than what we currently have - A way to place thousands of objects on the planet around the craft -
[1.12.x] Parallax, A PBR Terrain Shader [1.3.0]
Gameslinx replied to Gameslinx's topic in Add-on Releases
You'll have the option to disable all the scatters (which means every planet), or you'd need to delete the config for Eve -
[1.12.x] Parallax, A PBR Terrain Shader [1.3.0]
Gameslinx replied to Gameslinx's topic in Add-on Releases
I can't really give an ETA because I'm working through some bugs slowly. One I've solved those, I can give a better estimate -
[1.12.x] Parallax, A PBR Terrain Shader [1.3.0]
Gameslinx replied to Gameslinx's topic in Add-on Releases
I require your settings.cfg folder (terrain shader quality must be set to 3, or Ultra in the main menu. Your terrain quality must also be set to high in the main menu) You can use an existing save -
[1.12.x] Parallax, A PBR Terrain Shader [1.3.0]
Gameslinx replied to Gameslinx's topic in Add-on Releases
Your textures are fine. That is what the game looks like without Parallax installed. -
[1.12.x] Parallax, A PBR Terrain Shader [1.3.0]
Gameslinx replied to Gameslinx's topic in Add-on Releases
Disable or enable scatterer's depth buffer mode setting to resolve this. I can't remember which setting it's supposed to be set to. Also ensure merge depth pre-pass is disabled -
[1.12.x] Parallax, A PBR Terrain Shader [1.3.0]
Gameslinx replied to Gameslinx's topic in Add-on Releases
Can you try reinstalling? It looks like Kopernicus hasn't been installed properly from your screenshot but all the relevant folders are there in your GameData -
[1.12.x] Parallax, A PBR Terrain Shader [1.3.0]
Gameslinx replied to Gameslinx's topic in Add-on Releases
Everything I have learnt has been through articles online and various other github projects where I've been able to see how other people's code works. From there I've pretty much learned how to do everything myself over the last few years. The unity documentation is a really good place to start. Some people here on the forums have also been really helpful -
[1.12.x] Parallax, A PBR Terrain Shader [1.3.0]
Gameslinx replied to Gameslinx's topic in Add-on Releases
Lol this is just my mistake forgetting to update the version number