Nero.ger Posted February 1, 2017 Posted February 1, 2017 (edited) so i also wanted to share something with the modding community to help other making Cockpit/avionics mods. while this works with the su25 as a showcase its not ment as a complete mod instead as a help/howTo for people who want to build thier own Cockpit for thier Plane-Mods. su25 as a show-plane was used because its hud is very simple Install instructions are in the Download. includes HUD with Horizonline Speed/Alt Vertical Velocity Indicator display Waypoints from MFD Moving the Glass up/down is simulated MFD general Building of an MFD (this one does not use 20 Key, instead 4-way as a cursor and enter/cancel keys) Enginepage, showing gauges Navmode with copyied Waypoints from Mission file Build in Airfield selection as Waypoint and option for Custom entries Download -- 01.02.2017 https://drive.google.com/file/d/0B0WafwTWChLIM1doNkY3ZVFFS1k/view?usp=drive_link&resourcekey=0-EhqRDNwInEMQXlmvdA_AfA Info for Default.lua problems https://forums.eagle.ru/showpost.php?p=3037200&postcount=5 Edited March 7 by Nero.ger 1 'controlling' the Ka50 feels like a discussion with the Autopilot and trim system about the flight direction.
McMicha Posted February 1, 2017 Posted February 1, 2017 Hello Neo.ger, thank you for this mod. Do you have a little more documentation, so you know what function what does? And maybe you have an example how to create a camera and display the image (aka Shkval)? Simpit Software by SDA "SIMPIT DEVELOPER ASSOCIATION" DCS ExportScript D.A.C. DCS to Arcaze Communicator Ikarus a new Virtual Cockpit Software Deutscher Forums Thread English Forums Thread Hard/Software: AMD Ryzen 7 1800X, 32 GiB RAM, extra SSD for Windows 10 and DCS World, AMD Vega Frontier Edition with 16 GiB VRAM
Nero.ger Posted February 1, 2017 Author Posted February 1, 2017 And maybe you have an example how to create a camera and display the image (aka Shkval)? if i manage that i would have a big party with much vodka :) so far no luck building a camera module :( to answer the other question, i am unbelivable bad documenting/explaining things so dont hold your breath that i manage to make a detailed documentation. i (tried) make it as simple as possible so people have a working example to study instead of searching the forums up and down an puzzle it together. (like the wunderluft example) 'controlling' the Ka50 feels like a discussion with the Autopilot and trim system about the flight direction.
SVKSniper Posted February 2, 2017 Posted February 2, 2017 Nero.ger it is inspiring what i see but I'm getting some errors..... Example: in su-25 default.lua you can not copy this 2 line local MM_DevID = 2 --MFD MOD device ID local MM_Cat = 'MFD' --MFD MOD category but its not bad for community;) Support my work
Nero.ger Posted February 2, 2017 Author Posted February 2, 2017 it was a test to see who realy testing it ;) i made the Device Id and category in Variabls because i wanted to change them easily top of default.lua should look like this local res = external_profile("Config/Input/Aircrafts/base_keyboard_binding.lua") local MM_DevID = 2 --MFD MOD device ID local MM_Cat = 'MFD' --MFD MOD category join(res.keyCommands,{ --MFD MOD------------------------------------------------------------------------------------------------------------------------------------------- {down = 3001, up = 3001, cockpit_device_id = MM_DevID, value_down = 1.0, value_up = 0.0, name = _('MFD UP') , category = _(MM_Cat)}, {down = 3002, up = 3002, cockpit_device_id = MM_DevID, value_down = 1.0, value_up = 0.0, name = _('MFD RIGHT') , category = _(MM_Cat)}, {down = 3003, up = 3003, cockpit_device_id = MM_DevID, value_down = 1.0, value_up = 0.0, name = _('MFD DOWN') , category = _(MM_Cat)}, {down = 3004, up = 3004, cockpit_device_id = MM_DevID, value_down = 1.0, value_up = 0.0, name = _('MFD LEFT') , category = _(MM_Cat)}, {down = 3005, up = 3005, cockpit_device_id = MM_DevID, value_down = 1.0, value_up = 0.0, name = _('MFD ENTER') , category = _(MM_Cat)}, {down = 3006, up = 3006, cockpit_device_id = MM_DevID, value_down = 1.0, value_up = 0.0, name = _('MFD CANCEL') , category = _(MM_Cat)}, ---------------------------------------------------------------------------------------------------------------------------------------------------- . . . . . 'controlling' the Ka50 feels like a discussion with the Autopilot and trim system about the flight direction.
SVKSniper Posted February 2, 2017 Posted February 2, 2017 it was a test to see who realy testing it ;) Yes but no more guys know how lua "work" and you inspiring me for my pit ;) Support my work
Nero.ger Posted March 7, 2017 Author Posted March 7, 2017 learning from Leatherneck about building up Hype, i thought i just show you a teaser of the next iteration of the MFD im am working on :pilotfly: 1 'controlling' the Ka50 feels like a discussion with the Autopilot and trim system about the flight direction.
SilentWarrior Posted April 13, 2017 Posted April 13, 2017 Nice. I wonder what you are up to lately Nero, any more HUDs and MFDs? Proud owner of DCS: FC3, A-10C Warthog, F-14A/B Tomcat, F-5E Tiger, Mig21bis Fishbed, Mirage 2000C, Nevada Test Site, Normandy, Ka-50 Black Shark, Mi-8MTV2 Magnificent Eight, UH-1H Huey, SA342 Gazelle, Bf 109 K-4 Kurfurst, FW 190 D-9 Dora, Spitfire LF Mk. IX, P-51D Mustang Combined Arms, Hawk T.1A, L-39 Albatros, NS 430 Nav System, F-86F Sabre, MiG-15bis, AV-8B Night Attack V/STOL, F/A-18C Hornet, Yak-52 and the mighty AJS-37 Viggen! :music_whistling:
Nero.ger Posted April 14, 2017 Author Posted April 14, 2017 I am up to no good :) no seriously, still perfecting HUD and MFDs but the TAD-MAP gives me some trouble. for the 'Black' map, i am getting inspiration from Falcon BMS Mfd display. Coordinate Input on the Fly and/or Mission, DataTape will also be a thing (inspired by the totaly intuitive way the Viggen does it:) ) other than that, CCRP/CCIP sight is beeing developt 'controlling' the Ka50 feels like a discussion with the Autopilot and trim system about the flight direction.
SilentWarrior Posted April 14, 2017 Posted April 14, 2017 I am up to no good :) no seriously, still perfecting HUD and MFDs but the TAD-MAP gives me some trouble. for the 'Black' map, i am getting inspiration from Falcon BMS Mfd display. Coordinate Input on the Fly and/or Mission, DataTape will also be a thing (inspired by the totaly intuitive way the Viggen does it:) ) other than that, CCRP/CCIP sight is beeing developt You should make a GIT repo of it so we can grab it while you work on it and test it :P Proud owner of DCS: FC3, A-10C Warthog, F-14A/B Tomcat, F-5E Tiger, Mig21bis Fishbed, Mirage 2000C, Nevada Test Site, Normandy, Ka-50 Black Shark, Mi-8MTV2 Magnificent Eight, UH-1H Huey, SA342 Gazelle, Bf 109 K-4 Kurfurst, FW 190 D-9 Dora, Spitfire LF Mk. IX, P-51D Mustang Combined Arms, Hawk T.1A, L-39 Albatros, NS 430 Nav System, F-86F Sabre, MiG-15bis, AV-8B Night Attack V/STOL, F/A-18C Hornet, Yak-52 and the mighty AJS-37 Viggen! :music_whistling:
kiowadriver Posted June 5, 2018 Posted June 5, 2018 Are these files still available for sharing? Any updates on your effort?
LeVince Posted September 27, 2018 Posted September 27, 2018 Are these files still available for sharing? Same question, i mistakenly put it in the trash yesterday...I applied for access through my google drive account. Elève Su-25 EVAC
Nero.ger Posted September 27, 2018 Author Posted September 27, 2018 at this time, its not available for the public 'controlling' the Ka50 feels like a discussion with the Autopilot and trim system about the flight direction.
Kazansky222 Posted July 20, 2019 Posted July 20, 2019 Will it be made available for the public again in the future? [sIGPIC][/sIGPIC] 64th "Scorpions" Aggressor Squadron Discord: 64th Aggressor Squadron TS: 195.201.110.22
The LT Posted March 4, 2020 Posted March 4, 2020 Any chance we can have a look at the code for educational purposes? My controls & seat Main controls: , BRD-N v4 Flightstick (Kreml C5 controller), TM Warthog Throttle (Kreml F3 controller), BRD-F2 Restyling Bf-109 Pedals w. damper, TrackIR5, Gametrix KW-908 (integrated into RAV4 seat) Stick grips: Thrustmaster Warthog Thrustmaster Cougar (x2) Thrustmaster F-16 FLCS BRD KG13 Standby controls: BRD-M2 Mi-8 Pedals (Ruddermaster controller) BRD-N v3 Flightstick w. exch. grip upgrade (Kreml C5 controller) Thrustmaster Cougar Throttle Pilot seat
Nero.ger Posted March 7 Author Posted March 7 it should have been for ages, apparently googledrive had a panic or i was to stupid. anyway should be downloadable 'controlling' the Ka50 feels like a discussion with the Autopilot and trim system about the flight direction.
Copprhead Posted March 7 Posted March 7 35 minutes ago, Nero.ger said: it should have been for ages, apparently googledrive had a panic or i was to stupid. anyway should be downloadable Googledrive still in panic, the link in the first post only requests access to file
Nero.ger Posted March 7 Author Posted March 7 maybe now https://drive.google.com/file/d/0B0WafwTWChLIM1doNkY3ZVFFS1k/view?usp=drive_link&resourcekey=0-EhqRDNwInEMQXlmvdA_AfA 'controlling' the Ka50 feels like a discussion with the Autopilot and trim system about the flight direction.
Copprhead Posted March 7 Posted March 7 7 hours ago, Nero.ger said: maybe now https://drive.google.com/file/d/0B0WafwTWChLIM1doNkY3ZVFFS1k/view?usp=drive_link&resourcekey=0-EhqRDNwInEMQXlmvdA_AfA Working, thanks
Recommended Posts