GTFreeFlyer Posted August 22 Posted August 22 (edited) Here you go guys. A quick SP air start with a script I made to view real time fuel burn, fuel efficiency, airspeed and more. Spoiler alert: It is actually pretty close to the published charts. Also FYI, the image below is just a cover image. Diagnostics in the mission are not as pretty. It's just the standard text overlay you are used to seeing. https://www.digitalcombatsimulator.com/en/files/3346516/ Edited August 22 by GTFreeFlyer 4 1 My DCS Missions: Band of Buds series | The End of the T-55 Era | Normandy PvP | Host of the Formation Flight Challenge server Supercarrier Reference Kneeboards IRL: Private Pilot, UAS Test Pilot, Aircraft Designer, and... eh hem... DCS Enthusiast
Rudel_chw Posted August 22 Posted August 22 Thanks, really nice for using when exploring the aircraft limits. I'm currently on the first stages of editing a training mission for Engine management, using a Climb to 25,000 feet as a fixed situation to be able to monitor it using triggers. My purpose is to learn the proper use of all controls: Super Charger, cooling flaps, throttle, mixture, with the mission reminding me of operating the blower properly as we climb, learn to keep an eye on temps, etc. To give a worthwhile mission objective and add a sens of urgency, I intend to record the time it takes to get to 25,000, the less time the higher the score because of this, I wonder if you could add to the script some engine management parameters, like cyl temp, oil temp, etc ... it would help me a lot while I develop my mission, as reading the gauges while flying makes me kind of lose focus on my aircraft handling best regards, Eduardo 2 For work: iMac mid-2010 of 27" - Core i7 870 - 6 GB DDR3 1333 MHz - ATI HD5670 - SSD 256 GB - HDD 2 TB - macOS High Sierra For Gaming: 34" Monitor - Ryzen 3600 - 32 GB DDR4 2400 - nVidia RTX2080 - SSD 1.25 TB - HDD 10 TB - Win10 Pro - TM HOTAS Cougar Mobile: iPad Pro 12.9" of 256 GB
GTFreeFlyer Posted August 22 Author Posted August 22 (edited) 1 hour ago, Rudel_chw said: Thanks, really nice for using when exploring the aircraft limits. I'm currently on the first stages of editing a training mission for Engine management, using a Climb to 25,000 feet as a fixed situation to be able to monitor it using triggers. My purpose is to learn the proper use of all controls: Super Charger, cooling flaps, throttle, mixture, with the mission reminding me of operating the blower properly as we climb, learn to keep an eye on temps, etc. To give a worthwhile mission objective and add a sens of urgency, I intend to record the time it takes to get to 25,000, the less time the higher the score because of this, I wonder if you could add to the script some engine management parameters, like cyl temp, oil temp, etc ... it would help me a lot while I develop my mission, as reading the gauges while flying makes me kind of lose focus on my aircraft handling best regards, Eduardo Great idea! However, I don't know how to look up those values with lua at the moment. If you can provide that info I can try to integrate it. Also, I'm a big fan and advocate for pilots conducting instrument scans properly, especially in this warbird. I think moving some of the data from the instrument panel to the upper corner will teach bad habits, and might be a "cheat" for the mission you want to make which includes scoring. You might end up climbing quickly, but what good is the pilot if they never had to look at the instruments and handle the aircraft properly at the same time? Just my 2 cents. Cheers. Edited August 22 by GTFreeFlyer 1 My DCS Missions: Band of Buds series | The End of the T-55 Era | Normandy PvP | Host of the Formation Flight Challenge server Supercarrier Reference Kneeboards IRL: Private Pilot, UAS Test Pilot, Aircraft Designer, and... eh hem... DCS Enthusiast
Rudel_chw Posted August 22 Posted August 22 2 hours ago, GTFreeFlyer said: Also, I'm a big fan and advocate for pilots conducting instrument scans properly, especially in this warbird. You are correct, didn't think of that .. on my mission I intend to use X:COCKPIT triggers to inspects these parameters that the Module offers: Eduardo For work: iMac mid-2010 of 27" - Core i7 870 - 6 GB DDR3 1333 MHz - ATI HD5670 - SSD 256 GB - HDD 2 TB - macOS High Sierra For Gaming: 34" Monitor - Ryzen 3600 - 32 GB DDR4 2400 - nVidia RTX2080 - SSD 1.25 TB - HDD 10 TB - Win10 Pro - TM HOTAS Cougar Mobile: iPad Pro 12.9" of 256 GB
gdx65 Posted August 23 Posted August 23 On 8/22/2025 at 6:37 PM, Rudel_chw said: You are correct, didn't think of that .. on my mission I intend to use X:COCKPIT triggers to inspects these parameters that the Module offers: Eduardo I have noticed with the Corsair that once one engage in a dogfight or action (2700RPM and throttle as required), in order to avoid the engine trip, I open the cowling flaps somehow half way or by monitoring the cylinder head temperature, then the oil cooler and intercooler open half way or even fully open. Less than that the engine will trip. GDX65, AMD Ryzen 9 9950X3D, ASUS TUF Gaming B650-PLUS WIFI, RTX5090FE, 64GB Kingston FURY Beast RGB DDR5-6000 -32GB - CL36 - Dual Channel (2 pcs), 2 x Crucial T700 SSD - 2TB - M.2 2280 - PCIe 5.0, Quest 3, HOTAS Thrustmaster Warthog & Pendular rudder. - Flight sims, DCS and IL2
Cool-Hand Posted August 28 Posted August 28 Nice I'll definitely have a look at this thanks for putting this together! I'm kinda scripting illiterate, would this be possible to do for other warbirds like the p-47? [sIGPIC][/sIGPIC]
GTFreeFlyer Posted August 28 Author Posted August 28 40 minutes ago, Cool-Hand said: Nice I'll definitely have a look at this thanks for putting this together! I'm kinda scripting illiterate, would this be possible to do for other warbirds like the p-47? Absolutely. There’s a note about that in the mission description. In short, you’ll need to pull the script out of the .miz and modify the fuel tank capacity, save, reload into the .miz. The script is well-documented and you’ll see exactly what to do once you open it. 1 1 My DCS Missions: Band of Buds series | The End of the T-55 Era | Normandy PvP | Host of the Formation Flight Challenge server Supercarrier Reference Kneeboards IRL: Private Pilot, UAS Test Pilot, Aircraft Designer, and... eh hem... DCS Enthusiast
Super Wabbit Posted 14 hours ago Posted 14 hours ago Question about drop tanks. The documentation says to set the FUEL_TANK_CAPACITY to the internal fuel tank total including external tanks. So if I run the Corsair with 2x 150 Gal drop tanks, I should set this to 537. When I do this it's now reading that I have 1227 gallons with the drop tanks equipped. If I unequip the drop tanks in the same mission, the script displays 537 gallons. If set the fuel capacity in the script back to 237, the internal fuel level, and then attach 2 150 gallon tanks, it reads 541 gallons. That's still not exactly correct but it's close. So should that value only be set to the internal tank capacity?
GTFreeFlyer Posted 6 hours ago Author Posted 6 hours ago (edited) 8 hours ago, Super Wabbit said: Question about drop tanks. The documentation says to set the FUEL_TANK_CAPACITY to the internal fuel tank total including external tanks. So if I run the Corsair with 2x 150 Gal drop tanks, I should set this to 537. When I do this it's now reading that I have 1227 gallons with the drop tanks equipped. If I unequip the drop tanks in the same mission, the script displays 537 gallons. If set the fuel capacity in the script back to 237, the internal fuel level, and then attach 2 150 gallon tanks, it reads 541 gallons. That's still not exactly correct but it's close. So should that value only be set to the internal tank capacity? Interesting. The script uses the built in function to get the fuel, which is returned as a percentage (value zero to one). What I’m doing with the script is simply multiplying that with the total capacity that you set in the script. I’ll have a look to see what’s going on later, but what I’ll do is simple and you can try if you want. Set fuel capacity to zero in the script and then I’ve coded it to show the text in the mission as percentage instead of gallons, and it will give you an idea what’s happening. It almost sounds like DCS is giving a value of more than 100% fuel remaining if you are carrying the drop tanks, which I did not expect. I didn’t test for this, as my speed trials were with a clean configuration. If you get to it before I do, let us know what you’ve found. Thanks for the feedback Edited 5 hours ago by GTFreeFlyer My DCS Missions: Band of Buds series | The End of the T-55 Era | Normandy PvP | Host of the Formation Flight Challenge server Supercarrier Reference Kneeboards IRL: Private Pilot, UAS Test Pilot, Aircraft Designer, and... eh hem... DCS Enthusiast
Recommended Posts