Aelfhe1m Posted March 29 Share Posted March 29 @DaveyJ576 Are you using the release or dev version of MJ? The last couple of dev releases are related to RCS ullage for Realism Overhaul and trying to fix non-Real Fuels behaviour. Quote Link to comment Share on other sites More sharing options...
Starwaster Posted March 29 Share Posted March 29 (edited) 10 hours ago, Aelfhe1m said: @DaveyJ576 Are you using the release or dev version of MJ? The last couple of dev releases are related to RCS ullage for Realism Overhaul and trying to fix non-Real Fuels behaviour. It doesn't seem to have helped though. The related code all needs to be gone over to root out the problem. Ooops didn't see that there was a newer dev build that Lamont just worked on for this. Edited March 29 by Starwaster Quote Link to comment Share on other sites More sharing options...
Aelfhe1m Posted March 29 Share Posted March 29 13 minutes ago, Starwaster said: It doesn't seem to have helped though. The related code all needs to be gone over to root out the problem. Ooops didn't see that there was a newer dev build that Lamont just worked on for this. I haven't tested it myself yet in stock, but earlier builds definitely had problems with turning RCS on proactively, which some of my space planes did NOT like. Quote Link to comment Share on other sites More sharing options...
DaveyJ576 Posted March 29 Share Posted March 29 11 hours ago, Aelfhe1m said: @DaveyJ576 Are you using the release or dev version of MJ? The last couple of dev releases are related to RCS ullage for Realism Overhaul and trying to fix non-Real Fuels behaviour. I am using 2.14.3.0. The problem is intermittent, it doesn’t always occur, and not always on the same Maneuver Planner burn. Sometimes, with MP engaged, I can manually move the spacecraft to the correct attitude and the main burn will occur. The RCS stutter is such that the spacecraft doesn’t move under the guidance of MP. Weird. Is this a bug? Should I uninstall MechJeb and reinstall? Quote Link to comment Share on other sites More sharing options...
Starwaster Posted March 29 Share Posted March 29 36 minutes ago, DaveyJ576 said: I am using 2.14.3.0. The problem is intermittent, it doesn’t always occur, and not always on the same Maneuver Planner burn. Sometimes, with MP engaged, I can manually move the spacecraft to the correct attitude and the main burn will occur. The RCS stutter is such that the spacecraft doesn’t move under the guidance of MP. Weird. Is this a bug? Should I uninstall MechJeb and reinstall? If it's a bug in the plugin then reinstalling isn't going to do anything. Try the latest dev build which is here: https://ksp.sarbian.com/jenkins/job/MechJeb2-Dev/1395/ If it still does it then maybe we need to take a look at your spacecraft design. Maybe your RCS placement isn't balanced. Or maybe you need to describe the problem differently because honestly I don't know what 'stutter' means. Does the RCS light keep going on and off? Quote Link to comment Share on other sites More sharing options...
DaveyJ576 Posted March 29 Share Posted March 29 1 hour ago, Starwaster said: If it's a bug in the plugin then reinstalling isn't going to do anything. Try the latest dev build which is here: https://ksp.sarbian.com/jenkins/job/MechJeb2-Dev/1395/ If it still does it then maybe we need to take a look at your spacecraft design. Maybe your RCS placement isn't balanced. Or maybe you need to describe the problem differently because honestly I don't know what 'stutter' means. Does the RCS light keep going on and off? I don’t know of any way other to describe it. The RCS fires and shuts off very rapidly, several times a second, in different directions, in such a way that it nulls out any motion. I can move the spacecraft manually, even with MP engaged, but the stuttering continues and the spacecraft does not move to the required position for the burn. These are all BDB spacecraft, so the RCS config is balanced. Quote Link to comment Share on other sites More sharing options...
Superawesome4141 Posted April 8 Share Posted April 8 I've added mechjeb to my own carreer save. Previously to installing mechjeb, I was able to use all the SAS assists (Target, node, ext) on my probes, after installing mechjeb I am unable to use these more advanced options on these probe boddies. Even if I was able to use them previously on this save. I have the required Building upgrades to be able to do advanced SAS and have unlocked some of the mechjeb modules. I also have another mod active (Advanced SAS for all) wich would allow me to have advanced SAS on all probe boddies and control points but this seems to be overwritten by whatever mechjeb is overriding. Since I am new to using mechjeb I was only using it for some of its features, it might be possible that I've missed something that would prompt me being unable to use normal SAS (Note, I am still able to use the simple stability assist and prograde+retrograde on these probes using the SAS function, but I would like to be able to use the other features as well untill I learn more about mechjeb). Is it normal that those SAS options have disappeared? Is it perhaps possible because I've added the mod to an already existing save that mechjeb doesn't recognise the building upgrades wich unlock advanced SAS and returned/overrides the "Advanced SAS for all" mod? Quote Link to comment Share on other sites More sharing options...
Aelfhe1m Posted April 8 Share Posted April 8 @Superawesome4141 MechJeb isn't doing this, Advanced SAS for all is choosing to disable itself if MechJeb is installed. Instead, I recommend using MechJeb's built in Smart ASS instead (from the MechJeb menu in flight) that becomes available on all command pods/control probes after you unlock flight control (45 science). It uses a separate UI and replacement SAS controller and once you get used to it, you'll find that Smart ASS is much more flexible than the stock SAS modes. If you would like Smart ASS to be unlocked from the start node, then that can be done using a ModuleManager patch: Spoiler @PART:HAS[@MODULE[MechJebCore],!MODULE[KerbalEVA]]:NEEDS[!RP-0,!RealismOverhaul]:AFTER[MechJeb] { %MechJebModuleSmartASS { %unlockTechs = start } } You can also add an empty folder to GameData and name it "MechJebUnlocked" to enable all MechJeb features from the start. Quote Link to comment Share on other sites More sharing options...
Superawesome4141 Posted April 9 Share Posted April 9 14 hours ago, Aelfhe1m said: @Superawesome4141 MechJeb isn't doing this, Advanced SAS for all is choosing to disable itself if MechJeb is installed. Instead, I recommend using MechJeb's built in Smart ASS instead (from the MechJeb menu in flight) that becomes available on all command pods/control probes after you unlock flight control (45 science). It uses a separate UI and replacement SAS controller and once you get used to it, you'll find that Smart ASS is much more flexible than the stock SAS modes. If you would like Smart ASS to be unlocked from the start node, then that can be done using a ModuleManager patch: Hide contents @PART:HAS[@MODULE[MechJebCore],!MODULE[KerbalEVA]]:NEEDS[!RP-0,!RealismOverhaul]:AFTER[MechJeb] { %MechJebModuleSmartASS { %unlockTechs = start } } You can also add an empty folder to GameData and name it "MechJebUnlocked" to enable all MechJeb features from the start. Thanks for the response! The main issue I had was trying to figure out how to let mechjeb point me in my maneuver node direction instead of executing it, I've looked in Smart A.S.S but could not find it. But you were indeed correct about Advanced SAS for all disabling itself if it detects mechjeb (@PART[*]:HAS[@MODULE[ModuleCommand],!MODULE[MechJebCore]]:Final), I've disabled this check so now I can learn about mechjeb in parts rather than needing to learn it in its entirety before I can continue doing my missions. Quote Link to comment Share on other sites More sharing options...
Aelfhe1m Posted April 9 Share Posted April 9 3 hours ago, Superawesome4141 said: The main issue I had was trying to figure out how to let mechjeb point me in my maneuver node direction instead of executing it, I've looked in Smart A.S.S but could not find it. It's the big NODE button on the first row (KILL ROT is the equivalent of basic stability assist). The buttons on the OBT mode panel are pretty direct substitutes for the stock SAS modes (when orbit is selected on Navball). SURF gives similar functions for surface mode, but with more options for specifying offsets to the vector. And for horizontal or vertical alignment. TGT is for target mode. TGT+ and TGT- are the point at/away from target. RVEL+/RVEL- are stock target relative prograde/retrograde and PAR+/PAR- align your crafts axis parallel to your target's (very useful for docking) ADV is for various alignments relative to celestial bodies (useful for pointing solar panels at the sun for example or having a space station's cupola module always point down towards the body it is orbiting for cinematics/roleplay) Quote Link to comment Share on other sites More sharing options...
easterlywave Posted April 19 Share Posted April 19 On 12/5/2022 at 7:15 PM, easterlywave said: BUG report: When I use Ascent Guidance and Smart A.S.S , my rocket start to roll and lost control. This bug appear all the time I launch. KSP.log→https://1drv.ms/u/s!Av3iukGYy2izpRczm6ACtpViCh3l?e=YfCrdD video→https://1drv.ms/v/s!Av3iukGYy2izpRkkwfiZdO1l_gBJ?e=mQ8Dxc all the mod in gamedata→https://1drv.ms/t/s!Av3iukGYy2izpRpo6F7Ox002AdO3?e=ZKXvIr problem solved, it's not MJ, it's FAR's problem Quote Link to comment Share on other sites More sharing options...
El Sancho Posted May 8 Share Posted May 8 Hello, everyone! Long time, no see. I'm afraid I have fallen a bit behind on MJ developments. I note that https://ksp.sarbian.com/jenkins/job/MechJeb2-Dev/ - is returning a server not found error. Did it get moved to GitHub or something, or is that just a temporary server down thing? I note that user Starwaster posted a link to the Jenkins site about 6 weeks ago... Quote Link to comment Share on other sites More sharing options...
Starwaster Posted May 8 Share Posted May 8 58 minutes ago, El Sancho said: Hello, everyone! Long time, no see. I'm afraid I have fallen a bit behind on MJ developments. I note that https://ksp.sarbian.com/jenkins/job/MechJeb2-Dev/ - is returning a server not found error. Did it get moved to GitHub or something, or is that just a temporary server down thing? I note that user Starwaster posted a link to the Jenkins site about 6 weeks ago... Hopefully just a transient DNS failure. Try again periodically. Pinging @sarbian just in case! (Sarbian, I choose you!) Quote Link to comment Share on other sites More sharing options...
sarbian Posted May 8 Author Share Posted May 8 1 hour ago, Starwaster said: Hopefully just a transient DNS failure. Try again periodically. Pinging @sarbian just in case! (Sarbian, I choose you!) Actually, I transferred the domain to a new provider since the old one doubled their price. This takes a few days and you never know when it is done and when you have to push your config... Anyway, it is fixed! Quote Link to comment Share on other sites More sharing options...
dlrk Posted May 11 Share Posted May 11 Aside from ScanSat, is there any way to set MechJeb's landing guidance to a custom waypoint other than manually entering the coordinates? Quote Link to comment Share on other sites More sharing options...
Starwaster Posted May 11 Share Posted May 11 1 minute ago, dlrk said: Aside from ScanSat, is there any way to set MechJeb's landing guidance to a custom waypoint other than manually entering the coordinates? Click the spot you want in ordinary map view. Quote Link to comment Share on other sites More sharing options...
dlrk Posted May 11 Share Posted May 11 8 minutes ago, Starwaster said: Click the spot you want in ordinary map view. But no way to transfer from (e.g.) waypoint manager to MJ? Quote Link to comment Share on other sites More sharing options...
Starwaster Posted May 11 Share Posted May 11 3 hours ago, dlrk said: But no way to transfer from (e.g.) waypoint manager to MJ? Not that I know of, but I don't use that mod... Quote Link to comment Share on other sites More sharing options...
Ker Ball One Posted May 12 Share Posted May 12 4 hours ago, Starwaster said: Click the spot you want in ordinary map view. That's very poor accuracy since the map can't zoom very far and isn't flat. That marker can be 100km off. Quote Link to comment Share on other sites More sharing options...
Starwaster Posted May 12 Share Posted May 12 4 hours ago, Ker Ball One said: That's very poor accuracy since the map can't zoom very far and isn't flat. That marker can be 100km off. Oh well! Quote Link to comment Share on other sites More sharing options...
RunaDacino Posted May 12 Share Posted May 12 What does "Electric Limit" do in utilities? I see it pop-up when using Near Future electrical engines. Is it an engine cutout at the % power left? Quote Link to comment Share on other sites More sharing options...
Starwaster Posted May 12 Share Posted May 12 5 hours ago, RunaDacino said: What does "Electric Limit" do in utilities? I see it pop-up when using Near Future electrical engines. Is it an engine cutout at the % power left? If engines with electrical requirements don't have enough electricity then it kicks in. It's not NF specific though. Quote Link to comment Share on other sites More sharing options...
RunaDacino Posted May 21 Share Posted May 21 What does it mean when PVG says "Thrust is off by X%"? In my case, it says 20%. I am using Better SRBs and the 6 slotted special (starts at 150% thrust and decays rapidly to ensure constant TWR from SRBs), is it because of this? Quote Link to comment Share on other sites More sharing options...
Jivaii Posted May 21 Share Posted May 21 Trying to add RSS sites to Mechjeb's LandingSites, but I can't seem to get it to actually take. Anyone have knowledge/tips they could give to help figure it out so I could use the MechJeb landing systems with it? Quote Link to comment Share on other sites More sharing options...
dlrk Posted May 26 Share Posted May 26 Is there a way to block click-through from MJ? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.