MAXsenna Posted June 27 Posted June 27 I wouldn't know what to do with those Lua files. You should put them into a OVGME Mod pack and offer them as a download. Now, that's where Quaggles and Munkwolf's repository comes in handy. You just copy the files to the correct place! Sent from my SM-A536B using Tapatalk 1
MAXsenna Posted June 28 Posted June 28 I don't use their software. Yeah, I know. We have established that before. While you should look into it. It's not even software per say. It's just a bunch of pre-made Lua files, so you don't have to mess with it. And only one file to copy/deploy after every update. Sent from my SM-A536B using Tapatalk 1
_Hoss Posted June 28 Posted June 28 (edited) "The correct place"............ If I were good at finding the lua files I probably wouldn't need the other two software items. I could just do it my self and create a mod I could install and uninstall. The controls he has done new lua for are not really a problem with me, I really want the fuel selector switch to work as the Jug and mustangs does. Edited June 28 by _Hoss Sempre Fortis
MAXsenna Posted June 28 Posted June 28 If I were good at finding the lua files I probably wouldn't need the other two software items. I could just do it my self and create a mod I could install and uninstall. That's the whole point. You don't need to make mod to install after every update. And you don't have to update said mod every time you need something new. You just apply the one mod after update, Quaggles. The rest is kept in Saved Games. I give up. Sent from my SM-A536B using Tapatalk 2
_Hoss Posted June 28 Posted June 28 (edited) 2 minutes ago, MAXsenna said: That's the whole point. You don't need to make mod to install after every update. And you don't have to update said mod every time you need something new. You just apply the one mod after update, Quaggles. The rest is kept in Saved Games. I give up. Sent from my SM-A536B using Tapatalk Thanks for the input, but like I said, the Hog as is, isn't that bad, and his fixes aren't a niggling necessity for me. Edited June 28 by _Hoss 1 Sempre Fortis
Steel Jaw Posted June 28 Posted June 28 Show pilot needs to be mappable to controller. "You see, IronHand is my thing" My specs: W10 Pro, I5/11600K o/c to 4800 @1.32v, 64 GB 3200 XML RAM, Red Dragon 7800XT/16GB, monitor: GIGABYTE M32QC 32" (31.5" Viewable) QHD 2560 x 1440 (2K) 165Hz.
Mistermann Posted June 28 Posted June 28 https://forum.dcs.world/topic/375336-show-pilot-body-hotas-bind-not-possible/#findComment-5660879 System Specs: Spoiler Callsign:Kandy Processor:13th Gen Intel(R) Core(TM) i9-13900K - RAM: 64GB - Video Card: NVIDIA RTX 4090 - Display: Pimax 8kx VR Headset - Accessories: VKB Gunfighter III MCG Ultimate, VKB STECS Standard, Thrustmaster TPR Pedals, Simshaker JetPad, Predator HOTAS Mounts, 3D Printed Flight Button Box Video Capture Software: Open Broadcaster Software (OBS), Video Editing Software: PowerDirector 35 Into The Jungle (MP Mission) F18: Scorpion's Sting Apache Campaign - Griffins Kiowa Campaign - Assassins
LeCuvier Posted July 3 Posted July 3 The developer has fixed some of the weapons-related bindings. See edits in my earlier post: https://forum.dcs.world/topic/375038-more-keybinds-needed/#elControls_5662978_menu LeCuvier Windows 10 Pro 64Bit | i7-4790 CPU |16 GB RAM|SSD System Disk|SSD Gaming Disk| MSI GTX-1080 Gaming 8 GB| Acer XB270HU | TM Warthog HOTAS | VKB Gladiator Pro | MongoosT-50 | MFG Crosswind Pedals | TrackIR 5
gdx65 Posted July 6 Posted July 6 (edited) Posted a question in here about not able to key bind the auto start and auto stop, then found this dedicated F4I-1D section… Edited July 6 by gdx65 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
LeCuvier Posted July 7 Posted July 7 14 hours ago, gdx65 said: Posted a question in here about not able to key bind the auto start and auto stop, then found this dedicated F4I-1D section… If you want to bind it to a button on a game controller, you need to make a very simple edit in the file "default.lua" under "disk location:\Eagle Dynamics\DCS World\Mods\aircraft\F4U-1D\Input\joystick" by copying a line from the "default.lua" under "disk location\Eagle Dynamics\DCS World\Mods\aircraft\F4U-1D\Input\keyboard" and pasting it into the file under "...\joystick". Since most people don't want to get into that, I won't go into more detail now. 1 LeCuvier Windows 10 Pro 64Bit | i7-4790 CPU |16 GB RAM|SSD System Disk|SSD Gaming Disk| MSI GTX-1080 Gaming 8 GB| Acer XB270HU | TM Warthog HOTAS | VKB Gladiator Pro | MongoosT-50 | MFG Crosswind Pedals | TrackIR 5
gdx65 Posted July 7 Posted July 7 (edited) Hi and thanks. I am familiar with editing the .lua file. Just did not think about that as I am not an expert into this type of details but can edit with confidence if guided. Edited July 7 by gdx65 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
LeCuvier Posted July 8 Posted July 8 12 hours ago, gdx65 said: Hi and thanks. I am familiar with editing the .lua file. Just did not think about that as I am not an expert into this type of details but can edit with confidence if guided. These are the two lua lines for auto-start and auto-stop: {combos = {{key='Home',reformers={'LWin'}}}, down = device_commands.AutoStart, cockpit_device_id = devices.AUTOSTART, value_down = 1.0, name = _('Autostart Procedure'), category = _('Engine')}, {combos = {{key='End',reformers={'LWin'}}}, down = device_commands.AutoStop, cockpit_device_id = devices.AUTOSTART, value_down = 1.0, name = _('Autostop Procedure'), category = _('Engine')}, For general guidance on the subject, see here: https://forum.dcs.world/topic/270080-lua-editing-for-additional-key-binds-tutorial-no-discussion-here-please/#elControls_4646929_menu LeCuvier Windows 10 Pro 64Bit | i7-4790 CPU |16 GB RAM|SSD System Disk|SSD Gaming Disk| MSI GTX-1080 Gaming 8 GB| Acer XB270HU | TM Warthog HOTAS | VKB Gladiator Pro | MongoosT-50 | MFG Crosswind Pedals | TrackIR 5
gdx65 Posted July 9 Posted July 9 Hi, fantastic, thanks for the script, I will give a try. 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
gdx65 Posted Wednesday at 10:12 PM Posted Wednesday at 10:12 PM On 7/8/2025 at 12:32 PM, LeCuvier said: These are the two lua lines for auto-start and auto-stop: {combos = {{key='Home',reformers={'LWin'}}}, down = device_commands.AutoStart, cockpit_device_id = devices.AUTOSTART, value_down = 1.0, name = _('Autostart Procedure'), category = _('Engine')}, {combos = {{key='End',reformers={'LWin'}}}, down = device_commands.AutoStop, cockpit_device_id = devices.AUTOSTART, value_down = 1.0, name = _('Autostop Procedure'), category = _('Engine')}, For general guidance on the subject, see here: https://forum.dcs.world/topic/270080-lua-editing-for-additional-key-binds-tutorial-no-discussion-here-please/#elControls_4646929_menu Hi, Ok I finally found the time to check this in the LUA file. (By the way the pdf guide in the link you shared cannot download ?!?) I have added the two scirt in teh F4U1D LUA file but cannot see any changes in the Controls section, Autostart and Autosop still disabled. Attached a screenshot of the LUA file now with the script. Maybe they should be placed not at the beginning? Thanks. 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
Ala13_Kokakolo Posted yesterday at 06:29 AM Posted yesterday at 06:29 AM I would like to bind a key in my joy for the stopwatch to start/stop but I cannot see any on the list.
LeCuvier Posted yesterday at 07:13 AM Posted yesterday at 07:13 AM (edited) 9 hours ago, gdx65 said: Hi, Ok I finally found the time to check this in the LUA file. (By the way the pdf guide in the link you shared cannot download ?!?) I have added the two scirt in teh F4U1D LUA file but cannot see any changes in the Controls section, Autostart and Autosop still disabled. Attached a screenshot of the LUA file now with the script. Maybe they should be placed not at the beginning? Thanks. Sorry, I goofed. Forgot to remove the key commands. This should work for you: {down = device_commands.AutoStart, cockpit_device_id = devices.AUTOSTART, value_down = 1.0, name = _('Autostart Procedure'), category = _('Engine')}, {down = device_commands.AutoStop, cockpit_device_id = devices.AUTOSTART, value_down = 1.0, name = _('Autostop Procedure'), category = _('Engine')}, I tested it this time and it works. Edit: I went to the post with the PDF file and I downloaded it in the normal process. No idea what went wrong for you. Edited yesterday at 07:27 AM by LeCuvier LeCuvier Windows 10 Pro 64Bit | i7-4790 CPU |16 GB RAM|SSD System Disk|SSD Gaming Disk| MSI GTX-1080 Gaming 8 GB| Acer XB270HU | TM Warthog HOTAS | VKB Gladiator Pro | MongoosT-50 | MFG Crosswind Pedals | TrackIR 5
LeCuvier Posted yesterday at 07:53 AM Posted yesterday at 07:53 AM 1 hour ago, Ala13_Kokakolo said: I would like to bind a key in my joy for the stopwatch to start/stop but I cannot see any on the list. If you are willing to add a line in the "default.lua" under "joystick\" or under "keyboard\" you can create it for yourself. This is the line: {down = device_commands.Clock_Chronograph_Button, up = device_commands.Clock_Chronograph_Button, cockpit_device_id = devices.CLOCK, value_down = 1.0, value_up = 0.0, name = _('Chronometer Start/Stop/Reset'), category = _('Flight Control')}, I tested it and it works just fine. I don't like the category "Flight Control" for the chronometer, but I didn't find a suitable one. You can change it to whatever you want. LeCuvier Windows 10 Pro 64Bit | i7-4790 CPU |16 GB RAM|SSD System Disk|SSD Gaming Disk| MSI GTX-1080 Gaming 8 GB| Acer XB270HU | TM Warthog HOTAS | VKB Gladiator Pro | MongoosT-50 | MFG Crosswind Pedals | TrackIR 5
gdx65 Posted yesterday at 05:16 PM Posted yesterday at 05:16 PM 9 hours ago, LeCuvier said: Sorry, I goofed. Forgot to remove the key commands. This should work for you: {down = device_commands.AutoStart, cockpit_device_id = devices.AUTOSTART, value_down = 1.0, name = _('Autostart Procedure'), category = _('Engine')}, {down = device_commands.AutoStop, cockpit_device_id = devices.AUTOSTART, value_down = 1.0, name = _('Autostop Procedure'), category = _('Engine')}, I tested it this time and it works. Edit: I went to the post with the PDF file and I downloaded it in the normal process. No idea what went wrong for you. Ok I have now added you new script under --/N/ Engine *********************************************************************************** and it works, thanks (for info, see screenshot LUA screen 03) However I see at the bottom of the LUA file these scripts were there but under -- Autostart ****************************************** (See screenshot LUA screen02)) BTW I managed to download the pdf by using MS Edge, Chromes does not allow me (need check). 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
LeCuvier Posted yesterday at 05:34 PM Posted yesterday at 05:34 PM 13 minutes ago, gdx65 said: Good catch! Actually embarrassing for the developer. These lines would have worked if they had put them into the key commands section of the file (after this line): join(res.keyCommands,{ But they put them into the Axis section, (after this line): join(res.axisCommands,{ And that obviously cannot work. 1 LeCuvier Windows 10 Pro 64Bit | i7-4790 CPU |16 GB RAM|SSD System Disk|SSD Gaming Disk| MSI GTX-1080 Gaming 8 GB| Acer XB270HU | TM Warthog HOTAS | VKB Gladiator Pro | MongoosT-50 | MFG Crosswind Pedals | TrackIR 5
Ala13_Kokakolo Posted 16 hours ago Posted 16 hours ago 22 hours ago, LeCuvier said: If you are willing to add a line in the "default.lua" under "joystick\" or under "keyboard\" you can create it for yourself. This is the line: {down = device_commands.Clock_Chronograph_Button, up = device_commands.Clock_Chronograph_Button, cockpit_device_id = devices.CLOCK, value_down = 1.0, value_up = 0.0, name = _('Chronometer Start/Stop/Reset'), category = _('Flight Control')}, I tested it and it works just fine. I don't like the category "Flight Control" for the chronometer, but I didn't find a suitable one. You can change it to whatever you want. Thanks!!
Captain Orso Posted 10 hours ago Posted 10 hours ago Does anyone have discreet settings for the fuel mixture selector?: Idle Cutoff Auto Lean Auto Rich When you hit the wrong button on take-off System Specs. Spoiler System board: MSI X670E ACE Memory: 64GB DDR5-6000 G.Skill Ripjaw System disk: Crucial P5 M.2 2TB CPU: AMD Ryzen 7 7800X3D PSU: Corsair HX1200 PSU Monitor: ASUS MG279Q, 27" CPU cooling: Noctua NH-D15S Graphics card: MSI RTX 3090Ti SuprimX VR: Oculus Rift CV1
LeCuvier Posted 7 hours ago Posted 7 hours ago 2 hours ago, Captain Orso said: Does anyone have discreet settings for the fuel mixture selector?: Idle Cutoff Auto Lean Auto Rich These lines seem to do it: {down = device_commands.Mixture_control, cockpit_device_id = devices.ENGINE, value_down = 0.0, name = _('Mixture Cutoff'), category = _('Engine')}, {down = device_commands.Mixture_control, cockpit_device_id = devices.ENGINE, value_down = 0.33, name = _('Mixture Auto-Lean'), category = _('Engine')}, {down = device_commands.Mixture_control, cockpit_device_id = devices.ENGINE, value_down = 0.66, name = _('Mixture Auto-Rich'), category = _('Engine')}, 1 LeCuvier Windows 10 Pro 64Bit | i7-4790 CPU |16 GB RAM|SSD System Disk|SSD Gaming Disk| MSI GTX-1080 Gaming 8 GB| Acer XB270HU | TM Warthog HOTAS | VKB Gladiator Pro | MongoosT-50 | MFG Crosswind Pedals | TrackIR 5
Captain Orso Posted 7 hours ago Posted 7 hours ago 15 minutes ago, LeCuvier said: These lines seem to do it: {down = device_commands.Mixture_control, cockpit_device_id = devices.ENGINE, value_down = 0.0, name = _('Mixture Cutoff'), category = _('Engine')}, {down = device_commands.Mixture_control, cockpit_device_id = devices.ENGINE, value_down = 0.33, name = _('Mixture Auto-Lean'), category = _('Engine')}, {down = device_commands.Mixture_control, cockpit_device_id = devices.ENGINE, value_down = 0.66, name = _('Mixture Auto-Rich'), category = _('Engine')}, YES!! Thank you!! Most excellent!! When you hit the wrong button on take-off System Specs. Spoiler System board: MSI X670E ACE Memory: 64GB DDR5-6000 G.Skill Ripjaw System disk: Crucial P5 M.2 2TB CPU: AMD Ryzen 7 7800X3D PSU: Corsair HX1200 PSU Monitor: ASUS MG279Q, 27" CPU cooling: Noctua NH-D15S Graphics card: MSI RTX 3090Ti SuprimX VR: Oculus Rift CV1
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