Posts: 151
Threads: 8
Joined: Jun 2010
How fast can you shoot 1 snipershot followed by 2 pistol and finally 1 snipershot again ?
Does anyone know ?
Is it possible the same time it takes to fire 4 smg bullets on auto ?
Posts: 488
Threads: 12
Joined: Jun 2010
i wouldn't think so, without some kind of mega script
Posts: 23
Threads: 3
Joined: Jun 2010
01 Jul 10, 01:27PM
(This post was last modified: 01 Jul 10, 01:28PM by Acropolips.)
I dont think normal players can do that :/.
Your basically saying that shooting a snipe, then switching to a pistol and shooting two bullets and switching back to a sniper and shoot a bullet has the same rate of fire as an smg, which I think is basically impossible.
Posts: 2,136
Threads: 50
Joined: Jun 2010
01 Jul 10, 01:30PM
(This post was last modified: 01 Jul 10, 01:30PM by jamz.)
Ignoring the human aspect of actually scrolling or pressing a key, it takes 1500ms to fire two sniper rounds. Four SMG rounds can be fired in 240ms (3 x 80ms gaps).
Posts: 1,823
Threads: 20
Joined: Jun 2010
01 Jul 10, 02:54PM
(This post was last modified: 01 Jul 10, 03:00PM by Gibstick.)
bind MOUSE3 [if (= (curweapon) 7) [attack] [secondary; attack]]
bind MOUSE1 [primary; attack]
bind MOUSE2 [ if $editing [ showmenu editing ] [ altaction ] ]
Press MOUSE1, MOUSE2 three times then MOUSE1 twice.
Using this script with an added bind MOUSE 1 [primary; attack; echo (millis)], I calculated the time between the first millisecond echo and the last. I got 1495ms. Nowhere near the 240ms of the subgun.
Posts: 116
Threads: 10
Joined: Jun 2010
Well i guess you will need a very good hack for that :d
Or an smg on fps 10
Posts: 151
Threads: 8
Joined: Jun 2010
How long for 1 sniper and 2 pistolshots then ?
Posts: 354
Threads: 19
Joined: Jun 2010
1500+160+160 = 1820 msec
4 AR shots = 480 msec
These are the current 1.1 SVN values.
If I remember correctly, 1.0.x has AR=130 and Pistol=170
Posts: 151
Threads: 8
Joined: Jun 2010
Posts: 354
Threads: 19
Joined: Jun 2010
01 Jul 10, 08:32PM
(This post was last modified: 01 Jul 10, 08:33PM by makkE.)
Yes. You can see these values in /source/src/server.h - scroll all the way down.
Posts: 751
Threads: 14
Joined: Jun 2010
or in the docs