SCRIPTS

58 replies [Last post]
|¯|E><US
nexus's picture
Offline
Joined: Sep 2004
Posts:
SCRIPTS

I first saw someone do this about 2 weeks ago. This was recorded on God's server (vid made 2 day or less ago). Anywho after seeing some one do this two weeks ago for the first time, since I played q3 I binded keys for weapons. I binded wheel up rail wheel down rocket, b4 that I just used wheel to file thru all weapons. I have been trying with this bindeveryday since then and still can't come close to that firing speed ( as i have said I have seen this used more effectively than in vid but the vid just proves of the faster firing time).

(\/)
(O.o)
0('')(")

ghost
Offline
Joined: Jan 2004
Posts:
SCRIPTS
vobb wrote:

@HQ

But whats the problem if u actually can shoot fast by hand ? u dont do anything wrong then, right? :roll:

if is when yors weapons start relading faster that is code in e+, and that can be done by ading some cmd's to yors binds,

ask lfs profanity or trouble

DARK
DARKLORD's picture
Offline
Joined: Jan 2005
Posts:
SCRIPTS

exactly, firing fast isnt a problem if you can do it cleanly, i think i can fire pretty fast on the limits of reload time, and i see alot of other guys can too, but faster reload times = easier to shoot faster and a big advantage over anyone not just noobs

-----------------------------------------------------------------------

EZtigER
EZtigER's picture
Offline
Joined: Jun 2005
Posts:
SCRIPTS

I'll admit to you now I have used weapon bind scripts for years. I like it as well I fell comfortable knowing that i can make this improvment with a little time and effort and not break any rules. I am not hacking or tampering with the code I am utilising that small margine called an autoexec that allows you to tweak the game till your hearts content. Same way a race team tunes an engine, as long as it's available to all, it is fair.

How far do you want to go with this anyway? I mean when you have banned wp switch scripts in the name of fairness what about using PB to regulate graphical settings as well? No fixed Models etc etc. Gets silly...

There should be lines drawn up though as to what is acceptable and what isn't Happy

\edit What would be a good thing is people showing others how to get the same improvments, you can document this here on the forum.

[/]
EZtigER
EZtigER's picture
Offline
Joined: Jun 2005
Posts:
SCRIPTS

set lg "weapon 5; weapon 7; set upweaps vstr mg"
set mg "weapon 7; weapon 5; set upweaps vstr lg"
set upweaps "vstr lg"
bind SPACE "vstr upweaps"

set sg "weapon 3; weapon 8; set downweaps vstr pg"
set pg "weapon 8; weapon 3; set downweaps vstr sg"
set downweaps "vstr sg"
bind SHIFT "vstr downweaps"

set rl "weapon 6; weapon 4; set weapongroup vstr rg"
set rg "weapon 4; weapon 6; set weapongroup vstr rl"
set weapongroup "vstr rl"
bind "mwheelup" "vstr weapongroup"

This is what I use.

[/]
pandora!box
Offline
Joined: Nov 2003
Posts:
SCRIPTS

@eztiger - its not about weapon groups scripts - its bout using wait command to shorten a raleod time of weapon

EZtigER
EZtigER's picture
Offline
Joined: Jun 2005
Posts:
SCRIPTS

gotcha Winking

[/]
viper_genosh
Offline
Joined: Jul 2005
Posts:
SCRIPTS

Hello i think HQ have right without scripts is better to play and to learn how to switch !

|sf|oi!
Oi-drt's picture
Offline
Joined: Aug 2005
Posts:
SCRIPTS

ehh this rail and rocket combo dont need to be scripted i dont use any script i think in fact i have rcket jump scripted in my cfg but not sure it was adde by m8 i thibk and i know how to do it its damm simple i recorded a demo on my sisters 1/1 server cfg i bassed on bro i think and the switching time is normal i will post demo server cfg and my cfg

{D*R*T} BODZ!
XbODz's picture
Offline
Joined: May 2005
Posts:
SCRIPTS

Well i'm noob in coding and i'm searching for a script close to multiweapon bind script.
I want to be able to switch between the same weapon on the same key but with different related settings.
I tryed to base this code on multi weapon script like this example

[code:1]//Multiple-Weapon bind Script

set rail1 "weapon 7;cg_fov 115;sensitivity 14;cl_mouseaccel 0.75;cg_drawCrosshair 2 ; cg_crosshairSize 15;cg_drawgun 0; m_pitch 0.025"; set campgroup vstr rail2"

set rail2 "weapon 7;cg_fov 90;sensitivity 13.0;cl_mouseaccel 0.75;cg_drawCrosshair 2 ; cg_crosshairSize 15;cg_drawgun 0; m_pitch 0.025"; set campgroup vstr rail1"

set campgroup "vstr rail1"
//
bind CTRL "vstr campgroup"
[/code:1]

But it didn't worked...i've got only 1 setting on the key and i can't switch between both Sad any idea or help ? I know ppl don't like to give their script Tongue but plz, make some effort Happy