liudy116 Posted October 24, 2024 Posted October 24, 2024 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
Solution mkel2010 Posted October 25, 2024 Solution Posted October 25, 2024 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.)
Recommended Posts