You are not logged in.
Pages: 1
Hello everyone,
I can’t manage to access console. It’s probably due to my configuration: I’m running BF42 on Linux using Wine, plus I’m using a French AZERTY keyboard.
I understand that in theory, the key to access console is " ` ", under the "Esc" key. On an AZERTY it’s " ² ", but it doesn’t work. " ` " is AltGr+7, which doesn’t work either.
I tried to edit Mods/Bf1942/Settings/Profiles/Notapix/Controls/Common.con where there is a "c_GIToggleConsole" line with value "IDKey_Grave", but every time I start the game, that settings defaults back to "IDKey_Grave".
Any idea on how to fix that?
Last edited by Notapix (2020-08-19 15:24:20)
Hello. I don't know much about AZERTY layout.
This is what I have in my config:
ControlMap.addKeyToTriggerMapping c_GIToggleConsole IDFKeyboard IDKey_Grave c_CMNonRepetive
If it doesn't work, you can try to bind another key to open the game console. For example, you don't need the Delete key in game, so you can try:
ControlMap.addKeyToTriggerMapping c_GIToggleConsole IDFKeyboard IDKey_Delete c_CMNonRepetive
If you always have your config overwritten, try to create the same folder hierarchy in the %userprofile%\documents.
In Windows, there should be something like:
%userprofile%\Documents\Battlefield 1942\Mods\Bf1942\Settings\Profiles\Custom\Controls\Common.con
Hi nämeless, and thanks.
I tried that, but it doesn’t work, as soon as I started the game the line defaulted back to
ControlMap.addKeyToTriggerMapping c_GIToggleConsole IDFKeyboard IDKey_Grave c_CMNonRepetive
Like if the game edited the common.con file to make sure the console key was IDKey_Grave and not any other key
I’ll have a look at the userprofile folder.
Last edited by Notapix (2020-08-19 15:19:05)
Ah great, with the userprofile file it works!
Thanks a lot
Last edited by Notapix (2020-08-19 15:24:46)
Il n'y a pas de quoi.
Pages: 1