Posted January 29, 2019
high rated
Keybindings like "Show Map" are not possible in the full game. Just the Demo.
To do these anyway, change
ActionMappings=(ActionName="ShowMap",Key=M,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
to
ActionMappings=(ActionName="ShowMap",Key=Tab,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
in
%LOCALAPPDATA%\Seven\Saved\Config\WindowsNoEditor\Input.ini
If you rebind WASD to ESDF the minigames are still WASD. Change the corresponding four "UIMMGame_*" and "UI_Move*" to fix.
To do these anyway, change
ActionMappings=(ActionName="ShowMap",Key=M,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
to
ActionMappings=(ActionName="ShowMap",Key=Tab,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
in
%LOCALAPPDATA%\Seven\Saved\Config\WindowsNoEditor\Input.ini
If you rebind WASD to ESDF the minigames are still WASD. Change the corresponding four "UIMMGame_*" and "UI_Move*" to fix.
Post edited January 29, 2019 by AlienMind