Keyboard controls (Dark Souls 2)
The people, in general, decided to create such a topic, since they themselves had just turned on the game and, to be honest, could not figure out how to press what, let's just write here how to perform all the actions in the game, I will write them to the list right in this message, so that no one has any more questions.So, the following actions and strikes are available to us in the game:
1) "Strong blow" - twice lkm / rkm
2) "Hit after roll" - (wasd) + space + lkm / rkm
3) "Jump" - (hold) space + F
4) "Strike in the fall" - lkm + rkm
5) "Light a torch" - (near the fire) N + Enter
6) "Break through the defense" - W + H
7) "Strike in a jump" - W + G
8) "Kick with a rebound"
Mark Leletko
Hold down the "Take right weapon in both hands" button.
Maybe someone can help (my layout):
Spoiler
As if I were playing on a joystick, only the response, it seems to me, is better. I don't use a mouse AT ALL. Attacks from the right hand used to stand on NUMs the way they are now on the left (Artie took the sword and rushed)
Thanks to the script for AutoHotkey, I made the controls similar to the first Dark Souls. The script can be found in Steam, + I'll post it here.
AutoHotkey script # SingleInstance Force
#MaxHotkeysPerInterval 99999
#IfWinActive ahk_class DarkSouls2
; Hold to block with a shield in left hand
c :: Send {u down}
c Up :: Send {u up}
; Strong attack (left hand) / Parry
CapsLock ::
XButton1 :: send {y down}
CapsLock up ::
XButton1 up :: send {y up}
; Attack (left hand)
XButton2 :: send {u down}
XButton2 up :: send {u up}
; Boss key
LAlt & Tab :: AltTab
; Wield right weapon two-handed (hold for left weapon)
Tab :: n
; Attack (right hand)
$ LButton ::
send {h down}
return
$ LButton up ::
send {h up}
return
; Mouse controls in menus (use Ctl + Click)
^ LButton ::
send {LButton down}
return
^ LButton up ::
send {LButton up}
^ RButton ::
send {RButton down}
return
^ RButton up ::
send {RButton up}
return
; Strong attack (right hand)
$ RButton ::
send {g down}
return
$ RButton up ::
send {g up}
return
; Equipment menu
1 ::
send {Escape down}
sleep 30
send {Escape up}
send {ENTER down}
sleep 30
send {ENTER up}
return
; Inventory menu
2 ::
send {Escape down}
sleep 30
send {Escape up}
send {right down}
sleep 30
send {right up}
send {ENTER down}
sleep 30
send {ENTER up}
return
; Player status menu
3 ::
send {Escape down}
sleep 30
send {Escape up}
send {right down}
sleep 30
send {right up}
send {right down}
sleep 30
send {right up}
send {ENTER down}
sleep 30
send {ENTER up}
return
; Message menu
4 ::
send {Escape down}
sleep 30
send {Escape up}
send {right down}
sleep 30
send {right up}
send {right down}
sleep 30
send {right up}
send {right down}
sleep 30
send {right up }
send {ENTER down}
sleep 30
send {ENTER up}
return
; Interact (open doors, speak to the NPCs)
e :: ENTER
; Use item (drink dat estus)
q :: e
; Guard break
v ::
send {w down}
send {h down}
send {w up}
send {h up}
return
; Jump attack
r ::
send {w down}
send {g down}
send {w up}
send {g up}
return
; Switch left weapon
z ::
WheelLeft ::
send {left down}
send {left up}
return
; Switch right weapon
x ::
WheelRight ::
send {right down}
send {right up}
return
; Target lock
LAlt :: MButton
F1 :: Suspend
In the script, block on the 'c' key
Strikes as in the first part, normal attack with the right hand - LMB, power attack - RMB.
For the left hand (usually a shield), respectively, 'c' and 'Caps Lock'
Change the pose of the weapon to Tab, the rest will be found in the script itself.
Thank you, man !!! Otherwise I can't jump from the vines to the beam for a week: DD
Good people, but how to strike with two weapons at once? if you take weapons in each hand, even if it is two-handed, I have seen many times how people hit with two weapons at once, or did some kind of beautiful combo with them, I have a KEYBOARD AND MOUSE with:
Nanaya
To stand in a power stance with two weapons, you need to have strength and dexterity one and a half times more than the greatest requirement for a weapon in one of the hands. On the keyboard, you need to hold down the "N" button.
at_sagor
Thank you, and then you will be able to hit not one weapon in turn, but two at once?
Nanaya
In a two-handed power stance, a left-handed attack will be a two-handed attack, and a right-handed attack will only be a right-handed attack.
what to do if the weapon is not displayed in the left hand although it is equipped
at_sagor you
know what to do if the weapon in your left hand is not displayed, although it is worn in both the right sword and the left sword, but the sword in the left hand is not displayed
Dinmukhamed Hamzin
Take off the ring that makes the weapon in your left hand invisible.
Dinmukhamed Khamzin
Then, perhaps you have an empty weapon slot selected. I hope you know how to change weapons in fast slots to check this guess.
Dinmukhamed Khamzin
Click the weapon change button in your left hand. He reached the bastille, didn't he switch the "pockets" of the weapon slots.
Look in the settings. If you play the keyboard, I recommend setting them to 1 and 2 (1 left, 2 right). Very convenient.
shprotatom The
need for this script has disappeared long ago, at least on the Schoolboy for sure. No mouse lag, all controls are customizable ...