-
Posts
2,719 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by rbray89
-
[1.1.2][1-1-2] May 13-2016 EnvironmentalVisualEnhancements
rbray89 replied to rbray89's topic in KSP1 Mod Releases
It is likely ATM. I thought I added a config exception to the BoulderCo config though. Do you have the most recent ATM release? -
[1.1.2][1-1-2] May 13-2016 EnvironmentalVisualEnhancements
rbray89 replied to rbray89's topic in KSP1 Mod Releases
That happens with other mods that cause the BoulderCo/Atmosphere/Textures/kerbin1 to become not readable. not really EVE's fault. -
[1.1.2][1-1-2] May 13-2016 EnvironmentalVisualEnhancements
rbray89 replied to rbray89's topic in KSP1 Mod Releases
9-2 or the "x86-Release/x64-Release?" that is in the main source directory? -
[1.1.2][1-1-2] May 13-2016 EnvironmentalVisualEnhancements
rbray89 replied to rbray89's topic in KSP1 Mod Releases
Yeah, all the shaders are still very much WIP. I still have to add normals to planet shader, fix the water shader, enhance LOD for terrain, get atmosphere lighting effects (sun tracking) along with better handling of space vies, and add more cooler lighting to particles. I need to close off the atmosphere "dome" and get the shadows working again. EDIT: But I really like the look from KSC during the day facing the mountains! -
[1.1.2][1-1-2] May 13-2016 EnvironmentalVisualEnhancements
rbray89 replied to rbray89's topic in KSP1 Mod Releases
For overhaul testers: Releases are now shipped with every push. I still haven't figured out the macro to use to add version info though. I'm not sure if it makes a difference or not, but I also build with both the x86 and x64 libs that KSP ships with. https://github.com/rbray89/EnvironmentalVisualEnhancements/tree/Overhaul -
[1.1.2][1-1-2] May 13-2016 EnvironmentalVisualEnhancements
rbray89 replied to rbray89's topic in KSP1 Mod Releases
I do my dev work on windows oh well... -
[1.1.2][1-1-2] May 13-2016 EnvironmentalVisualEnhancements
rbray89 replied to rbray89's topic in KSP1 Mod Releases
To build, I am now putting the KSP libs in my working directory, and didn't want to distribute them with KSP, hence adding *.dll to .gitignore. I'm automating the release packages such that they will be zipped-up and included in commits I think. Couldn't find a way to generate actual releases automatically in Github though. I'm also making a small change to make upgrading KSP releases (and managing the dll differences) so that there will be a separate x86 build and x64 build based off of the VS build settings. -
[1.1.2][1-1-2] May 13-2016 EnvironmentalVisualEnhancements
rbray89 replied to rbray89's topic in KSP1 Mod Releases
Yes, this would be due to 2 things: there is no "bottom" to the half-sphere, so I have to fix that, and the clipping plane (in RSS at least) may be too close to get all the way to the ends of the sphere, so I may have to work something out there. -
[1.1.2][1-1-2] May 13-2016 EnvironmentalVisualEnhancements
rbray89 replied to rbray89's topic in KSP1 Mod Releases
Try this version: https://github.com/rbray89/EnvironmentalVisualEnhancements/tree/b1f4b82c1621186683450305a2345338032eef3d This morning I made a change to stop shipping the built items to the repo. It will push automated releases in the future though. -
[1.1.2][1-1-2] May 13-2016 EnvironmentalVisualEnhancements
rbray89 replied to rbray89's topic in KSP1 Mod Releases
Right now shadows are broken, and I haven't finished the atmosphere shader, but from ground it still looks pretty darn nifty. -
[1.1.2][1-1-2] May 13-2016 EnvironmentalVisualEnhancements
rbray89 replied to rbray89's topic in KSP1 Mod Releases
That is odd... It does target 3.5 so I imagine there is something else going on. -
[1.1.2][1-1-2] May 13-2016 EnvironmentalVisualEnhancements
rbray89 replied to rbray89's topic in KSP1 Mod Releases
There is a thread on x86_64 mod compatibility somewhere... apparently EVE and PF don't play nice together. -
[1.1.2][1-1-2] May 13-2016 EnvironmentalVisualEnhancements
rbray89 replied to rbray89's topic in KSP1 Mod Releases
Not yet, still dealing with Real-Life stuff ATM. I mean, you could always switch to the Overhaul branch and download the GameData folder, but it only has shadows right now, and it isn't optimized for multiple clouds layers (many projectors can get expensive). Ideally the entire cloud surface would be generated/simulated, but I'm not there yet. Plus, I would imagine it would be killer on a machine.