Aller au contenu

Photo

No Toggle for Walking?


  • Veuillez vous connecter pour répondre
3 réponses à ce sujet

#1
eyetumor

eyetumor
  • Members
  • 9 messages
Is there a way to toggle walk?  ME1 had it. 

#2
Spawnyguy

Spawnyguy
  • Members
  • 11 messages
the left ctrl key toggles walking in the game

#3
Crunchyinmilk

Crunchyinmilk
  • Members
  • 638 messages
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" )




#4
stubbieAussie

stubbieAussie
  • Members
  • 139 messages

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?