Jump to content

How can I find the setcommand for [Cockpit Perform Clickable Action]


Go to solution Solved by mkel2010,

Recommended Posts

Posted

In this version, It seems that the code 'OPTIONS_ADD_COMMAND_CODES_TO_TOOLTIP = True / False' in file [missioneditor.lua] responsible for displaying the cockpit id and command has been removed.

Thus, how can I now restore the functionality to display the corresponding command numbers for clickable actions when hovering over the controls page?

null

image.png

image.png

  • Solution
Posted

In the Saved Games config folder, create a file called autoexec.cfg and put this in it:

input =

{

command_code_tooltips = true,

}

 

(No extra lines are needed, just the way the forum formats the code. You should end up with four lines of code.)

  • Recently Browsing   0 members

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