Kiseki_Yu Posted September 23, 2021 Posted September 23, 2021 Hello everyone, I am playing F/A-18C. When I switch "Dump On", I found that my rearview mirrors are also closed. I think this is a bug! Does somebody have the same issue?
ED Team BIGNEWY Posted September 23, 2021 ED Team Posted September 23, 2021 Hi all seems ok here, please attach a short track replay showing it happen we will take a closer look Please remove any unofficial mods and run a repair or verify if steam thanks Forum rules - DCS Crashing? Try this first - Cleanup and Repair - Discord BIGNEWY#8703 - Youtube - Patch Status Windows 11, NVIDIA MSI RTX 3090, Intel® i9-10900K 3.70GHz, 5.30GHz Turbo, Corsair Hydro Series H150i Pro, 64GB DDR @3200, ASUS ROG Strix Z490-F Gaming, PIMAX Crystal
Kiseki_Yu Posted September 23, 2021 Author Posted September 23, 2021 26分钟前,BIGNEWY说: Hi all seems ok here, please attach a short track replay showing it happen we will take a closer look Please remove any unofficial mods and run a repair or verify if steam thanks The reason seems the following: I divided "Dump Switch On/Off" into two orders { down = fuel_commands.DumpSw, up = fuel_commands.DumpSw, cockpit_device_id = devices.FUEL_INTERFACE, value_down = 1.0, name = _('Fuel Dump Switch - ON'), category = {_('Left Console'), _('Fuel Control Panel')}}, { down = fuel_commands.DumpSw, up = fuel_commands.DumpSw, cockpit_device_id = devices.FUEL_INTERFACE, value_down = -1.0, name = _('Fuel Dump Switch - OFF'), category = {_('Left Console'), _('Fuel Control Panel')}}, It worked well two weeks ago. But I found a double binding today. Do I some mistakes in the above orders? Thank you very much!
ED Team BIGNEWY Posted September 23, 2021 ED Team Posted September 23, 2021 Oh, I see you have modified / added a control bind. I am not great with code, I will try to ask the team. thanks Forum rules - DCS Crashing? Try this first - Cleanup and Repair - Discord BIGNEWY#8703 - Youtube - Patch Status Windows 11, NVIDIA MSI RTX 3090, Intel® i9-10900K 3.70GHz, 5.30GHz Turbo, Corsair Hydro Series H150i Pro, 64GB DDR @3200, ASUS ROG Strix Z490-F Gaming, PIMAX Crystal
Kiseki_Yu Posted September 23, 2021 Author Posted September 23, 2021 8分钟前,BIGNEWY说: Oh, I see you have modified / added a control bind. I am not great with code, I will try to ask the team. thanks Thank you very much !!
Recommended Posts