Is there a way to toggle walk? ME1 had it.
No Toggle for Walking?
Débuté par
eyetumor
, janv. 27 2010 03:42
#1
Posté 27 janvier 2010 - 03:42
#2
Posté 27 janvier 2010 - 04:17
the left ctrl key toggles walking in the game
#3
Posté 01 mai 2010 - 04:34
change
Bindings=(Name="Walking",Command="Button bRun")
to
Bindings=(Name="Walking",Command="Toggle bRun")
in your coalesced.ini.
You can also make the command menu (pause to give instructions etc) a toggle.
Change:
Bindings=( Name="PC_ExitCommandMenu", Command="OnRelease ExitCommandMenu" )
To:
Bindings=( Name="PC_ExitCommandMenu", Command="ExitCommandMenu" )
Bindings=(Name="Walking",Command="Button bRun")
to
Bindings=(Name="Walking",Command="Toggle bRun")
in your coalesced.ini.
You can also make the command menu (pause to give instructions etc) a toggle.
Change:
Bindings=( Name="PC_ExitCommandMenu", Command="OnRelease ExitCommandMenu" )
To:
Bindings=( Name="PC_ExitCommandMenu", Command="ExitCommandMenu" )
#4
Posté 14 mai 2010 - 12:19
Crunchyinmilk wrote...
in your coalesced.ini.
You can also make the command menu (pause to give instructions etc) a toggle.
Change:
Bindings=( Name="PC_ExitCommandMenu", Command="OnRelease ExitCommandMenu" )
To:
Bindings=( Name="PC_ExitCommandMenu", Command="ExitCommandMenu" )
This just causes the game to crash when first starting.
Does anyone know of another way to enable toggle for the Command menu?





Retour en haut






