Dragon's Dogma: Dark Arisen

Dragon's Dogma: Dark Arisen

檢視統計資料:
Cthulhu 2017 年 5 月 4 日 下午 9:26
Keyboard and Mouse Hotkeys for dinput8.dll hooks
http://www.nexusmods.com/dragonsdogma/mods/375/?

Implemented the features of my old AutoHotkey script directly into the game (no more stuck keys).
If you are a Keyboard & Mouse user like me, give it a try, it will make the game a lot more enjoyable.

Also, I built it on top of the latest dinput8.dll hooks, all of its features are untouched.
< >
目前顯示第 1-4 則留言,共 4
JD777 2017 年 5 月 7 日 上午 9:24 
Thanks I just downloaded it and will test it out a little later.If it works I will upvote on

This is my autohotkey script I used but it still is bugging at times.

looping = 0 hotkey, Numpad4, spam hotkey, Numpad5, spam2 ;Item Stats ;x hotkey, Numpad3, spam4 hotkey, NumpadPgDn, spam4 ;o hotkey, NumpadEnter, spam3 ;Turbo keys hotkey, NumpadDel, spam5 hotkey, NumpadDot, spam5 hotkey, Numpad6, spam6 hotkey, NumpadAdd, spam7 return ;++++++++++++++++++++++++++++++++++++++++++++++++++++++ spam: sleep 10 GetKeyState, state, Numpad5 ;===========-------------============== if state = U { GetKeyState, state2, Numpad4 if state2 = U { sendinput, {Numpad4 down} ; } else if state2 = D { ; sendinput, {Numpad4 up} } } ;===========-------------============== if state = D { GetKeyState, state2, Numpad4 if state2 = U { sendinput, {Numpad5 up} sendinput, {Numpad4 down} ; } else if state2 = D { ; sendinput, {Numpad4 up} } } Return ;++++++++++++++++++++++++++++++++++++++++++++++++++++++ spam2: sleep 10 GetKeyState, state, Numpad4 ;===========-------------============== if state = U { GetKeyState, state2, Numpad5 if state2 = U { sendinput, {Numpad5 down} ; } else if state2 = D { ; sendinput, {Numpad5 up} } } ;===========-------------============== if state = D { GetKeyState, state2, Numpad5 if state2 = U { sendinput, {Numpad4 up} sendinput, {Numpad5 down} ; } else if state2 = D { ; sendinput, {Numpad5 up} } } Return ;++++++++++++++++++++++++++++++++++++++++++++++++++++++ spam3: sendinput, {x} Return ;++++++++++++++++++++++++++++++++++++++++++++++++++++++ spam4: sendinput, {o} Return ;++++++++++++++++++++++++++++++++++++++++++++++++++++++ spam5: GetKeyState, state3, NumpadDel ;===========-------------============== if state3 = D { sleep 50 ; sendinput, {Numpad0} } else if state3 = U { Return } return ;++++++++++++++++++++++++++++++++++++++++++++++++++++++ spam6: GetKeyState, state3, Numpad6 ;===========-------------============== if state3 = D { sendinput, {Left} sleep 50 sendinput, {Right} } else if state3 = U { Return } return ;++++++++++++++++++++++++++++++++++++++++++++++++++++++ spam7: ExitApp Return ;++++++++++++++++++++++++++++++++++++++++++++++++++++++
Jtotheosh 2017 年 5 月 7 日 下午 2:32 
Wow this is so awesome, I'm glad I checked out the discussions page.
Cthulhu 2017 年 5 月 8 日 上午 2:27 
feedback?
JD777 2017 年 5 月 8 日 上午 8:12 
I just tested it and I'm going to mess with this later after I finish with Doom because I use the number pad keys and arrow keys along with some other weird binds.I would finish editing it but right now I'm not in the mood to look through keyboard codes etc.. Thanks though it looks like a realy good util for keyboard and mouse players of Dragons Dogma
最後修改者:JD777; 2017 年 5 月 8 日 上午 9:03
< >
目前顯示第 1-4 則留言,共 4
每頁顯示: 1530 50

張貼日期: 2017 年 5 月 4 日 下午 9:26
回覆: 4