Jump to content

linuxgurugamer

Bug Hunter
  • Posts

    24,965
  • Joined

  • Last visited

Everything posted by linuxgurugamer

  1. Just following up on this. I'd be happy to test with any test code you'd like, if necessary
  2. Hmmm. Well, first off, it hasnt been updated yet for 1.7. Second, if you dont provide a log file, no help can be provided. Third, if you need to know where the log file is, look at my sig
  3. @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.
  4. 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.
  5. 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
  6. Unblur is a new dependency for the ToolbarController, therefore it's now a dependency for this mod. Glad you got it working
  7. And I respect that, doesnt mean I have to like it :-)
  8. 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.
  9. New release, 1.1.7 Updated AssemblyVersion.tt Deleted settings.cs Moved Textures out of the PluginData directory
  10. From the OP, the above work is misspelled. it should be: resource Beyond that, really nice parts, will be trying them out soon
  11. I really thought about adding that functionality, but decided against it. Only real reason would be for a small improvement in efficiency
  12. Might help to describe your system. 250+ mods stable. i4670K, 32 gig ram, GTX980, SSD drives loading time is about 7 minutes.
  13. New release, 0.3.2 Updated AssemblyVersion.tt Version bump for 1.7.2 Moved icons out of the PluginData folder
  14. 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
  15. While reviewing the rules for the Duna STS-2 and STS-3, I realized that they are not mutually exclusive. Meaning that the STS-2 mission could also bring the lander, and then just do both missions from that point on. Would this be allowable and acceptable?
  16. 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
  17. 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
  18. 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
  19. 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
×
×
  • Create New...