tetryds 1,590 Posted May 7, 2019 Author Share Posted May 7, 2019 On 5/2/2019 at 12:40 AM, Miracle Magician said: However since my major isn't CS and I only learned a little programming by myself, so the modification is really sluggish and I don't think they are good enough to open a pull request on github. What should I do now? Open a pull request on Github Quote Link to post Share on other sites
Miracle Magician 14 Posted May 7, 2019 Share Posted May 7, 2019 (edited) Actually to make my version of code work I have to disable pitchYawOverrideMouseAim, making WS and QE keys unable to function, so I was wondering whether I should PR on github or not.. I have some idea about how to solve this, don't merge my PR and lemme do some extra coding... maybe I'll open a new PR a few days later I did some changes to the code to make key control functions more like War Thunder, when pitch/yaw buttons get pressed, MAF will try to keep the plane stable, while maxing/minizing that axis (English is not my native language, so it's a little hard to express exactly what I mean...) Edited May 7, 2019 by Miracle Magician Quote Link to post Share on other sites
tetryds 1,590 Posted May 7, 2019 Author Share Posted May 7, 2019 17 hours ago, Miracle Magician said: I did some changes to the code to make key control functions more like War Thunder, when pitch/yaw buttons get pressed, MAF will try to keep the plane stable, while maxing/minizing that axis (English is not my native language, so it's a little hard to express exactly what I mean...) I have reviewed your pull request, we can continue discussing over there Quote Link to post Share on other sites
Mr.DingALing 13 Posted July 15, 2019 Share Posted July 15, 2019 (edited) I'm addicted to this mod since it came out. It works just fine in KSP 1.7.1. However, there is no target indicator and no 'mouse circle' in KSP 1.7.3. You are able to enable MAF and the aircrafts react like they should, but there's no visual display where the mouse and nose are pointing at. EDIT: My mistake. Had MAF 1.1.1 installed, MAF 1.1.2 works just fine. Edited July 16, 2019 by Mr.DingALing Quote Link to post Share on other sites
Mr.DingALing 13 Posted July 18, 2019 Share Posted July 18, 2019 Although it's a real treat to fly planes now, I noticed a little inconvenience. If you want to switch Flight Mode (from normal to cruise for instance) the game freezes and makes a full stop. You can continue by hitting esc and resume game. This only happens the first time when switching modes. After resuming the game MAF runs like a clockwork and you are good to go Quote Link to post Share on other sites
tetryds 1,590 Posted July 19, 2019 Author Share Posted July 19, 2019 15 hours ago, Mr.DingALing said: Although it's a real treat to fly planes now, I noticed a little inconvenience. If you want to switch Flight Mode (from normal to cruise for instance) the game freezes and makes a full stop. You can continue by hitting esc and resume game. This only happens the first time when switching modes. After resuming the game MAF runs like a clockwork and you are good to go That is so very weird, will look into that later, a recompile probably fixes it. Quote Link to post Share on other sites
tetryds 1,590 Posted July 19, 2019 Author Share Posted July 19, 2019 Found the issue, it's using ScreenMessages which was probably either moved or deprecated, should be an easy fix. Quote Link to post Share on other sites
Tricky14 55 Posted September 9, 2019 Share Posted September 9, 2019 On 7/15/2019 at 11:27 AM, Mr.DingALing said: I'm addicted to this mod since it came out. It works just fine in KSP 1.7.1. However, there is no target indicator and no 'mouse circle' in KSP 1.7.3. You are able to enable MAF and the aircrafts react like they should, but there's no visual display where the mouse and nose are pointing at. EDIT: My mistake. Had MAF 1.1.1 installed, MAF 1.1.2 works just fine. I have the same problem with 1.1.2. Fresh KSP install, no other mod. Only difference is that I've got the game installed over GOG rather than Steam now. Quote Link to post Share on other sites
kspguy77 2 Posted October 15, 2019 Share Posted October 15, 2019 How do i install this mod manually? Quote Link to post Share on other sites
tetryds 1,590 Posted November 1, 2019 Author Share Posted November 1, 2019 (edited) On 10/15/2019 at 9:49 AM, kspguy77 said: How do i install this mod manually? You download the code, set up your project references to the latest KSP install, recompile fix whatever dependency broke, throw the .dll somewhere on your GameData. I was going to to this and update the mod but forgot. Edited November 1, 2019 by tetryds Quote Link to post Share on other sites
somethingcool 3 Posted January 29, 2020 Share Posted January 29, 2020 On 11/1/2019 at 1:58 AM, tetryds said: You download the code, set up your project references to the latest KSP install, recompile fix whatever dependency broke, throw the .dll somewhere on your GameData. I was going to to this and update the mod but forgot. its been a while since i tried doing this fix stuff, could you just remind me where to find that stuff ? Quote Link to post Share on other sites
Autolyzed Yeast Extract 60 Posted February 15, 2020 Share Posted February 15, 2020 I wish this could get an update, this is the best way for KB/M users to fly airplanes Quote Link to post Share on other sites
tetryds 1,590 Posted February 19, 2020 Author Share Posted February 19, 2020 Ported to KSP 1.9. Have fun Quote Link to post Share on other sites
John007qwe 29 Posted February 28, 2020 Share Posted February 28, 2020 (edited) Hi. I might be doing something wrong, but whenever I activate mouse aim, my planes get extremely wobbly. I'm on 1.8.1 Example Edited February 28, 2020 by John007qwe Quote Link to post Share on other sites
tetryds 1,590 Posted March 4, 2020 Author Share Posted March 4, 2020 On 2/28/2020 at 11:42 AM, John007qwe said: Hi. I might be doing something wrong, but whenever I activate mouse aim, my planes get extremely wobbly. I'm on 1.8.1 Example MAF is not compatible with other control mods. Something else is overriding the controls and the control system is going nuts. It is probably Atmosphere Autopilot. You should not be using both at the same time, and besides, they have different goals. Quote Link to post Share on other sites
John007qwe 29 Posted March 4, 2020 Share Posted March 4, 2020 17 hours ago, tetryds said: MAF is not compatible with other control mods. Something else is overriding the controls and the control system is going nuts. It is probably Atmosphere Autopilot. You should not be using both at the same time, and besides, they have different goals. Thanks. I looked over the settings of AA and as it turns out, both mods were hotkeyed to activate with P. I changed AA do a different key. Guess what? It doesn't wobble anymore! Quote Link to post Share on other sites
Sticky3002 17 Posted April 4, 2020 Share Posted April 4, 2020 On 2/19/2020 at 12:27 PM, tetryds said: Ported to KSP 1.9. Have fun Thank you, you magnificent stand-up guy. Quote Link to post Share on other sites
Space Scumbag 408 Posted June 17, 2020 Share Posted June 17, 2020 (edited) Hey tetryds, first thanks for updating this mod, I really like and use it a lot. Could you create an option to disable the roll with mouse control? I would like to have a mode with only yaw/pitch control and roll with keyboard input. Edited June 17, 2020 by Space Scumbag Quote Link to post Share on other sites
djv25 1 Posted July 1, 2020 Share Posted July 1, 2020 I can LAND!!! holly smokes I can finally land without an autopilot, this thing is awesome!!!!! Quote Link to post Share on other sites
tetryds 1,590 Posted July 5, 2020 Author Share Posted July 5, 2020 On 6/16/2020 at 10:07 PM, Space Scumbag said: Hey tetryds, first thanks for updating this mod, I really like and use it a lot. Could you create an option to disable the roll with mouse control? I would like to have a mode with only yaw/pitch control and roll with keyboard input. Yes, it's already there, you can override roll controls by using the keyboard Quote Link to post Share on other sites
DuoDex 1,472 Posted September 20, 2020 Share Posted September 20, 2020 Great to see this mod still going!! So far so good in 1.10. Quote Link to post Share on other sites
Beetlecat 1,001 Posted December 29, 2020 Share Posted December 29, 2020 And, likewise in 1.11, though I didn't check the console to see if anything was spamming in-game. Quote Link to post Share on other sites
TheMurku 0 Posted January 5 Share Posted January 5 Back on KSP, still love this mod. It goes so well with NavHUD. I've found I can use it to steer vertically ascending rockets if I lock camera straight up. Got me thinking. If we had a 'ring' displayed around the craft's midpoint (90° of true facing), and once mouse orientated straight up we right-clicked view to horizon (leaving mouse reticle offscreen, which we know we can do), it would help both with vertical ascent/landing and as orientation assistance when mouse reticle leaves screen due to errant craft behaviour. Possible? Quote Link to post Share on other sites
duegia 0 Posted January 5 Share Posted January 5 Does MAF deal with prop plane control well? I used FARc and my plane was able to stablize pretty well with no stability assist on, but with MAF it kept rolling to the right. Quote Link to post Share on other sites
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.