TruePooshmeu Posted October 13, 2019 Share Posted October 13, 2019 (edited) I just want a mod that ignore a keyboard key after a mouse input for like half a second. I guess neither SKSE nor creation kit have those scripts so i'm willing to fiddle a little with windows 10, I know basic C programming. something like that (in C) If (LeftMouseButton || RightMouseButton == Pressed) { Do { start timer; ignore "XkeyboardButton"; } while (timer<=0.5segs); } Edited October 13, 2019 by TruePooshmeu Link to comment Share on other sites More sharing options...
IsharaMeradin Posted October 13, 2019 Share Posted October 13, 2019 Easiest solution would be to avoid pressing any keyboard keys for half a second after pressing a mouse button. Not sure why you'd need this and not sure if it would even be possible. Link to comment Share on other sites More sharing options...
TruePooshmeu Posted October 13, 2019 Author Share Posted October 13, 2019 (edited) well, I love TkDodge and just can't play without it, but it allows me to cancel attack animation by dodging, I really don't like this feature. This would be the onlu solution, ignoring dodge key after attacking, I don't even have a spark of the knowledge necessary to tinker with TkDodge and fix it. would really like if Tktk made it optional. Dodge mod has too much input lag. My modded game is hardcore, sometimes I die with 1-2 powerattack from dual wielding weapons (as intended), and enemies are very opportunistic, so I really need the instantaneous responde from TkDodge. Edited October 13, 2019 by TruePooshmeu Link to comment Share on other sites More sharing options...
Recommended Posts