MIND Path to Thalamus E.Edition

MIND Path to Thalamus E.Edition

Not enough ratings
Rebinding keys
By Epok__
Menu currenly doesn't allow rebinding keys from the game (especially direction keys). This is how to do it under Windows.
   
Award
Favorite
Favorited
Unfavorite
General config file
Editing keys can be done from a configuration file:

* Browse to your Steam installation directory,
* From there, go to SteamApps/Common/Mind_Path_to_Thalamus/Mind_Pathtothalamus/Config
* Edit file DefaultInput.ini with a plain-text editor (e.g., notepad).
Direction keys
Directions are handled along positive and negative directions toward an axis.

To edit forward/backward keys, you'll have to find the line begenning with:
+AxisMappings=(AxisName=MoveForward
Beware! A very similar line is
-AxisMappings=(AxisName=MoveForward
Choose the lines beginning with a + sign.
There should be a few of them: at least two keys, each two directions.

To edit sideways directions, you'll have to find lines beginning with:
+AxisMappings=(AxisName=MoveRight

The direction is indicated by:
scale=
Its sign indicates the actual direction: 1 is positive toward axis, -1 is negative.

Moving backward is MoveForward with a scale of -1.
Moving left is MoveRight with a scale of -1.

Replace this item in the line, choosing the key you want:
key=

E.g.:
+AxisMappings=(AxisName="MoveForward",Key=W,Scale=1.000000)
can become
+AxisMappings=(AxisName="MoveForward",Key=Z,Scale=1.000000)
if you want to remap the W key to Z for forward moving.
1 Comments
William JCM 20 Jan, 2019 @ 1:22am 
I don't have that file. Only DefaultEngine.ini, VR.ini, and NOVR.ini.