Devil May Cry 3: Special Edition

Devil May Cry 3: Special Edition

评价数不足
DMC3SE Keyboard + Mouse (AutoHotkey v2)
由 ProjectXsent 制作
This guide will show you how to play the game using Keyboard and Mouse with the help of AutoHotkey v2.

For HD Collection: https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3289173294
   
奖励
收藏
已收藏
取消收藏
Requirements
- AutoHotkey v2[github.com]

I would also advice to change your keyboard bindings first on the keyboard settings. You can use mine for reference.

For Vanilla/Style Switcher 2.4.3 and below:
For Style Switcher 3.0+, edit StyleSwitcher.ini file:
Keyboard.L2 =51,51 ;Q Keyboard.R2 =45,45 ;E Keyboard.L1 =4E,4E ;N Keyboard.R1 =20,20 ;Space Keyboard.Triangle =49,49 ;I Keyboard.Circle =4C,4C ;L Keyboard.Cross =4B,4B ;K Keyboard.Square =4A,4A ;J Keyboard.Select =4D,4D ;M Keyboard.L3 =43,43 ;C Keyboard.R3 =46,46 ;F Keyboard.Start =1B,1B ;Esc Keyboard.D-Pad.Up =31,31 ;1 Keyboard.D-Pad.Right =32,32 ;2 Keyboard.D-Pad.Down =33,33 ;3 Keyboard.D-Pad.Left =34,34 ;4 Keyboard.LeftAnalogStick.Up =57,57 ;W Keyboard.LeftAnalogStick.Right =44,44 ;D Keyboard.LeftAnalogStick.Down =53,53 ;S Keyboard.LeftAnalogStick.Left =41,41 ;A Keyboard.RightAnalogStick.Up =26,26 ;Up Arrow Keyboard.RightAnalogStick.Right =27,27 ;Right Arrow Keyboard.RightAnalogStick.Down =28,28 ;Down Arrow Keyboard.RightAnalogStick.Left =25,25 ;Left Arrow
Instructions
  1. Install AutoHotkey v2 and AutoHotkey Dash will launch afterwards.
  2. Click New Script > name it something like "DMC3SE 2006 KBM" > click Edit and select Notepad or any text editor that you're comfortable with.
  3. Copy and paste this script:
    A_HotkeyInterval := 0 A_MaxHotkeysPerInterval := 99999 ; ----------------------------------------------------------------- ; Devil May Cry 3 Special Edition (PC 2006) ; ----------------------------------------------------------------- #HotIf WinActive("ahk_exe dmc3se.exe") ;1 ; Item Screen/Trickster ;2 ; Map Screen/Swordmaster ;3 ; Equip Screen/Royalguard ;4 ; File Screen/Gunslinger X::N ; [X] Devil Trigger (LB) LShift::Space ; [LShift] Lock-On (RB) XButton1::Q ; [Mouse Button 4] Change Guns (LT) XButton2::E ; [Mouse Button 5] Change Devil Arms (RT) LButton::I ; [LMB] Melee (Y) RButton::J ; [RMB] Shoot (X) MButton::L ; [MMB] Style Action (B) Space::K ; [Space] Jump (A) T::M ; [T] Taunt (Back/View) z::Left ; [Z] Rotate Camera Left x::Right ; [X] Rotate Camera Right Pause::Suspend ; [Pause] Suspend Script #HotIf
  4. Save the script in the Notepad.

    NOTE: You can also copy and paste this script directly in Notepad/Notepad++/Sublime Text/Visual Studio code and save it as ".ahk" file.

    The logic of this script is that if AutoHotkey v2 with the script and DMC3SE are running in the background, these keybinds will be in effect as well so if you want to suspend the script to use your keyboard normally, press Pause on your Keyboard or right-click AutoHotkey from the hidden icons in the taskbar then Suspend. You can also click Exit to shutdown the script after suspending. This is also a good solution if you're worried that the script will affect other programs.
  5. Head to the location of the script (Default location: %SystemDrive%\Users\%Username%\Documents\AutoHotkey) and run the script.
  6. Run the game to test.

You can still use the original keybinds while you're in the game.

2 条留言
Nico_SSJ 4 月 27 日 下午 1:26 
It puts me a key limit, what do I have to do?
dead 2024 年 10 月 18 日 下午 7:33 
tysm!