CaptCrash Posted July 20, 2022 Report Posted July 20, 2022 (edited) After doing a review of the flight model and taking a fine chisel to it I was able to get the Performance more in line with the POH cruise figures. The take off performance seems better but has not been evaluated. This mod is NOT supported by TOGA Simulations. They are aware of it. TOGA Simulations are not obligated to offer any form of technical support to a modified aircraft, so don't contact them. IF YOU CHANGE YOUR ACF YOU ARE ON YOUR OWN. If you are not familiar with modifying the acf file with a text editor you will find this challenging but doable. You will find this very difficult to do if you aren't using notepad++. You will find this very easy if you use a file patching utility (https://www.google.com/search?&q=applying+diff+file+windows) or (https://www.google.com/search?q=applying+diff+file+mac). Things this mod does: 1) New wing airfoils 2) New Prop and prop airfoils 3) New max power 4) Tuned prop governor 5) cruise performance TAS within 1% of POH values 6) Take off behavior more aligned with POH takeoff profile 7) *NEW* Added ventral and wing tank fins Things this mod does NOT do: 1) alter fuel flows *NEEDS TOM* 2) modify the lua code 3) make the airplane easier to fly Things to do: 1) validate takeoff performance 2) validate climb performance 3) Tune EGT more, you will be at 660C at FL200 and cruise power *REQUIRES TOM* 4) Tune CG *DONE* 5) Validate OEI performance 6) validate airfoils xplane parameters (theres some nuanced values which dont affect normal regime flight dynamics but should be adjusted for correctness, these will become more important as stall behavior is validated) *DONE* 7) validate stall behavior - suspected flap aero is the issue, will probably require custom flap lift controller Things used to make this mod: 1) POH and AFM 2) Hartzell Aluminum Blade overhaul manual Things that were tested: 1) Climb and Cruise TAS at POH settings for 10k, FL200 at 11,500lbs, FL310 11,000lbs Instructions: 1) unzip the airfoils zip file into the following folder X-Plane 11\Aircraft\X-Aviation\Mitsubishi MU-2 Marquise v2\airfoils 2) BACK UP YOUR ORIGINAL ACF FILES. For those of you that want to use a patch file open the MU2_mod_unified.diff or the MU2_mod.diff and apply that patch file. MU2_mod_unified.diff is a context 0 unified diff file, the MU2_mod.diff is a WinMerg normal patch file. Proceed to step 4. 3) For the rest, I applaud your dedication, you will need to open the acf and manually modify the following (i highly recommend notepad++ for this)DO NOT under any circumstances use planemaker to make the changes. Plane maker converts all the values on file open then reconverts the values on file save which WILL induce uncontrolled file changes. The more times you open any file in planemaker and save it, the more changes get imparted. a) open the MU2_mod.diff file using notepad++ b) Each section is formatted in the following way [start line number],[end line number]c[start line number],[endlinenumber < old thing --- > new thing so for example 25621,25626c25621,25626 < P _wing/0/_Croot 0.500000000 < P _wing/0/_Ctip 0.583333313 < P _wing/0/_afl_file_R0 Clark-Y (good propeller).afl < P _wing/0/_afl_file_R1 Clark-Y (good propeller).afl < P _wing/0/_afl_file_T0 Clark-Y (good propeller).afl < P _wing/0/_afl_file_T1 Clark-Y (good propeller).afl --- > P _wing/0/_Croot 0.349166662 > P _wing/0/_Ctip 0.678333342 > P _wing/0/_afl_file_R0 NACA-2330.afl > P _wing/0/_afl_file_R1 NACA-2330.afl > P _wing/0/_afl_file_T0 NACA-0003.afl > P _wing/0/_afl_file_T1 NACA-0003.afl there was a change starting at line 25621 through lines 25626 the C means change. The change to be made are all the lines with ">" markers. c) manually replace all the values in the acf with the ">" values. excluding the ">" markers and replace so for example at line 25621 to 25626 your acf will look like this: P _wing/0/_Croot 0.500000000 P _wing/0/_Ctip 0.583333313 P _wing/0/_afl_file_R0 Clark-Y (good propeller).afl P _wing/0/_afl_file_R1 Clark-Y (good propeller).afl P _wing/0/_afl_file_T0 Clark-Y (good propeller).afl P _wing/0/_afl_file_T1 Clark-Y (good propeller).afl after modifying it should look like this: P _wing/0/_Croot 0.349166662 P _wing/0/_Ctip 0.678333342 P _wing/0/_afl_file_R0 NACA-2330.afl P _wing/0/_afl_file_R1 NACA-2330.afl P _wing/0/_afl_file_T0 NACA-0003.afl P _wing/0/_afl_file_T1 NACA-0003.afl 4) Save the file once all the changes have been applied. 5) In xplane adjust your prop lever axis response to go up to 100% per the image below I am very limited in time so I have done my best to explain the process, I highly suggest patching the file instead of manually editing. Enjoy. I will update things as they happen. I have very limited time to offer technical support (troubleshooting) for this, so I leave most of the trouble shooting as an exercise for the reader. Additionally the ods version of the W&B document doesnt contain the text labels that the excel version does (image of the excel version below) airfoils.zip MU2_mod_unified-2022-08-09.diff MU2_mod-2022-08-09.diff W&B.xlsx W&B.ods Edited September 13, 2022 by CaptCrash XP12 warning 3 6 Quote
tkyler Posted July 21, 2022 Report Posted July 21, 2022 Just a developer commentary to any who may also read this. CaptCrash did discuss these with me and I am happy he is looking at the performance and I am also keen to improve the performance numbers; however, the relative work (relative to everything else required to be done to get 95% of the customers happy) ... to get the last 15% of performance accuracy is such that I have always found it best to do those final refinement tweaks last, after everything else is working. This is generally because the final performance tweaks can be made quite quickly....with all due respect to the FLIGHT TESTING...which is not very quick though. As soon as the obvious issues slow down, I'll will take a deep breath and start on the fun stuff, which includes performance. Call it.."round 2" of V2 work! -TK 7 2 Quote
CaptCrash Posted July 22, 2022 Author Report Posted July 22, 2022 (edited) I can confirm this. Having done flight performance validation on the CL650, Felis 747, and flight model reworks on my own project, and the community C90 mod, the flight testing is the slowest bit. I have a workflow and template that I work from to test the effects of changes to the flight model. And omg the spread sheets: some images below. The props took me about a day to validate. I'll be publishing a new patch with the HSTAB airfoils and some other inclusions, right now im currently within 2% of POH climb and cruise performance, I have some more tweaking to do. Edited July 22, 2022 by CaptCrash 3 Quote
CaptCrash Posted July 23, 2022 Author Report Posted July 23, 2022 So currently the cruise results are the following: TAS: +1.07%, FF: -14% in all phases. I have to talk with tom, but changing the specific fuel consumption isn't affecting fuel flows. Quote
CaptCrash Posted July 26, 2022 Author Report Posted July 26, 2022 The mod is compatible with V2.0.1 Quote
CaptCrash Posted August 9, 2022 Author Report Posted August 9, 2022 (edited) 8/9/2022 Change log added flight model ventral strakes added tip tank fins and strakes added 85% ram inlet recovery pressure reduced total power to 1113shp to account for ram inlet recovery cruise values are now consistently below 2% delta from POH values at all altitudes Changed trim time response and increased elevator trim in response to POH values and autopilot sensitivities uploaded weight and balance spreadsheet Edited August 9, 2022 by CaptCrash Quote
CaptCrash Posted August 12, 2022 Author Report Posted August 12, 2022 (edited) Currently undergoing V2.0.2 compatibility testing The patch is compatible with 2.0.2 Edited August 12, 2022 by CaptCrash 1 Quote
JPL19 Posted August 18, 2022 Report Posted August 18, 2022 Thank you for your work on this. Can someone point to any on-line instructions as to how to actually apply the ".diff" patch. I have tried WinMerge and TortiseMerge but cannot comprehend how to to apply the patch. Joe Quote
CaptCrash Posted August 18, 2022 Author Report Posted August 18, 2022 3 hours ago, JPL19 said: Thank you for your work on this. Can someone point to any on-line instructions as to how to actually apply the ".diff" patch. I have tried WinMerge and TortiseMerge but cannot comprehend how to to apply the patch. Joe For windows try https://savannah.gnu.org/projects/patch/ I've attached an experimental build of the latest patch file. Below is an image from an article referencing the above tool: https://medium.com/codex/how-to-create-and-apply-patches-a9ef94340501. As always your results may vary. MU2_mod_2022-08-18.patch Quote
CaptCrash Posted September 13, 2022 Author Report Posted September 13, 2022 (edited) WARNING: DO NOT USE THE ABOVE AIRFOILS IN XP12 THEY WILL CRASH THE SIM IN FUTURE VERSIONS. THEY WILL NOT WORK. Edited September 13, 2022 by CaptCrash 1 Quote
pilotdeviation Posted February 19, 2023 Report Posted February 19, 2023 Any way to get this to work with the current version of the plane with the GNS aircraft-file? I applied your changes manually, but upon loading, XP11 complains about the VNe being 0 and just closes down :/. 0001-Apply-cptcrash-perf-mod-for-gns-version.patch Quote
arctic85 Posted June 4, 2023 Report Posted June 4, 2023 On 9/13/2022 at 11:50 PM, CaptCrash said: WARNING: DO NOT USE THE ABOVE AIRFOILS IN XP12 THEY WILL CRASH THE SIM IN FUTURE VERSIONS. THEY WILL NOT WORK. Hi! Just out of curiosity, are you still working on your mod and eventually on XP12? Or maybe officially working on the performances for TOGA sim? Just wondering, not expecting anything. I understand the MU might not have the priority right now. Thanks and cheers! Quote
CaptCrash Posted June 5, 2023 Author Report Posted June 5, 2023 Funny you should mention that. @arctic85 I just finished updating the XP12 version with more features and a better matching CG. I've been talking with Tom about incorporating the mod, because diff files aren't as friendly as I would like and I'm not going to release a full acf file to the forum. I'll try and get the diffs and updated airfoils up next weekend 1 Quote
arctic85 Posted June 5, 2023 Report Posted June 5, 2023 Sounds good! Thanks for the update! Looking forward to testing it :-) Quote
Medway Posted July 24, 2023 Report Posted July 24, 2023 Curious about this too, is there anything to use for the current XP12 release? Quote
Juan Ponce Posted January 31 Report Posted January 31 On 6/5/2023 at 12:41 PM, CaptCrash said: Funny you should mention that. @arctic85 I just finished updating the XP12 version with more features and a better matching CG. I've been talking with Tom about incorporating the mod, because diff files aren't as friendly as I would like and I'm not going to release a full acf file to the forum. I'll try and get the diffs and updated airfoils up next weekend Hi Capt Crash, any update on XP12 compatibility of the Mod? I'm interested Quote
Pils Posted January 31 Report Posted January 31 7 hours ago, Juan Ponce said: Hi Capt Crash, any update on XP12 compatibility of the Mod? I'm interested TK is looking to integrate the changes to the product. Quote
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.