-
Posts
24,911 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by linuxgurugamer
-
[1.2, 1.3] KW Rocketry Redux 3.1.1.1 released
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Nothing as far as I know, but if you come up with a config, send it to me and I'll include it. -
Realism Overhaul Discussion Thread
linuxgurugamer replied to NathanKell's topic in KSP1 Mods Discussions
Hi, (duplicate post in the other RO thread) I'm working on updating another mod (QuizTechAeroPack) to 1.1.3. turns out it needs some of the BDAnimationModujes (not the wheels or landing gear stuff). I have a local copy of BD which is working, but was recently made aware that there is another version of the dll included with RO. Since I don't want to create any conflicts or duplicate DLLs running around, I would like to either use yours (if it is readily available), or I'll have to change my local copy to be unique (which I don't want to do). I sent a message to BahamutoD, but he doesn't seem to be around right now. Can someone contact me about this? Thanks LGG -
[1.1.2] Radial Engine for spacecraft - T.G.O.L group
linuxgurugamer replied to Kevin4D's topic in KSP1 Mod Releases
@kevind I would suggest you adding this thread to the entry on Spacedock so people can get here Also, are these updated for 1.1.3 yet, spacedock says only 1.1.2 -
ExceptionDetector 1.1 [KSP ANY VERSION]
linuxgurugamer replied to godarklight's topic in KSP1 Mod Releases
This is a small, lightweight mod. It has as little interactions with KSP as possible, other than detecting errors. The more that is added, the less universal it becomes. I already added code to this unofficial release to hide the windows, use ctrl-f2. Beyond that, it's a debugging tool -
Sarbian already replied to me telling me how to replace it. Re BDA, I found at least two pulls on github, but so far the only one I tried doesn't compile. If you could point me to a working build, I might either use that, or change it so that there won't be any confusion. I want to at least understand what it is/was doing before I discard it totally. While Sarbian posted an answer to my question, I'd be grateful to seeing what you did.
-
[1.1.x] Space Shuttle Engines (2016-07-03)
linuxgurugamer replied to sarbian's topic in KSP1 Mod Releases
Thank you -
This is not going to be a quick conversion, because he uses several DLLs from other authors: -Snjo: Firespitter -BahamutoD: BDAnimationModules.dll -sarbian: ModuleManager -dtobi & sarbian: Klockheed Martian Gimbal The problem is that some of these are not being maintained anymore. So far, I've identified the following which aren't maintained: BDAnimationModules (there are unofficial, partial conversions available) km_Gimbal (Klockheed Martian Gimbal, mostly replaced by stock gimbal) If/when i start this, I'll need one or two beta testers to help.
-
[1.1.x] Space Shuttle Engines (2016-07-03)
linuxgurugamer replied to sarbian's topic in KSP1 Mod Releases
@sarbian I'm working on updating another mod which uses km_Gimbal, The code in the cfg file is: MODULE { name = KM_Gimbal_3 gimbalTransformName = objGimbal pitchGimbalRange = 3 yawGimbalRange = 0 enableRoll = true enableSmoothGimbal = true responseSpeed = 30 debug = true } Based on your comment above, will replacing the KM_Gimbal_3 with ModuleGimbal be all that's needed? I can't find any current documentation, by looking at existing cfg files I don't see the following: pitchGimbalRange = 3 yawGimbalRange = 0 enableRoll = true Thanks -
ExceptionDetector 1.1 [KSP ANY VERSION]
linuxgurugamer replied to godarklight's topic in KSP1 Mod Releases
The exceptions are logged to the file: exceptions.log This is an UNOFFICIAL dll. Do NOT contact the author about any problems, contact me instead. Here is a new version: https://www.dropbox.com/s/0gax9mtrnvnjyx8/ExceptionDetector-2.zip?dl=0 -
ExceptionDetector 1.1 [KSP ANY VERSION]
linuxgurugamer replied to godarklight's topic in KSP1 Mod Releases
Can you tell me how to recreate this? In my (admittedly limited) testing, I don't see any missing exceptions. A save file would be awesum -
Because if you were a modder, you might have a better chance of understanding a modder's point of view. It's very obvious that you don't, nor do you care about anyone else except yourself.
-
ExceptionDetector 1.1 [KSP ANY VERSION]
linuxgurugamer replied to godarklight's topic in KSP1 Mod Releases
Here is a dll which adds logging to a new file of the exceptions. It has been compiled for 1.1.3, but should work for any 1.1 build The exceptions are logged to the file: exceptions.log This is an UNOFFICIAL dll. Do NOT contact the author about any problems, contact me instead. (deleted, new version below) please let me know how it works. If no problems, I'll send the chagnes to the author. Thanks LGG