Nuclear Throne
Improved controls script for mouse + keyboard
This script will let you press right mouse button to fire your secondary weapon, and left mouse button to fire your primary weapon. Middle mouse button uses your special ability which was before on the right mouse button.

Requires AutohotKey, which you can get here: Autohotkey[autohotkey.com]

After installation, copy the following text to nuclearThrone.ahk and double click it.

To turn off, double click the autohotkey icon in your system tray, then go to file / exit

#SingleInstance force LMBMode := true MButton::X LButton:: if LMBMode { MouseClick, left,,, 1, 0, D ; Hold down the left mouse button. KeyWait, LButton ; Wait for the key to be released. MouseClick, left,,, 1, 0, U ; Release the mouse button. } else { LMBMode := true Send,{Blind}{Space Down} sleep, 30 Send,{Blind}{Space Up} MouseClick, left,,, 1, 0, D ; Hold down the left mouse button. KeyWait, LButton ; Wait for the key to be released. MouseClick, left,,, 1, 0, U ; Release the mouse button. } return RButton:: if LMBMode { LMBMode := false Send,{Blind}{Space Down} sleep, 30 Send,{Blind}{Space Up} MouseClick, left,,, 1, 0, D ; Hold down the left mouse button. KeyWait, RButton ; Wait for the key to be released. MouseClick, left,,, 1, 0, U ; Release the mouse button. } else { MouseClick, left,,, 1, 0, D ; Hold down the left mouse button. KeyWait, RButton ; Wait for the key to be released. MouseClick, left,,, 1, 0, U ; Release the mouse button. } return
Last edited by Private Parts; May 25, 2016 @ 9:01am
< >
Showing 1-10 of 10 comments
effie 🌺 May 25, 2016 @ 8:26am 
Originally posted by SilentButDeadly:
This script will let you press right mouse button to fire your secondary weapon, and left mouse button to fire your primary weapon.
steroids much
Private Parts May 25, 2016 @ 8:50am 
Originally posted by FRII:
Originally posted by SilentButDeadly:
This script will let you press right mouse button to fire your secondary weapon, and left mouse button to fire your primary weapon.
steroids much

Have not unlocked that guy. But it's far more natural to press RMB once to fire a grenade than to press space, LMB, then space again. With the default control scheme I end up killing myself because I forget to switch back.
effie 🌺 May 25, 2016 @ 8:53am 
Originally posted by SilentButDeadly:
Originally posted by FRII:
steroids much

Have not unlocked that guy. But it's far more natural to press RMB once to fire a grenade than to press space, LMB, then space again. With the default control scheme I end up killing myself because I forget to switch back.
first of all, git gud.

secondly, people actually use space? why not just the scroll wheel?

lastly, how is it 'more natural' exactly? especially if there's already a character for it? people (afaik) have literally never had any problems with the control scheme, so why make this?
Last edited by effie 🌺; May 25, 2016 @ 8:53am
Private Parts May 25, 2016 @ 8:59am 
Try it before you knock it. If you try it and still feel the old way is more natural then your argument has merit.
Last edited by Private Parts; May 25, 2016 @ 9:00am
effie 🌺 May 25, 2016 @ 9:01am 
Originally posted by SilentButDeadly:
Try it before you knock it. If you try it and still feel the old way is more natural then your argument has merit.
i won't be able to try it until i get home, but even then i won't want to download some program just to tell you that you're wrong
Yung Venuz (Banned) May 25, 2016 @ 12:12pm 
Originally posted by FRII:
Originally posted by SilentButDeadly:

Have not unlocked that guy. But it's far more natural to press RMB once to fire a grenade than to press space, LMB, then space again. With the default control scheme I end up killing myself because I forget to switch back.
first of all, git gud.

secondly, people actually use space? why not just the scroll wheel?

lastly, how is it 'more natural' exactly? especially if there's already a character for it? people (afaik) have literally never had any problems with the control scheme, so why make this?
Space is a for sure next weapon, scroll might switch two times and just land you on your current.
re11ding May 25, 2016 @ 2:25pm 
Originally posted by Yung Venuz:
Originally posted by FRII:
first of all, git gud.

secondly, people actually use space? why not just the scroll wheel?

lastly, how is it 'more natural' exactly? especially if there's already a character for it? people (afaik) have literally never had any problems with the control scheme, so why make this?
Space is a for sure next weapon, scroll might switch two times and just land you on your current.
Bingo. Yung says it true as day. I started using space as it's much more reliable.
effie 🌺 May 25, 2016 @ 2:42pm 
Originally posted by re11ding:
Originally posted by Yung Venuz:
Space is a for sure next weapon, scroll might switch two times and just land you on your current.
Bingo. Yung says it true as day. I started using space as it's much more reliable.
i don't have any problems with it, but whatever.

and why not q?
Yung Venuz (Banned) May 25, 2016 @ 3:56pm 
Originally posted by FRII:
Originally posted by re11ding:
Bingo. Yung says it true as day. I started using space as it's much more reliable.
i don't have any problems with it, but whatever.

and why not q?
I didn't even know q did something, but you don't have any problems because you are use to it and have been using it.
Yung Venuz (Banned) May 25, 2016 @ 3:57pm 
Also would this be cheating or overpowered? I mean you get to use both your weapons, no acuracy minus and I assume they reload as well, so this would make steroids the WORST charicter to play as because he wouldn't be 'special' he'd just have a acuracy minus.
Last edited by Yung Venuz; May 25, 2016 @ 3:58pm
< >
Showing 1-10 of 10 comments
Per page: 1530 50

Date Posted: May 25, 2016 @ 8:14am
Posts: 10