-
Posts
24,969 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by linuxgurugamer
-
Hi, SXT has a part, Probodobodyne QUBC "Warbler", which uses the model from Squad: Squad/Parts/Electrical/radialFlatSolarPanel/model 8 times. Unfortunately, it doesn't work well since the way the ModuleDeployableSolarPanel works is that it uses a transform (raycastTransformName) to determine exposure, etc. Could some kind soul make me a new solar panel model, and duplicate it 8 times, changing the raycastTransformName and pivotName appropriately? This would be greatly appreciated both by myself and players who use this part. Thanks in advance
-
[1.3] The Plugin Workshop - Small plugins of varied function
linuxgurugamer replied to Crzyrndm's topic in KSP1 Mod Releases
There is a mod called BetterSRBs which you should look at, it does a better job of modeling the thrust curves of read SRBs -
[1.9.x] QuizTech Aero Pack Continued
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
If @hab136 doesn't update in a few days, let me know and I'll get you a replacement dll -
[1.9.x] QuizTech Aero Pack Continued
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
@StahnAileron I found the problem in GPO, it was a divide-by-zero. I've submitted a PR to fix it -
This is an informational post only I have always thought and said that a mod could not easily cause a CTD. Well, I was wrong. I got a message about a CTD when QuizTech Aeropack & GPOSpeedFuelPump were used together with a couple of parts. I was able to determine that it wasn't Quiztech, and posted a message in the GPO thread. This evening, i got the itch to look at this, I was curious what could be going on. The code was pretty simple. It turned out that the part in question was both an engine AND a fuel tank, and GPO was doing a divide-by-zero, which was causing instant CTD and CrashToSpace. For some reason, I thought that C# was a bit smarter than that. Obviously not. I submitted a PR to the maintainer with the fix, hope he gets it out soon
-
[1.7.3] GPOSpeedFuelPump continued v1.8.19
linuxgurugamer replied to hab136's topic in KSP1 Mod Releases
I've submitted a PR with my fixes and a bit of optimization of some loops -
[1.7.3] GPOSpeedFuelPump continued v1.8.19
linuxgurugamer replied to hab136's topic in KSP1 Mod Releases
I did a bit of debugging, and found the problem. There was a divide by zero happening, adding a check for that solved the problem. I'll be submitting a PR to @hab136 in a little bit -
Automated Forum Birthday Well Wishes Email
linuxgurugamer replied to AlamoVampire's topic in Kerbal Network
That was a total replacement of the forum software -
[1.3] The Plugin Workshop - Small plugins of varied function
linuxgurugamer replied to Crzyrndm's topic in KSP1 Mod Releases
It controls the throttle. Not the thrust curves -
[1.3] The Plugin Workshop - Small plugins of varied function
linuxgurugamer replied to Crzyrndm's topic in KSP1 Mod Releases
Try Throttle Limiter Extended -
[1.12.x] KEI - Kerbin Environmental Institute
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Are you still having this issue? -
[1.7.3] GPOSpeedFuelPump continued v1.8.19
linuxgurugamer replied to hab136's topic in KSP1 Mod Releases
Here are the details: Good news! It's totally reproducible Bad news. Nothing to do with Quiztech, other than it has a couple of engines which also contain fuel. The engine is odd in that it also has some fuel, that is what's causing the problem. As a test, I removed the fuel from the engine, and it worked nicely after that. I suspect that the GPO is not expecting the same part to both have an engine in addition to the fuel.I haven't yet updated Quiztech to 1.5, but this part (the Twin Turbo AfterBurner) doesn't need the dependencies, so go ahead and install. I've uploaded a simple plane to KerbalX which always gets the error when you active the "Balance" option on the rear tank/engine. Test craft file here: https://www.dropbox.com/s/sydk6b5icf8te9t/GPO Test Plane.craft?dl=0 Here is a short video showing the crash: https://www.dropbox.com/s/089zqncs48mlgl3/GPO CTD.mp4?dl=1 -
[1.9.x] QuizTech Aero Pack Continued
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Good news! It's totally reproducible Bad news. Nothing to do with Quiztech. The engine is odd in that it also has some fuel, that is what's causing the problem. As a test, I removed the fuel from the engine, and it worked nicely after that. I suspect that the GPO is not expecting the same part to both have an engine in addition to the fuel -
True. I was reading on my phone, missed that. But then you have a very messy output, lots of unnecessary lines
-
Most. But not all. There are some authors who put all their mods under a single directory in GameData
-
[1.9.x] QuizTech Aero Pack Continued
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Yes, you should post there, because these are just engines, doesn't make that much sense. Maybe someone there will have an idea. I won't be getting to this mod for a little while I'll look at the logfile tomorrow -
[1.9.x] QuizTech Aero Pack Continued
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
would be nice to see a log file. Would also be nice to know what version of KSP you are using, and what version of the mod you are using -
[1.12.x] Kerbal CCTV with WiFi camera
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
New release, 1.1.4.1 Fixed MM patch for the HullcamVDS mod -
[1.11.1] Hullcam VDS Continued
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
New release, 0.1.9.9: Fixed the KSC Launchpad Camera so it now is there Removed the obsolete impactTolerance variable Thanks to @Gordon Dry for this: patch to avoid the EVA cam to be added when the mod ThroughTheEyes is already installed. Simplified the kerbalEVA patch