Jump to content

Recommended Posts

Posted

+1

| i7-10700K 3.8-5.1Ghz | 64GB RAM | RTX 4070 12GB | 1x1TB M.2. NVMe SSD | 1x2TB M.2. NVMe SSD | 2x2TB SATA SSD |  1x2TB HDD 7200 RPM | Win10 Home 64bit | Meta Quest 3 |

Posted

Yep first thing I noticed, can not take her into manual mode.

"any failure you meet, is never a defeat; merely a set up for a greater come back",  W Forbes.

"Success is not final, failure is not fatal, it is the courage to continue that counts",
"He who never changes his mind, never changes anything," Winston Churchill.

MSI z690 MPG DDR4 || i9-14900k|| ddr4-128gb PC3200 |zotac RTX 5080|Game max 1300w|Win11| |turtle beach elite pro 5.1|| ViRpiL,T50cm2||MFG Crosswinds|| VT50CM-plus rotor Throttle || G10 RGB EVGA Keyboard/MouseLogitech || PiMax Crystal VR || 32 Asus||

Posted

You can assign Governor automatic On/Off (btw - the function is mixed around), but You cannot assign incr/decr to controllers. Default keyboard assignment for that is PgUp/PgDn

| i7-10700K 3.8-5.1Ghz | 64GB RAM | RTX 4070 12GB | 1x1TB M.2. NVMe SSD | 1x2TB M.2. NVMe SSD | 2x2TB SATA SSD |  1x2TB HDD 7200 RPM | Win10 Home 64bit | Meta Quest 3 |

Posted
You can assign Governor automatic On/Off (btw - the function is mixed around), but You cannot assign incr/decr to controllers. Default keyboard assignment for that is PgUp/PgDn

 

Correct, I would like to be able to assign it to my controller though, keyboard is too far away.

[sIGPIC][/sIGPIC]

Posted

Propeller Pitch Command

 

The switch on the throttle is named "Drehzahl" = Rev. Rate, and I guess pitch and rev. rate are directly related in that a reduced propeller pitch results in increased rev. rate. The missing command for Engine RPM was omitted in the files "default.lua" and "Throttle - HOTAS Warthog.lua" in the folder "...\DCS World OpenBeta\Mods\aircraft\FW-190A8\Input\FW-190A8\joystick". I'm sure ED will add it very soon; but in the meantime we can add it ourselves by inserting these two lines of code in the files:

{down = device_commands.Button_14, up = device_commands.Button_14, cockpit_device_id = devices.ENGINE_SYSTEM, value_down = -1.0, value_up = 0.0, name = _('Input.Bf109K4.pitch_plus'), category = _('Engine Control')},
{down = device_commands.Button_14, up = device_commands.Button_14, cockpit_device_id = devices.ENGINE_SYSTEM, value_down = 1.0, value_up = 0.0, name = _('Input.Bf109K4.pitch_minus'), category = _('Engine Control')},

They should be inserted near the top of the file, but below this line:

keyCommands = {

If you intend to use the command with the TM WH Throttle they must be inserted in the file "Throttle - HOTAS Warthog.lua" (not "Throttle - HOTAS Warthog.diff.lua"!!!). Else they are only needed in the "default.lua".

These edits should be made with the free Notepad++.

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...