Jump to content

sarbian

Members
  • Posts

    5,039
  • Joined

  • Last visited

Everything posted by sarbian

  1. justadude : can you list the mods you use ? I had a similar error yesterday. When I looked into it I found out that sometime the onStart of a module is not called, which does not make sense. So I think this may be a conflict with an other mod.
  2. It crash while trying to find the Center of Mass of your station. But it crash in a Squad function ( Vessel.findWorldCenterOfMass ). Do you use any mod on this station ? I seems that one of the part has no Com ... ( null mass maybe ? )
  3. I use Hyperedit to test my MJ2 patch and didn't have any problem yet. Did you have any error in the log ?
  4. I made a new version : www.sarbian.com/sarbian/MechJeb2.dll 2 included patch : - Attitude controller Improvement (ASAS / Docking / Ascent Guidance ) by Raf04. This is the best part of this patch. Give him feedback : https://github.com/MuMech/MechJeb2/pull/152 - Allow to force Roll for ASAS and Docking mode by me. And all other dev patch up to MechJeb2-2.0.8.0-68 ( Jun 23 ) Source : https://github.com/sarbian/MechJeb2/tree/Raf04_Sarbian
  5. May I suggest a small patch to allow for more button in vertical mode ? public static void UpdateTagButtons(List<PartTag> tags) [...] if (verticalLayout) { CurPos.x = PosLeftStart; CurPos.y = PosTopVertical; Offset.y = ButtonHeight; [B][COLOR="#00FF00"]MaxNumButtons = (Screen.height - PosTopVertical - ButtonHeight ) / ButtonHeight - 1;[/COLOR][/B] } else { CurPos.x = PosLeftButtonStart; Offset.x = ButtonWidth; [B][COLOR="#00FF00"]MaxNumButtons = ((Screen.width - 750) - PosLeftButtonStart) / ButtonWidth - 1;[/COLOR][/B] }
  6. I'll update my version with the force ROLL on monday since I'm not at home now. The current DLL is nearly up to date, only missing the "Reworked autostaging" I think ( http://www.sarbian.com/sarbian/MechJeb2.dll ) I agree that MJ2 sometimes do "useless" roll but I did not find why yet. The overshot is better with the patch from raf04 ( included in my version too )
  7. @Arran try the dev build, something like that was fixed ( https://github.com/MuMech/MechJeb2/issues/103 )
  8. I did not upload the right version earlier ( it was an old .19). It's fixed now.
  9. I have a version with a box to force the Roll in the ASAS and Docking Autopilot ( and other change ). It works but you get strange manoeuver when you change the roll for more than ~60° ( the unmodified MJ2 does the same when you use the surf control ). http://www.sarbian.com/sarbian/MechJeb2.dll ( src : https://github.com/sarbian/MechJeb2/tree/raf04_sarbian )
  10. codiak you most likely forgot to copy the internals folders. There is no need to convert old addon to the new file format. They works fine in their old folders and many people will break more thing while trying to convert.
  11. Can you post a screen of your ship of you can't post the craft ? ( I have a lot of mod too, so your modded craft may work for me anyway )
  12. Forgot the link to the DLL ^^ It's the roll change + the patch from Raf04 and my other pull on MJ2 Github and all dev patch. http://www.sarbian.com/sarbian/MechJeb2.dll It may display blank windows when launching a new craft from the spaceport. you need to switch back to the spaceport and back to your craft (and I need to find this one ...) @Mihara strange, I used hyperedit to bring the lander to duna orbit too. But I use my MJ2 version maybe it has a relevant fix...
  13. Thanks for the adapters. Here is the current revision of my kethane mining rover. Sadly the wheels go at the first bump. I'll wait for the release of Rubber Band Inc Caterpillar tracks.
  14. Do you have a .craft ? I tried landing with the stock "Heavy Lander" and had no trouble with my current version (but it does use more fuel than I think it should).
  15. Can you add a picture of the back of the Freedom ? I'd like to see how you put the engine.
  16. It's relative to the surface, not surface only. Try it. Or I don't understand what you want.
  17. The roll field is already in the dev version. You can find a list of change in the dev version here : https://github.com/MuMech/MechJeb2/commits/dev
  18. Did you try the "last dev build" ? There was some fix for the windows saving
  19. I compiled it fine with VS Express 2012. But you need to use a 3.5 profile.
×
×
  • Create New...