ShotgunNinja / Kerbalism

Hundreds of Kerbals were killed in the making of this mod.
The Unlicense
43 stars 19 forks source link

1.1.3 TimeWarp.SetRate change #31

Closed de-odex closed 8 years ago

de-odex commented 8 years ago

MissingMethodException: Method not found: 'TimeWarp.SetRate'.

Potential fix: either

  1. recompile
  2. change TimeWarp.SetRate(TimeWarp.CurrentRateIndex - 1, true); to TimeWarp.SetRate(TimeWarp.CurrentRateIndex - 1, true, true); find in src/Lib.cs lines 178-179. I am not sure what the 3rd parameter does, and have not found any information to what it does

fix 2 found here: http://forum.kerbalspaceprogram.com/index.php?/topic/139589-112-tac-life-support-v0121-release-12-may-2016/&page=4

leomike commented 8 years ago

I've taken a look and the 3rd parameter is labeled "PostMessage". If you want a recompile for 1.1.3, you can check the forum. I've built one until we get an official update.