Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Auto-reload and Rapidfire
#9

Adder, I need to know how you use the mousewheel.

For instance, if you have:
Code:
bind mwheelup invnext
Which just cycles to the next weapon after each click, then no it won't work. However, if you have:
Code:
bind mwheelup slot1
and
Code:
bind mwheeldown slot2
- or some other similar variation calling to a specific slot, then it can be made to work.

Let's examine my original post.
Code:
//Rocket Launcher and Shotgun Auto-reload
bind mouse1 +zreload
bind c "slot1; +reload; bind mouse1 +zreload"
bind v "slot2; +reload; bind mouse1 +zreload"
The first thing this config does is bind your Mouse1 button to execute the alias 'zreload' everytime that button is pressed. Which means that you will stop attempting to reload and then fire your weapon, the other important part is that upon releasing the button it will automatically try to reload.

What you pasted will not work the way you think it might, you've basically made it so that everytime you select slot1 or slot2 from specific keys it will reload, but it won't do it for you after you've fired a shot, not until you press slot1 button again.

The reason I suggest putting the 'zreload' alias in the autoexec is so that other classes can take advantage of it, scout scattergun, engineer shotgun, demo grenade launcher, and et cetera without repasting it to each class config.

If any of you would like this setup in a particular way, let me know and I'll make it work for you, just keep in mind that there limitations to scripting.
Reply


Messages In This Thread
Auto-reload and Rapidfire - by yay - May 17, 2009, 11:33 PM
Auto-reload and Rapidfire - by OmegaZero_Alpha - May 17, 2009, 11:59 PM
Auto-reload and Rapidfire - by Drunken F00l - May 18, 2009, 12:30 AM
Auto-reload and Rapidfire - by Hell-met - May 18, 2009, 12:34 AM
Auto-reload and Rapidfire - by Ranma - May 18, 2009, 12:36 AM
Auto-reload and Rapidfire - by Adder - May 18, 2009, 12:39 AM
Auto-reload and Rapidfire - by OmegaZero_Alpha - May 18, 2009, 12:42 AM
Auto-reload and Rapidfire - by Ranma - May 18, 2009, 12:52 AM
Auto-reload and Rapidfire - by yay - May 18, 2009, 12:41 PM
Auto-reload and Rapidfire - by yay - May 18, 2009, 01:44 PM
Auto-reload and Rapidfire - by Reynolds - May 19, 2009, 01:33 PM
Auto-reload and Rapidfire - by Drunken F00l - May 19, 2009, 01:40 PM
Auto-reload and Rapidfire - by Ranma - May 19, 2009, 02:04 PM
Auto-reload and Rapidfire - by yay - May 19, 2009, 07:33 PM
Auto-reload and Rapidfire - by yay - May 19, 2009, 07:40 PM
Auto-reload and Rapidfire - by Reynolds - May 19, 2009, 07:57 PM
Auto-reload and Rapidfire - by Drunken F00l - May 20, 2009, 03:26 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)