Kiwispirits Posted March 17, 2019 Posted March 17, 2019 I have been struggling with orange duplicated lines in my Viggen control mappings for a couple of days. I have tried all the advice I can find on the forums for similar problems (checking lua files under saved games etc) but nothing worked. So I uninstalled DCS completely and removed the user\save games\DCS.openbeta folder, and any left over bits from the main installation in the Eagle Dynamics folder. I downloaded DCS openbeta, ran it and downloaded the AJS37 module. Absolutely nothing else. And I still have the duplicated lines, screenshot attached. Perhaps I should just take up knitting?
Holton181 Posted March 17, 2019 Posted March 17, 2019 It got broken a few patches ago. Happen to several modules, even ED ones. Last patch the ED ones was corrected with no orange lines, but the Viggen and a couple of other non-ED has it still. Helicopters and Viggen DCS 1.5.7 and OpenBeta Win7 Pro 64bit i7-3820 3.60GHz P9X79 Pro 32GB GTX 670 2GB VG278H + a Dell PFT Lynx TrackIR 5
Kiwispirits Posted March 17, 2019 Author Posted March 17, 2019 Thanks Holton. Nice to know the cause, but slightly depressing that stuff like this is left unfixed.
rainyday Posted March 17, 2019 Posted March 17, 2019 Yeah - same thing here. Also few other issues with missing keybindings: https://forums.eagle.ru/showthread.php?t=220208 But now that F-14 Tomcat is out, maybe it finally means that Viggen is back on the menu :) A-10C Warthog | AJS-37 Viggen | F-5E Tiger II | Mig-15bis | MiG-19P Farmer
TOViper Posted March 18, 2019 Posted March 18, 2019 Yeah - same thing here. Also few other issues with missing keybindings: https://forums.eagle.ru/showthread.php?t=220208 But now that F-14 Tomcat is out, maybe it finally means that Viggen is back on the menu :) :ermm: did you take a look into the F-14 sub-forum? It will take them a year (or two) to read every single post (as one of the guys stated long time ago "they read every post ...") :megalol: ok, if they do ... they have special talent ... :D Visit https://www.viggen.training ...Viggen... what more can you ask for? my computer: AMD Ryzen 5600G 4.4 GHz | NVIDIA RTX 3080 10GB | 32 GB 3.2 GHz DDR4 DUAL | SSD 980 256 GB SYS + SSD 2TB DCS | TM Warthog Stick + Throttle + TRP | Rift CV1
Barbarossa Posted March 20, 2019 Posted March 20, 2019 :ermm: did you take a look into the F-14 sub-forum? It will take them a year (or two) to read every single post (as one of the guys stated long time ago "they read every post ...") :megalol: ok, if they do ... they have special talent ... :D :megalol::megalol: My Specs: Win 11 64bit, AMD Ryzen 9 7950X3D @ 4,2GHz, 64 GB, Radeon RX7900 XTX, 500GB + 2000GB SSD
TOViper Posted April 3, 2019 Posted April 3, 2019 (edited) I recently spent a minute in changing my input configuration files in the folder \DCS World OpenBeta\Mods\aircraft\AJS37\Input. For my keyboard (yes, I am using it despite I fly in VR) I added these lines to default.lua: {down = 3306, cockpit_device_id = devices.WEAPON_SYSTEM, value_down = 1.0, name = _('Weapon Release Mode - Impuls'), category = _('Weapons')}, {down = 3306, cockpit_device_id = devices.WEAPON_SYSTEM, value_down = 0.0, name = _('Weapon Release Mode - Serie'), category = _('Weapons')}, {down = 3307, cockpit_device_id = devices.WEAPON_SYSTEM, value_down = 1.0, name = _('RB-04/RB-15/BK90 Release Mode - Enkel'), category = _('Weapons')}, {down = 3307, cockpit_device_id = devices.WEAPON_SYSTEM, value_down = 0.0, name = _('RB-04/RB-15/BK90 Release Mode - Grupp'), category = _('Weapons')}, {down = 3305, cockpit_device_id = devices.WEAPON_SYSTEM, value_down = 0.0, name = _('Weapon Interval Selector Mode Knob - 60'), category = _('Weapons')}, {down = 3305, cockpit_device_id = devices.WEAPON_SYSTEM, value_down = 0.1, name = _('Weapon Interval Selector Mode Knob - 50'), category = _('Weapons')}, {down = 3305, cockpit_device_id = devices.WEAPON_SYSTEM, value_down = 0.2, name = _('Weapon Interval Selector Mode Knob - 40'), category = _('Weapons')}, {down = 3305, cockpit_device_id = devices.WEAPON_SYSTEM, value_down = 0.3, name = _('Weapon Interval Selector Mode Knob - 30'), category = _('Weapons')}, {down = 3305, cockpit_device_id = devices.WEAPON_SYSTEM, value_down = 0.4, name = _('Weapon Interval Selector Mode Knob - 25'), category = _('Weapons')}, {down = 3305, cockpit_device_id = devices.WEAPON_SYSTEM, value_down = 0.5, name = _('Weapon Interval Selector Mode Knob - 20'), category = _('Weapons')}, {down = 3305, cockpit_device_id = devices.WEAPON_SYSTEM, value_down = 0.6, name = _('Weapon Interval Selector Mode Knob - 15'), category = _('Weapons')}, {down = 3305, cockpit_device_id = devices.WEAPON_SYSTEM, value_down = 0.7, name = _('Weapon Interval Selector Mode Knob - 10'), category = _('Weapons')}, {down = 3305, cockpit_device_id = devices.WEAPON_SYSTEM, value_down = 0.8, name = _('Weapon Interval Selector Mode Knob - HÖ'), category = _('Weapons')}, {down = 3305, cockpit_device_id = devices.WEAPON_SYSTEM, value_down = 0.9, name = _('Weapon Interval Selector Mode Knob - RAKT'), category = _('Weapons')}, {down = 3305, cockpit_device_id = devices.WEAPON_SYSTEM, value_down = 1.0, name = _('Weapon Interval Selector Mode Knob - VÄ'), category = _('Weapons')}, {down = 3028, cockpit_device_id = devices.COUNTERMEASURE, value_down = 0.0, name = 'Chaff/Flares Select R (chaffs only)', category = 'Countermeasures'}, {down = 3028, cockpit_device_id = devices.COUNTERMEASURE, value_down = 0.1, name = 'Chaff/Flares Select Both (chaffs + flares)', category = 'Countermeasures'}, {down = 3028, cockpit_device_id = devices.COUNTERMEASURE, value_down = 0.2, name = 'Chaff/Flares Select F (flares only)', category = 'Countermeasures'}, I removed the following lines from the default.lua files in the mouse folder AND in the joystick folder, since I will for sure not interact with them using my mouse or my stick: {down = 3104, value_down = 1.000000, cockpit_device_id = devices.ENGINEPANEL, name = _('Autothrottle mode AFK'), category = _('Autopilot')}, {down = 3713, value_down = -1.000000, up = 3713, value_up = 0.000000, cockpit_device_id = devices.FLIGHTDATAUNIT, name = _('Trim: Rudder Left'), category = _('Flight Control')}, {down = 3713, value_down = 1.000000, up = 3713, value_up = 0.000000, cockpit_device_id = devices.FLIGHTDATAUNIT, name = _('Trim: Rudder Right'), category = _('Flight Control')}, {down = 3715, value_down = 1.000000, cockpit_device_id = devices.FLIGHTDATAUNIT, name = _('Altimeter setting pull-out'), category = _('Flight Data')}, {down = 3801, value_down = -0.033333, cockpit_device_id = devices.FLIGHTDATAUNIT, name = _('Clock Decrease Time Setting'), category = _('Navigation')}, {down = 3801, value_down = 0.033333, cockpit_device_id = devices.FLIGHTDATAUNIT, name = _('Clock Increase Time Setting'), category = _('Navigation')}, {down = 3802, value_down = 1.000000, cockpit_device_id = devices.FLIGHTDATAUNIT, name = _('Clock Stopwatch Start/Stop/Reset'), category = _('Navigation')}, Now its clean. Edited April 3, 2019 by TOViper Visit https://www.viggen.training ...Viggen... what more can you ask for? my computer: AMD Ryzen 5600G 4.4 GHz | NVIDIA RTX 3080 10GB | 32 GB 3.2 GHz DDR4 DUAL | SSD 980 256 GB SYS + SSD 2TB DCS | TM Warthog Stick + Throttle + TRP | Rift CV1
Recommended Posts