Middle-earth™: Shadow of Mordor™

Middle-earth™: Shadow of Mordor™

Statistiche:
Is there a way to toggle stealth?
At this rate my pinky will fall off after a few days.
Ultima modifica da Mrmedusa; 14 nov 2014, ore 12:37
< >
Visualizzazione di 1-11 commenti su 11
No. Actually I prefer the stealth toggle option in most games I play, but in this one it didn't seem to bother me. I don't use mouse and keyboard, so for me it would be my middle finger.
Currently there is no way to toggle stealth, if you are using a keyboard with programmable keys you are able to set this up yourself, otherwise your pinky could use the exercise anyway.
Thanks for the replies.
actually i just figured out how to do that obviously there's no real option in the game but if you hold shift then tab then switch back to the game you'll be sorta toggeled in stealth if you want out of it just hit the shift key and you'll be standing up again.
While I love this game it's got one of the worst control schemes I've ever seen. Had to rebind almost every key and even then it wasn't perfect but yeah I rebinded my stealth to alt and it works pretty well.
Ultima modifica da RIP Chicken; 6 nov 2015, ore 22:24
haha got same proplem. well game was short so try keep going.
Use an Autohotkey like this one (I have remapped Stealth to LCtrl in game):

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. #SingleInstance force toggle:=false #IfWinActive Middle-earth: Shadow of Mordor ahk_class Shadow of Mordor ahk_exe ShadowOfMordor.exe { $LCtrl:: toggle:=!toggle Send, % "{LCtrl " ( toggle ? "down" : "up" ) "}" return }
Ultima modifica da Zuzunne; 7 nov 2015, ore 9:31
Messaggio originale di Zuzunne:
Use an Autohotkey like this one (I have remap Stealth to LCtrl in game):

[...]

Thanks for this tip. I use AutoHotKey for other games as well, so this is working great for me.

My finger can get some rest again. :-)
Messaggio originale di Veneratus:
...otherwise your pinky could use the exercise anyway.

No, that's a recipe for overuse injury. Pinky fingers don't need "exercise".

Ultima modifica da King J; 1 set 2018, ore 6:49
Messaggio originale di Zuzunne:
Use an Autohotkey like this one (I have remapped Stealth to LCtrl in game):

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. #SingleInstance force toggle:=false #IfWinActive Middle-earth: Shadow of Mordor ahk_class Shadow of Mordor ahk_exe ShadowOfMordor.exe { $LCtrl:: toggle:=!toggle Send, % "{LCtrl " ( toggle ? "down" : "up" ) "}" return }

Normally I use an Xbox PC controller for this game, and wouldn't play it otherwise. I downloaded AHK (which I've never used before) in order to try the above solution. It did enable me to go into perma-stealth, but unfortunately made the controller not work at all, and also made the keyboard not work for typing outside of the game.
So my questions are:
1. Is it possible to use this and also use an xbox controller (only using the keyboard to go into perma-stealth)?
2. How do I stop it from making my keyboard useless for anything else?
Thanks in advance.
Ultima modifica da King J; 1 set 2018, ore 7:18
I use a macro myself ~ seems to be the simplest method.

I do have to agree with Acclaim's reply above to an extent. I've rebound numerous times ( as I aquired new skills ) to find a reasonably accessible key setup ~ when they work correctly.
Ultima modifica da Poppi !!; 1 set 2018, ore 15:18
< >
Visualizzazione di 1-11 commenti su 11
Per pagina: 1530 50

Data di pubblicazione: 14 nov 2014, ore 12:36
Messaggi: 11