-
Posts
5,039 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by sarbian
-
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
-
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] }
-
Rubber Band Inc: Caterpillar tracks.
sarbian replied to electronicfox's topic in KSP1 Mod Development
Yay for release Thanks ! -
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 )
-
Rubber Band Inc: Caterpillar tracks.
sarbian replied to electronicfox's topic in KSP1 Mod Development
How heavy are the larger one ? -
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 )
-
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...
-
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.
-
I compiled it fine with VS Express 2012. But you need to use a 3.5 profile.