Jump to content

Bug en el sistema de carburación (Ram Air y Hot Air)


Tarres

Recommended Posts

Hay un bug introducido en la 2.7 que hace que aunque se muevan las correspondientes palancas, internamente el programa no cambia el estado y estamos siempre con ambas en posición cerrada, perdiendo a alta cota prestaciones y demás problemas de temperaturas.

 

Para solucionarlo hay que cambiar en:

DCS World OpenBeta\Mods\aircraft\P-51D\Cockpit\Scripts\clickabledata.lua


las siguientes líneas:

elements["pnt_134"] = default_movable_axis(_("Carburetor Cold Air Control"),devices.ENGINE_SYSTEM, device_commands.Button_8, 134, 0.1 )
elements["pnt_135"] = default_movable_axis(_("Carburetor Warm Air Control"),devices.ENGINE_SYSTEM, device_commands.Button_28, 135, 0.1 )

 

por

 

elements["pnt_134"] = default_movable_axis(_("Carburetor Cold Air Control"),devices.ENGINE_SYSTEM, device_commands.Button_7, 134, 0.1 )
elements["pnt_135"] = default_movable_axis(_("Carburetor Warm Air Control"),devices.ENGINE_SYSTEM, device_commands.Button_27, 135, 0.1 )

 

El resultado es el previsto, a alta cota hay unas mayores prestaciones a alta velocidad.

 

RESULTO EN EL PARCHE DE 17/3/2022

 

Edited by Tarres
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

Some pretty cookies are used in this website