On some laptop keyboard, the default key (² or ~ or `) is not working. If you tried to change the default value (grave)
Code: Select all
ControlMap.addKeyToTriggerMapping c_GIToggleConsole IDFKeyboard IDKey_Grave c_CMNonRepetive
Code: Select all
C:\Program Files (x86)\EA GAMES\Battlefield 1942\Mods\bf1942\Settings\Profiles\Custom\Controls\Common.con
The solution
Just unzip this in your Documents folder: It will create the following file:
Code: Select all
C:\Users\YourName\Documents\Battlefield 1942\mods\BF1942\Settings\Profiles\Custom\Controls\Common.con
In this file the console toggle action is mapped to the letter H, feel free to change it (to T by example):
Code: Select all
ControlMap.addKeyToTriggerMapping c_GIToggleConsole IDFKeyboard IDKey_H c_CMNonRepetive