-
Posts
24,965 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by linuxgurugamer
-
[1.12.x] PEBKAC Industries: Launch Escape System
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
You need Bob’s Panic Box to do it automatically -
Kerbal Joint Reinforcement - Next
linuxgurugamer replied to Rudolf Meier's topic in KSP1 Mod Releases
Just following up on this. I'd be happy to test with any test code you'd like, if necessary -
Kerbal Joint Reinforcement - Next
linuxgurugamer replied to Rudolf Meier's topic in KSP1 Mod Releases
@Rudolf Meier I heard you were having problems trying to replicate an issue with KJR and hings/servos, etc. I ran into this on my stream this evening, have a vessel for you to play with : https://kerbalx.com/linuxgurugamer/KJRNext-test1 Hope it helps Trying to move the hinges failed , somehow the wings were strutted to something. I switched to the dbg version from the Github and the problems went away. -
Where you in Kerbin orbit or in a solar orbit? Like you I've had the same problem. This is due to floating point error when in solar orbit, the numbers are so big and the difference is so small that things just gradually move apart. The only real solution is to go to the tracking station and do you time warping their.
-
I'll update my thread with the correct credit.
- 339 replies
-
- 1
-
-
- gauges
- information.
-
(and 1 more)
Tagged with:
-
[1.12.x] Action Group Manager Renewed
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
New release, 2.2.5 Rebuilt for 1.7.2 Please note that the Axis groups have not yet been added, this is merely a compatibility recompile -
[1.12.5] Interkosmos 0.5 ( Science Parts )
linuxgurugamer replied to Well's topic in KSP1 Mod Releases
And I respect that, doesnt mean I have to like it :-) -
[1.12.5] Interkosmos 0.5 ( Science Parts )
linuxgurugamer replied to Well's topic in KSP1 Mod Releases
Not a problem, that’s why I pointed it out. m My only issue is with the license; I’m not a fan of a license which disallows anyone from adopting it if the author goes away. -
[1.12.5] Interkosmos 0.5 ( Science Parts )
linuxgurugamer replied to Well's topic in KSP1 Mod Releases
From the OP, the above work is misspelled. it should be: resource Beyond that, really nice parts, will be trying them out soon -
I really thought about adding that functionality, but decided against it. Only real reason would be for a small improvement in efficiency
-
Ground proximity, not altitude
-
Might help to describe your system. 250+ mods stable. i4670K, 32 gig ram, GTX980, SSD drives loading time is about 7 minutes.
-
New release, 0.3.2 Updated AssemblyVersion.tt Version bump for 1.7.2 Moved icons out of the PluginData folder
-
[1.12.x] AFBW Revived (Joystick & controller mod)
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
New release, 1.8.2 Fixed controller affecting multiple vessels at a time Fixed AFBW input overrides SAS Fixed AFBW input overrides throttle Moved textures out of PluginData directory Updated AssemblyVersion.tt Note: Please be sure to have the latest version of the ToolbarController & UnBlur installed For those who are not yet using KSP 1.7.2, I've recompiled this against KSP 1.5.1 & KSP 1.6.1, the downloads are available at Github here: https://github.com/linuxgurugamer/ksp-advanced-flybywire/releases/tag/1.8.2 This release will not work with the axis action groups. That will require significant effort to get working, this is merely a bugfix and an update -
New release, 1.3.7 Updated AssemblyVersion.tt Deleted ToolbarWrapper.cs as it wasn't being used anymore Updated the toolbar code to let the toolbarController manage the blizzy setting Removed the useBlizzy from the mod
-
[1.12.x] MemGraph Updated with Stutter Reduction
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Memgraph is writing to it's own log file, no need to identify the messages since no other mod will write to it. Since the whole idea of this mod is to report on garbage collection, I'm not going to change something "just because" it's not using Debug.Log. Memgraph literally has one call to Debug.Log, at the end of the InitToolbar, which I'm removing since it is rather unneeded New release, 1.1.2 Disabled call to AddMemoryIncrement from the Update method Split the UpdateGuiStr into two, new one called WriteLog() Added a call to UpdateGuiStr just before the generated string is written Removed unnecessary Debug.Log line at the end of the InitToolbar method Updated the AssemblyVersion.tt -
[1.12.x] MemGraph Updated with Stutter Reduction
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Fixed in upcoming release It's necessary to do it this way, those "expensive" calls are getting the best information, and aren't that expensive Fixed in upcoming release -
New release, 0.5.1 Updated Assemblyfile.tt Added new data fields: fixed_ship_obtSpeed = false fixed_ship_obtSpeed_divisor = 1000 fixed_ship_obtSpeedUnits = km/sec fixed_ship_srfSpeed = false fixed_ship_srfSpeed_divisor = 1000 fixed_ship_srfSpeedUnits = km/sec fixed_ship_verticalSpeed = false fixed_ship_verticalSpeed_divisor = 1000 fixed_ship_verticalSpeedUnits = km/sec fixed_altitude = false fixed_altitude_divisor = 1000 fixed_altitudeUnits = km fixed_terrainAltitude = false fixed_terrainAltitude_divisor = 1000 fixed_terrainAltitudeUnits = km