Cutstuff Forum

Mega Man 8-bit Deathmatch => Tutorial Collection => Topic started by: JaxOf7 on April 22, 2013, 09:54:18 AM

Title: Turbo Button bind
Post by: JaxOf7 on April 22, 2013, 09:54:18 AM
No no, this does not bypass normal rate of fire restrictions.
This allows you to easily fire uncharged shots of chargable weapons.

Go to your Zandronum configuration .ini file.
Under [Doom.ConsoleAliases], paste this
Code: [Select]
Name=RapidFire
Command=+attack; wait 1; -attack; wait 1; RapidFireOn
Name=+RFire
Command=Alias RapidFireOn "RapidFire"; RapidFireOn
Name=-RFire
Command=Alias RapidFireOn ""

And that's the alias to do it.
Now you need to bind +RFire to a key. (-RFire is connected to the release of +RFire; don't worry about it.)

Start up MM8BDM (or look under [Doom.Bindings]).

Open the console with ~.
Type
Code: [Select]
bind mouse2 +RFire
Mouse2 is your right click; you can replace that with whatever you like.

Now just hold your turbo button and let the wild coils fly!
Title: Re: Turbo Button bind
Post by: Zard1084 on April 22, 2013, 03:04:44 PM
While this would be useful for people who lack the quick trigger finger... i for one do not need it... but great guide anyways!
Title: Re: Turbo Button bind
Post by: -Daiki-TheOni on April 22, 2013, 03:19:28 PM


Seriously, thank you very much, JaxOf7!