Jump to content

Marut

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Marut

  1. @linuxgurugamer I've made a pull request for RecoveryController which fixes FMRS with Universal Storage Decouplers. Many thanks for this, and all your other mods and maintenance projects!
  2. The problem seems to be the CKAN release of tweakscale v2.4.3.1 , it is unfortunately missing a lot of files. Reverting to v2.4.2.0 on CKAN fixed my game for now.
  3. (edit: after reading some other threads on TimeWarp.SetRate related issues, recompiling alone might have worked as well.) An actual fix. In FlightComputer.cs line 284: I changed TimeWarp.SetRate(TimeWarp.CurrentRateIndex - 1, true); to TimeWarp.SetRate(TimeWarp.CurrentRateIndex - 1, true, true); and recompiled. I've tested it and I can take off again, so it seems to have done the trick.
  4. I've created a fixed RemoteTech DLL for your enjoyment here: https://www.dropbox.com/s/67h7ptm6uj4t7ge/RemoteTech.dll?dl=0
×
×
  • Create New...