Starwaster Posted May 13, 2014 Share Posted May 13, 2014 I have a couple of requests/suggestions for when this plugin's problem (with gimballing all the way over) is fixed.config option to lock max gimbal angle to gimbalRange.provide autotrim enable toggle as an actiongroup item. Link to comment Share on other sites More sharing options...
ecat Posted May 13, 2014 Share Posted May 13, 2014 (edited) I love the idea, tested something similar myself when working on my Infernal Robotics CoM tracking system. How does this mod compare with simply changing the value of gimbalRange in the stock engine's cfg files?As a quick test I modified the LV45 engine from gimbalRange = 1 to gimbalRange = 45, ieEdit the parg.cfg for liquidEngine2MODULE{ name = ModuleGimbal gimbalTransformName = thrustTransform gimbalRange = 45}Knocking together an unbalanced stock test craft I included the fuel flow from hell, you can see it ends the ascent with only one engine lol. Turns out that you don't even need the extra reaction wheel, though you do need to be a bit quick at launch and do a bit of adjustment to keep things on target.And a short test flight for your amusement (and because it's been ages since I made a video, so please forgive my enthusiasm) http://www.i2net.me.uk/files/Games/KerbalSP/Ships/45DegGimbalTest/Extreme Gimbal Test.craft Edited May 13, 2014 by ecat Link to comment Share on other sites More sharing options...
quantumpion Posted May 14, 2014 Share Posted May 14, 2014 Interesting results. It looks almost perfect except the gimbals move too fast. Is there a way to limit the max gimbal speed to look and feel a bit more realistic? Link to comment Share on other sites More sharing options...
Starwaster Posted May 15, 2014 Share Posted May 15, 2014 (edited) Interesting results. It looks almost perfect except the gimbals move too fast. Is there a way to limit the max gimbal speed to look and feel a bit more realistic?Yes there is but I dont remember what it is...A prop that you set True on ModuleGimbal.... PC out again so on iPad. I'll find out.edit: here it isuseGimbalResponseSpeed = truetheres also gimbalResponseSpeed i think default is 10 or 100. faster is better...?Edit 2@ECat: difference btw is that, just setting high gimbal range means you're relying on the system to react when it starts to go off course. Even with fast response time or zero delay, things can destabilize. If the problems with auto trim can be nailed down, it's calculating optimal trim BEFORE things destabilize. Proactive instead of reactive.Edit 3: tried what you did btw with the KSO, replacing their custom gimbal with stock ModuleGimbal at the KSO value of 14 for range and it did better than just cranking it up to something like 14. too bad gimbal rangen isnt tweakable Edited May 15, 2014 by Starwaster Link to comment Share on other sites More sharing options...
falken Posted May 15, 2014 Share Posted May 15, 2014 Anyone got a decent engine (1.25) to use with this for a shuttle? Link to comment Share on other sites More sharing options...
bs1110101 Posted May 15, 2014 Share Posted May 15, 2014 Having Module Manager make all engines with gimbals use this works well, though it too derpy mostly, gimbal range from center of mass should be tweakable, and by default set to say 2 degrees or something like that.Also, a config for this needs to be made so that it excludes engines that can only gimbal a bit, say like the redstone engine from FASA, which really couldn't do this, it could only vector a bit of thrust.Also, make it so that you can steer with the gimbaling if you have more then one engine. Link to comment Share on other sites More sharing options...
ecat Posted May 15, 2014 Share Posted May 15, 2014 Edit 2@ECat: difference btw is that, just setting high gimbal range means you're relying on the system to react when it starts to go off course. Even with fast response time or zero delay, things can destabilize. If the problems with auto trim can be nailed down, it's calculating optimal trim BEFORE things destabilize. Proactive instead of reactive.Edit 3: tried what you did btw with the KSO, replacing their custom gimbal with stock ModuleGimbal at the KSO value of 14 for range and it did better than just cranking it up to something like 14. too bad gimbal rangen isnt tweakableAs I said, it's just something I investigated a few months ago. I rejected the idea on the grounds of aesthetics - the big twitch is ugly and highly distracting. As you say, it relies on the inbuilt control algorithm. The good side of this is that SQUAD has spent a long time tuning this. The bad side, it is reactive, also if SQUAD change their algorithm it may break this trick someday.Predictive sounds tricky, very tricky in a game involving user interaction and one where parts can simply drop off, intentionally or otherwise. I'm certainly interested to see how it turns out and wish you the very best of luck. Link to comment Share on other sites More sharing options...
Starwaster Posted May 16, 2014 Share Posted May 16, 2014 As I said, it's just something I investigated a few months ago. I rejected the idea on the grounds of aesthetics - the big twitch is ugly and highly distracting. As you say, it relies on the inbuilt control algorithm. The good side of this is that SQUAD has spent a long time tuning this. The bad side, it is reactive, also if SQUAD change their algorithm it may break this trick someday.Predictive sounds tricky, very tricky in a game involving user interaction and one where parts can simply drop off, intentionally or otherwise. I'm certainly interested to see how it turns out and wish you the very best of luck.You mean you wish Sarbian the very best of luck. Link to comment Share on other sites More sharing options...
sarbian Posted May 16, 2014 Author Share Posted May 16, 2014 <reads last few posts>Err, ok.I think there is a few misconception on how this works. This is not a gimbal.But resume as you were. Link to comment Share on other sites More sharing options...
Mykill Metal Posted May 16, 2014 Share Posted May 16, 2014 ...so Klockheed Martian is or isn't supported? If not, how long until it is? Link to comment Share on other sites More sharing options...
bs1110101 Posted May 16, 2014 Share Posted May 16, 2014 Nothing is really supported yet, seeing as the parts all need configs for them to be made, and nothing works without them right now.If you want you can add this to the shuttle engines and make it work i think, though it might be derpy seeing as most of them have a 1 axis gimbal or at least a far shorter gimballing range on one axis. Link to comment Share on other sites More sharing options...
Guest Posted May 16, 2014 Share Posted May 16, 2014 He means the gimbal plugin. Klockheed Martian uses a different gimbal module with, among other things, per-axis gimbal control and gimbal speed limiter. The auto-trim needs to account for those. Link to comment Share on other sites More sharing options...
bs1110101 Posted May 16, 2014 Share Posted May 16, 2014 He means the gimbal plugin. Klockheed Martian uses a different gimbal module with, among other things, per-axis gimbal control and gimbal speed limiter. The auto-trim needs to account for those.True, though it could be made to work with a normal gimbal if you wanted, though it might not be worth bothering with.I could write a config that makes it work and turns all Klockheed Martian weird gimbals to normal gimbals set up with this plugin. Link to comment Share on other sites More sharing options...
Starwaster Posted May 16, 2014 Share Posted May 16, 2014 True, though it could be made to work with a normal gimbal if you wanted, though it might not be worth bothering with.I could write a config that makes it work and turns all Klockheed Martian weird gimbals to normal gimbals set up with this plugin.Been there, done tha, got the T-shirt that says "HOLY crap why is the ground rushing up to meet me at break neck speeds???" Link to comment Share on other sites More sharing options...
ecat Posted May 16, 2014 Share Posted May 16, 2014 You mean you wish Sarbian the very best of luck.Whoops, thank you.Very best of luck Sarbian Link to comment Share on other sites More sharing options...
Boamere Posted June 3, 2014 Share Posted June 3, 2014 (edited) can someone explain how this mod helps with shuttles (or at least how to use it)? I had the boosters on my shuttle more powerful than my liquid engines (so it would flip booster side on top), but when i activate auto trim on my liquid engines, they flip the whole shuttle engine side up...I feel like I am missing something very simple(Minor edit: when I try to make a shuttle without solid rocket boosters it still flips out like crazy, any help?) Edited June 3, 2014 by Boamere Link to comment Share on other sites More sharing options...
wased89 Posted June 3, 2014 Share Posted June 3, 2014 Your OP says "Direction of Thurst" instead of "Thrust" So I couldn't help but picture the kerbals having to face a certain direction to drink water... XD Link to comment Share on other sites More sharing options...
Gaalidas Posted June 3, 2014 Share Posted June 3, 2014 I've long since moved on to the other gimbal-related plugin out there that comes with the shuttle mods. This plugin has the unfortunate effect of causing some engines to instantly hit maximum heat tolerance, causing mechjeb to reduce the throttle to minimum in order to stop over-heating. The bigger issue, however, is that the heat-meter is not showing to indicate overheating and upon releasing the engine from the auto-gimbal it explodes instantly and spectacularly. Can be reproduced consistently with the NASA medium-sized quad-nozzle engine. Link to comment Share on other sites More sharing options...
Pondafarr Posted June 3, 2014 Share Posted June 3, 2014 I've even had a few engines explode when I disable the gimbal in-flight. when it works, its awesome, when it kicks the gimbal to full sideways, its not Link to comment Share on other sites More sharing options...
Starwaster Posted June 4, 2014 Share Posted June 4, 2014 can someone explain how this mod helps with shuttles (or at least how to use it)? I had the boosters on my shuttle more powerful than my liquid engines (so it would flip booster side on top), but when i activate auto trim on my liquid engines, they flip the whole shuttle engine side up...I feel like I am missing something very simple(Minor edit: when I try to make a shuttle without solid rocket boosters it still flips out like crazy, any help?)Sounds like similar to a known bug that's been discussed on previous pages. IIRC it had something to do with center of mass...? Where if center of thrust was in front of center of mass it was resulting in negative value in certain calculation causing the engine to gimbal to extremes. Link to comment Share on other sites More sharing options...
Kebra Posted July 14, 2014 Share Posted July 14, 2014 (edited) Hi, sorry for being a noob (im still new to mods in KSP).I have ModuleManager installed and in KSP/GameData/GimbalAutoTrim/ i have added a file called: GimbalAutoTrim.cfgThis file contains:@PART[*]:HAS[@MODULE[ModuleGimbal]]{ @MODULE[ModuleGimbal] { @name = ModuleGimbalAutoTrim gimbalAutoTrim = true trimLimit = 45 }}Alongside the cfg file is the GimbalAutoTrim.dllIt seems to be adjusting way to much, flipping the whole thing. If i manually adjust the engines to thrust at the CoM then it works just fine Edited July 14, 2014 by Kebra Link to comment Share on other sites More sharing options...
Starwaster Posted July 14, 2014 Share Posted July 14, 2014 Hi, sorry for being a noob (im still new to mods in KSP).I have ModuleManager installed and in KSP/GameData/GimbalAutoTrim/ i have added a file called: GimbalAutoTrim.cfgThis file contains:@PART[*]:HAS[@MODULE[ModuleGimbal]]{ @MODULE[ModuleGimbal] { @name = ModuleGimbalAutoTrim gimbalAutoTrim = true trimLimit = 45 }}Alongside the cfg file is the GimbalAutoTrim.dllIt seems to be adjusting way to much, flipping the whole thing. If i manually adjust the engines to thrust at the CoM then it works just fineRead the thread; there's a bug in it that is known and talked about. Link to comment Share on other sites More sharing options...
BARCLONE Posted July 14, 2014 Share Posted July 14, 2014 Just tried out this mod, and it smoothed out the launch of one of my 'heavy-class' launchers. It didn't experience the "pendulum" effect (MJ PID-control error corrections) during the ascent to orbit that I'd seen previously. Very nice! Link to comment Share on other sites More sharing options...
ZewelVonLelek Posted August 4, 2014 Share Posted August 4, 2014 Hi,how is it with 0.24.2 compatibility? Link to comment Share on other sites More sharing options...
sarbian Posted August 4, 2014 Author Share Posted August 4, 2014 Not yet compatible but I'll work on it. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now