-
Posts
584 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by Raven.
-
That's exactly what I thought in the last week or so of testing. I did find this in the Unity documentation just earlier. I do not know exactly how it relates to KSP though: http://docs.unity3d.com/Manual/ShadowTroubleshooting.html
-
Yup, the next version of CactEye will be fully compatible with Distant Object Enhancement.
-
That is a good question, and until you said something about it, I didn't think anything of it. But you are correct, Jool, Duna, and even Eve in those screenshots are displaying an incorrect phase (Eve was suppose to be showing a gibbous phase in that shot with its orbit). I've made note of it, and have been working on a fix. The reason they are showing incorrect phases is because of how the KSP sunlight source is set up; it appears to be (I could be wrong) setup as a directional light in Unity, which means that every planet, no matter the location, receives light from the same direction. Which means an incorrect phase is shown when viewed through the telescope. Like I said, I am currently working on a fix. I do not know right away, but it should work without issue. Technically any mod based on Environmental Visual Enhancement should technically work with CactEye. I will be sure to test CactEye with the Renaissance Compilation to verify.
-
Yes, I am continuing the development. Good catch. I'll be sure that this makes it into the next release. In the meantime, development is coming along just fine. The incompatibility between Distant Object Enhancement and CactEye seems to have been solved setting the codebase up in such a way to allow CactEye to control the flare size. In the meantime, here's some screenshots taken with the update. The game the screenshots were taken from is running Environmental Visual Enhancements, Astronomer's Pack, Distant Object Enhancement with default settings, Planetshine, and of course, CactEye:
-
The vast majority of my rockets, such as the Mark 2 pictured below, are all two stage rockets. The Mark 2 is my main go-to rocket, and it uses a solid fuel first stage and a liquid fuel second stage, and is extremely simple to build with KW Rocketry. That second stage can push most payloads well into high orbit. Sometimes, depending on the mission, the rocket may have a third transfer stage located in the fairings, but that stage is typically not needed until well into high orbit (it's usually for interplanetary transfers). Note: I use FAR.
-
Out of curiosity, which mod are you using for the telescope?
-
Next Gen Jebediah. (WIP) (Now slightly less creepy)
Raven. replied to electronicfox's topic in KSP Fan Works
This looks pretty darn good. Definitely better quality than stock Jeb. -
Here's one of my favorite shuttle, the Titan :
-
Here's a shuttle that I posted in another thread here that is primarily B9: And here's a B9/Intersteller SSTO:
-
The Titan A2 shuttle launching to deliver a space station module.
-
It's been a while since the last update, so here's another screenshot of a much more refined, and debugged GUI. Right now the mod is 90% Sandbox mode ready and 60% Career mode ready with the new GUI. The science component is still WIP.
-
SPACE STATIONS! Post your pictures here
Raven. replied to tsunam1's topic in KSP1 The Spacecraft Exchange
My latest LKO station, which is a fuel post for SSTOs coming up from the surface. -
One thing I learned the hard way, make sure that Visual Studio compiles against .NET 3.5, and not .NET 4 or 4.5.
-
Visual Studio Community 2013
Raven. replied to sarbian's topic in KSP1 C# Plugin Development Help and Support
I never really paid for it (I have VS 2013 Ultimate and VS 2012 Pro on another computer), as I was able to get my licenses through the Microsoft Dreamspark program through my school. The biggest thing I like about Pro/Ultimate over Express is the Team Foundation and the Git support built into the IDE. Plus the cross language support is something that you get use to after a while, and then Express just doesn't cut it anymore. My thoughts anyways. -
Does Yosemite work with KSP 0.25?
Raven. replied to manni01's topic in KSP1 Technical Support (PC, unmodded installs)
Unlike others, I have not had any problems with 10.10. In fact, performance increased for me on my iMac, and I'm able to run KSP 0.25 without any kind of problems. In fact, it's faster than Mavericks was in my opinion. My iMac has an i5 processor, 8 GB of RAM, and a Radeon graphics card for reference. Now, with that being said, I can see the performance with a Mac older than three years not being great at all. -
Planetary Rings
Raven. replied to Whirligig Girl's topic in KSP1 Suggestions & Development Discussion
I would love to have rings, but I also think that Jool is not the planet to receive them. Me personally, I think Squad needs to introduce Gas Giant 2, of which would have the ring system along with an asteroid system. That way we can have an analog to Saturn. In fact, a good implementation would be to implement Gas Giant 2 with rings, with asteroids, on a 90 degree tilt like Uranus, and then have Eeloo as either the only moon, or the larger of two moons. It gives players a new planet to play with, and it keeps the CPU load down. The solar wind, at that distance, would blow the rings out into deep space. It makes more sense around a gas giant that is way out there. Yes it would . -
The adjusted spawn rate is an intended feature. What is not an intended feature, is that spawn rate not adjusting with asteroid cameras being thrown into orbit. I'm pretty sure this is a bug. If you take a look through his log file, CactEye is writing a rather obscure error message to the log file that it can't get access to the object to adjust the spawn rate. In fact, I'm surprised that he's not getting a null reference exception. Specifically, the error handling at line 74 of AsteroidSpawnTweak.cs. So no matter how many asteroid cameras he throws up, the spawn rate never gets adjusted; only five asteroids in a Kerbin year period is a little low for three telescopes. In addition, this is the same method that's being used for the mod Custom Asteroids, meaning that I don't know how the two mods will interact. Potentially, I believe that CactEye and Custom Asteroids will conflict with each other, but I have not confirmed this so I cannot say for sure.
-
Thank you, we now have a confirmed bug with the asteroid spawning; I was able to pinpoint the exact line of code that's causing the problem. I'll make note of this and try to get this fixed in the next version. I think introducing some more error handling in the code will mitigate or eliminate this quite a bit.
-
Duly noted. I'll check out what's going on. Any chance that I can get a KSP.log file?
-
Ok, I know you've probably already have done this, but have you tried deleting and reinstalling CactEye? Also, are you running on Win64 by any chance? Could you post a log file?
-
What's the total electric capacity for the craft? What kind of batteries do you have on the craft?