Hektos Posted January 6, 2015 Share Posted January 6, 2015 (edited) Sarbian, I am getting this error when moving the MechJeb AR02 part into the editor screen.MechJeb module MechJebFARExt threw an exception in OnStart: System.IO.FileNotFoundException: Could not load file or assembly 'FerramAerospaceResearch, Version=0.14.5.1, Culture=neutral, PublicKeyToken=null' or one of its dependencies.File name: 'FerramAerospaceResearch, Version=0.14.5.1, Culture=neutral, PublicKeyToken=null' at MuMech.MechJebCore.OnStart (StartState state) [0x00000] in <filename unknown>:0I'm not sure if it's related, but after placing the MechJeb part, clicking on certain module buttons doesn't seem to work.EDIT: Ok, it's not this extension that is causing the weird module button thing. It's MechJeb itself.EDIT Again: Sorry, the weird module button thing doesn't seem to affect gameplay at all. Clicking the button still has the intended effect, it just doesn't update the tooltip until you mouse off and back over the part. Edited January 6, 2015 by Hektos Link to comment Share on other sites More sharing options...
sarbian Posted January 7, 2015 Author Share Posted January 7, 2015 FAR ext updated for FAR 0.14.6Km Gimbal 2.0 Ext updated for current MJ devKm Gimbal 3 Ext addedUse MJ Dev => #385 for the KM Ext. Link to comment Share on other sites More sharing options...
lincourtl Posted January 8, 2015 Share Posted January 8, 2015 Thanks sarbian! Link to comment Share on other sites More sharing options...
Nitrous Oxide Posted January 8, 2015 Share Posted January 8, 2015 km_Gimbal 2.0 SupportFull support for dtobi km_Gimbal 2.0 (the one currently in B9). km_Gimbal 3.0 SupportFull support for the km_Gimbal 3.0 bunlded in my current version of SSE. Stupid question, but since modders love to give us version numbers 100% of the time, how do I figure out which km_Gimbal I have? Link to comment Share on other sites More sharing options...
spookydonut Posted January 13, 2015 Share Posted January 13, 2015 Someone has done the trajectory work for FAR/NEAR http://forum.kerbalspaceprogram.com/threads/104694Might make your job easier. Link to comment Share on other sites More sharing options...
sarbian Posted January 13, 2015 Author Share Posted January 13, 2015 You'll see that I already replied to the original thread. As I said more than once this require some large code change and I don't have the time to do it right now. Link to comment Share on other sites More sharing options...
Right Posted January 27, 2015 Share Posted January 27, 2015 Dynamic pressure is in pascal and is equal to the atmo density * (air speed squared). Here MJ use it to know when turning hard will apply too much lateral forces and make the ship loop. When the actual value is higher than the given one then MJ restrict the angle of attack to the given angle (it's a bit more complex since it also smooth the transition)It's only really useful when FAR or NEAR are installed.You can display the current value by adding it to a window with the window editor.Does anyone know how to use Dynamic Pressure Fadeout? I assumed it softens or disables the AoA limiter based on the current dynamic pressure, but I can't seem to get it to do that with any value I put in. Link to comment Share on other sites More sharing options...
sarbian Posted January 27, 2015 Author Share Posted January 27, 2015 It does exactly that. You should add the current dynamic pressure in a custom window to see the value you get while flying and then set it up with that. Link to comment Share on other sites More sharing options...
sarbian Posted April 8, 2015 Author Share Posted April 8, 2015 Updated for FAR 0.14.7 Link to comment Share on other sites More sharing options...
smjjames Posted April 8, 2015 Share Posted April 8, 2015 Updated for FAR 0.14.7Thanks. Link to comment Share on other sites More sharing options...
Tex_NL Posted April 8, 2015 Share Posted April 8, 2015 Are there, or will there be, any optional modules that limit MechJeb's functionality to the abilities of the current pilot/probe core? Link to comment Share on other sites More sharing options...
aquilux Posted May 12, 2015 Share Posted May 12, 2015 Are these still needed for the current release of MJ? Link to comment Share on other sites More sharing options...
Galane Posted May 13, 2015 Share Posted May 13, 2015 Very likely won't work. Try and see. Sarbian is working on taming the beast that is the new aero in 1.0.2. Link to comment Share on other sites More sharing options...
sarbian Posted June 3, 2015 Author Share Posted June 3, 2015 FARExt updated to FAR 0.15.2 Link to comment Share on other sites More sharing options...
loppnessmonsta Posted June 4, 2015 Share Posted June 4, 2015 cool beans. Is this going to be on CKAN or should I just manually install? Link to comment Share on other sites More sharing options...
sarbian Posted June 4, 2015 Author Share Posted June 4, 2015 Manually for now Link to comment Share on other sites More sharing options...
loppnessmonsta Posted June 5, 2015 Share Posted June 5, 2015 aight cool. thanks! Link to comment Share on other sites More sharing options...
sarbian Posted June 24, 2015 Author Share Posted June 24, 2015 Updated for FAR 0.15.3 Link to comment Share on other sites More sharing options...
Svm420 Posted July 6, 2015 Share Posted July 6, 2015 I get this error in my log trying to use the km gimbal 3.0 mechjeb plugin. I think it needs to be recompiled or use reflection so it will ues the km gimbal 3.0 module for ksp 1.x instead of the 0.90 version.The following assembly referenced from /home/mcfadds2/.local/share/Steam/steamapps/common/Kerbal Space Program/GameData/MechJeb2/Plugins/MechJebKMGimbal3Ext.dll could not be loaded: Assembly: km_Gimbal (assemblyref_index=4) Version: 3.0.1.0 Public Key: (none) Link to comment Share on other sites More sharing options...
DBowman Posted July 6, 2015 Share Posted July 6, 2015 Sarbian - a bit off topic - but how impossible/hard/easy is it for another plugin/part module to call some behavior in Mechjeb? e.g. the 'panic' or 'land anywhere'? I'm a developer but only recently started C# and looking at other mode code. Link to comment Share on other sites More sharing options...
Svm420 Posted July 16, 2015 Share Posted July 16, 2015 Does the FAR module need to be recompiled for the updated FAR version? Also please see my post above. Thanks! Link to comment Share on other sites More sharing options...
sarbian Posted July 16, 2015 Author Share Posted July 16, 2015 Done for FAR. I need to work on the script for KM so somewhere in the weekend if I get the timeDBowman : sorry I missed that post. Yes, it is easy. PM me Link to comment Share on other sites More sharing options...
sarbian Posted July 21, 2015 Author Share Posted July 21, 2015 I wrote the KM Gimbal 3.0 Ext srcipt so here is the last build : km_Gimbal 3.0 SupportFull support for the km_Gimbal 3.0 bunlded in my current version of SSE. Original code by NathanKell, patch by Ozravenyou NEED Mechjeb2 dev version #316 or later for this to workDownloadSource Link to comment Share on other sites More sharing options...
Amedee Posted July 23, 2015 Share Posted July 23, 2015 Hello,Is there an ETA to support F.A.R. v0.14.3? the current version is throwing errors:[Error]: MechJeb module MechJebFARExt threw an exception in OnStart: System.IO.FileNotFoundException: Could not load file or assembly 'FerramAerospaceResearch, Version=0.14.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies.File name: 'FerramAerospaceResearch, Version=0.14.2.0, Culture=neutral, PublicKeyToken=null' at MuMech.MechJebCore.OnStart (StartState state) [0x00000] in <filename unknown>:0I get this error too, in 0.15.2.0:[ERR 02:12:28.464] MechJeb module MechJebFARExt threw an exception in OnStart: System.IO.FileNotFoundException: Could not load file or assembly 'FerramAerospaceResearch, Version=0.15.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies.File name: 'FerramAerospaceResearch, Version=0.15.2.0, Culture=neutral, PublicKeyToken=null' at MuMech.MechJebCore.OnStart (StartState state) [0x00000] in <filename unknown>:0 Link to comment Share on other sites More sharing options...
sarbian Posted July 23, 2015 Author Share Posted July 23, 2015 As seen in the OP :This version is compiled for FAR 0.15.4 Link to comment Share on other sites More sharing options...
Recommended Posts