Advanced Search

Author Topic: Turbo Button bind  (Read 6508 times)

0 Members and 1 Guest are viewing this topic.

April 22, 2013, 09:54:18 AM
Read 6508 times

Offline JaxOf7

  • MM8BDM Extender
  • *****
  • Date Registered: March 23, 2011, 03:56:13 AM

    • View Profile
Turbo Button bind
« 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!

April 22, 2013, 03:04:44 PM
Reply #1

Offline Zard1084

  • Donator

  • The world is pain...
  • *
  • Date Registered: August 24, 2012, 11:25:00 PM

    • View Profile
    • http://www.youtube.com/user/Zard1084
Re: Turbo Button bind
« Reply #1 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!

April 22, 2013, 03:19:28 PM
Reply #2

Offline -Daiki-TheOni

  • Standard Member

  • Honor, love and justice... thats what i need.
  • Date Registered: December 04, 2011, 08:25:43 PM

    • View Profile
Re: Turbo Button bind
« Reply #2 on: April 22, 2013, 03:19:28 PM »


Seriously, thank you very much, JaxOf7!