PDA

View Full Version : fast scope


trigosster
22nd July 2006, 17:34
I'm looking for a fast scope (sniper) script or something similar for DODS. Can you help me?

randomjester
22nd July 2006, 21:57
Can you explain exactly what you mean? What is it that you exactly want to do / want to be done?

smeghead
22nd July 2006, 23:54
i think its a pistol switch script... where u fire a shot, and then brings out the pistol...

or maybe like EZ script for 1.3... where u held mouse1 to bring up the scope, and then let go to fire....

those are the only fast scope scripts i know of

trigosster
23rd July 2006, 00:43
no no sorry. When i say fast scope i want to say that when u pick up sniper (springfield or kar98scopped) u scope with right mouse click right?, well, I want to decrease time between unscopped position and scopped position, do u understand?

smeghead
23rd July 2006, 03:33
while this isn't a hack.. or reduce the time..... these sprites do get rid of the grey areas on the sniper scope

http://www.fpsbanana.com/guis/3134

trigosster
24th July 2006, 04:02
I'm not looking for custom scopes. I'm looking for a script (like an alias ) that reduce the time that takes sniper putting the scope.

Any idea?

KizZamP-
24th July 2006, 10:08
i do not think that that is possible,unless you have the sdk,and even then...

trigosster
24th July 2006, 14:22
It is possible because I have seen other snipers with that script. I don't know how to create it, but I know that it is possible to create it.

smeghead
24th July 2006, 20:11
i imagine they just have a dot on their screen so they know where to aim before they bring up the sniper

trigosster
26th July 2006, 13:28
No no, I know there is a script to bring up the scope faster than other players, so I'm asking u

smeghead
26th July 2006, 22:00
well... it would appear none of us have it..... do post it if you find it somewhere :)

randomjester
27th July 2006, 18:44
I'm going to try to make the script. I'll post back my results.

trigosster
28th July 2006, 18:45
ok, thx very much :)

Synthet1k
29th July 2006, 04:49
I hope it works Jester!

About a month ago, in game, I took a permanent marker, and put a small dot on my monitor, right in the center of my crosshair, while scoped in. THIS DOES HELP DRAMATICALLY!!!

does anyone else do this??

randomjester
29th July 2006, 06:42
@Synthet1k
There are universal crosshairs that work with/for DODS.

Synthet1k
29th July 2006, 10:24
I saw those a long time ago, do you have a link for any of them>>?

smeghead
29th July 2006, 10:33
i imagine they just have a dot on their screen so they know where to aim before they bring up the sniper


allready posted :P

i use some of my mums handcream when i play as sniper... works a treat... plus i can wipe it off and it wont damage my screen

Synthet1k
29th July 2006, 19:47
yes,.... i know it was already posted.
I just wanted to know if anyone else here did that.

and whats up with this handcream business!?!?

smeghead
29th July 2006, 19:51
im a big gay :P

you can just put a little bit on.. when you need it (the screen that is)... so it doesn't get in the way for other weapons/ using the computer for other stuff etc

smeghead
3rd August 2006, 23:30
I'm going to try to make the script. I'll post back my results.

how is it comming jester?

trigosster
4th August 2006, 03:57
I have been investigating a bit and I have created a little alias that dereases scopped time

alias +scope "+attack2; +speed; +forward"
alias -scope "-attack2; -speed; -forward"
bind "key" "+scope"

With this alias you can scope the sniper faster but it has a problem: Player sprint a little before bring up the scope, so it is a important disadvantage

Nightflier
10th August 2006, 07:40
Ah thanks for the discussion here:) Has helped me:)

Ditre
26th August 2006, 10:30
I have been investigating a bit and I have created a little alias that dereases scopped time

alias +scope "+attack2; +speed; +forward"
alias -scope "-attack2; -speed; -forward"
bind "key" "+scope"

With this alias you can scope the sniper faster but it has a problem: Player sprint a little before bring up the scope, so it is a important disadvantage

I put this in a cfg file and placed it in the cfg folder. I thought thats what you have to do than I went and exec scope.cfg in console but it doesnt seem to work for me. I'm guessing it's a bit different from 1.3. Also if the player sprint's a bit when you press scope wouldn't that mean it would be the same time scoping?

trigosster
26th August 2006, 21:15
I put this in a cfg file and placed it in the cfg folder. I thought thats what you have to do than I went and exec scope.cfg in console but it doesnt seem to work for me. I'm guessing it's a bit different from 1.3. Also if the player sprint's a bit when you press scope wouldn't that mean it would be the same time scoping?

You have to change last line by a key

bind "Mouse3" "+scope" for example

Ditre
27th August 2006, 21:39
I did that except I made my bind in capitals. (MOUSE2) Shouldn't make a difference. Also heres a real noob question. Is it with or without quotations.

trigosster
28th August 2006, 13:19
I did that except I made my bind in capitals. (MOUSE2) Shouldn't make a difference. Also heres a real noob question. Is it with or without quotations.

you have to write it like I've writed here


alias +scope "+attack2; +speed; +forward"
alias -scope "-attack2; -speed; -forward"
bind "MOUSE3" "+scope"

brampower
4th September 2006, 23:31
Nice one !!! :)