Useful stuff and tips

Clan National Assembly of Rifle Forces's private forum - http://narf.aq2.org/

Moderators: dudemcpek, Caracol

Post Reply
dudemcpek
had its throat slit
Posts: 1422
Joined: Fri Jul 25, 2003 6:16 pm
Location: si

Useful stuff and tips

Post by dudemcpek »

I know there are some similar threads already, but since there are stuff you don't want for every moron on these forums to see and comment on, lets have our own here.
Scripts, triggers, tips,...

OK first of, I'd like to mention jajo's aq2 launcher. It didn't really get the credit it deserves. If you want to save cool recorded action or whatever, USE it. http://forums.aq2world.com/viewtopic.php?t=2648

Then the trigger kill messages. It's working great, almost everyone got them. Stan I think you're missing one important line though :D

Code: Select all

highlight *@_* 1


alias fragayss "frag"
trigger fragayss "*to $name$*"
trigger fragayss "*by $name$*"
trigger fragayss "*from $name$*"
trigger fragayss "*of $name$*"
trigger fragayss "*caught $name$*"
trigger fragayss "*after $name$*"
trigger fragayss "*via $name$*"
trigger fragayss "*accepts $name$*"
trigger fragayss "*see $name$*"
trigger fragayss "*remove $name$*"
trigger fragayss "*against $name$*"
trigger fragayss "*got $name$*"
trigger fragayss "*underestimated $name$*"
trigger fragayss "*ate $name$*"
trigger fragayss "*feels $name$*"
alias frag frag1
alias frag1 "radioteam 1;say_team @_ [1] [%K] ! ;alias frag frag2"
alias frag2 "radioteam 2;say_team @_ [2] [%K] ! ;alias frag frag3"
alias frag3 "radioteam 3;say_team @_ [3] [%K] ! ;alias frag frag4"
alias frag4 "radioteam 4;say_team @_ [4] [%K] ! ;alias frag frag5"
alias frag5 "radioteam 5;say_team @_ [5] [%K] ! ;alias frag frag6"
alias frag6 "radioteam 6;say_team @_ [6] [%K] ! ;alias frag frag7"
alias frag7 "radioteam 7;say_team @_ [7] [%K] ! ;alias frag frag1"
trigger "alias frag frag1" "*LIGHTS...*"
Some other trigger stuff that I use.

Code: Select all

bind g "sensitivity $sn;bandage;wait;wait;bandage;wait;wait;bandage"
trigger "say_team %H <<<; radio im_hit""You've Started Bandaging"

trigger "sky space1" "$name$ entered the game"

trigger "autorecord""The round will begin in 20 seconds!"
trigger "stop""Match is over, waiting for next map, please vote a new one.."
The last one is handy if you don't use aq2 launcher and you gotta record yourself. It doesn't restart recording if there are breaks during cw. Also, I think that Apr's autorecord thing is fixed so it's not that useful afterall anymore. hm..

Some more:

Code: Select all

//one button for modulate changing aka the modulate hack :(
bind l "glmod1"
alias glmod1 "set gl_modulate 1 ; echo modulate [1] ; bind l glmod2"
alias glmod2 "set gl_modulate 2 ; echo modulate [2] ; bind l glmod3"
alias glmod3 "set gl_modulate 3.9 ; echo modulate [3] ; bind l glmod4"
alias glmod4 "set gl_modulate 5 ; echo modulate [5] ; bind l glmod1"

alias cap "captain;wait;wait;wait;teamname -NARF-"

//one button ssg script - winner
alias L0 "lens out;sensitivity $sn;bind c L2;echo [6]"
alias L2 "lens 2;sensitivity $s2x;bind c L0;echo [2x Zoom]"
bind c l2
set sn 5.5
set s2x 3.5

//some rcon stuff
bind 8 "rcon sv stuffcmd all voteconfig matchmode"
alias rmapj "rcon sv softmap jungle1"
alias rmapw "rcon sv softmap wfall"
alias rmapp "rcon sv softmap plaza"
bind 9 rcon1
alias rcon1 "rcon_password xxx;echo rcon [NARF];bind 9 rcon2"
alias rcon2 "rcon_password xxx;echo rcon [GOLAR];bind 9 rcon3"
alias rcon3 "rcon_password xxx;echo rcon [SIOL];bind 9 rcon4"
alias rcon4 "rcon_password xxx;echo rcon [PICKUP];bind 9 rcon1"
Other rcon commands;
rcon status
rcon status 1 (this one shows what client a player is using, and when it's been modified)
rcon sv stuffcmd all say $gl_driver (or other commands instead of gl_driver...)


Go on..
Caracol
was picked off
Posts: 1152
Joined: Wed Sep 01, 2004 8:11 am
Location: cl
Contact:

Post by Caracol »

Dunno, I don't really have something special I haven't pasted in the public forums. The only stuff I use is lagometers aliases, a volume script from NRGizer that I adjusted for my sound configuration and some other stuff I never use, to change FPS and Vsync with the press of a button and that kind of stuff. Oh, and some sky aliases, teamskin, binds for captain commands... but nothing you wouldn't have if you'd need it.

What I do have, is a script to assist strafe jumping, but I never got used to it and it failed me more than the good ol' clickin'. You can try it yourself:

Code: Select all

bind MOUSE2 		"+moveh" 
alias +moveh "+moveup;wait;wait;-moveup;wait;wait;wait;+moveup"
alias -moveh "-moveup"
(I'm not completely sure if it's banned or if it's considered "unfair" or anything, use it at your own risk :P)
Ne quid nimis.
stan0x
killed itself
Posts: 407
Joined: Sun Aug 29, 2004 4:17 pm
In-game Name: stan0x
Location: Netherlands
Operating System: Windows 7, linux
Processor model/speed: i7 2600K
Memory: 16GB DRR3
Hard drive: 1 x 240GB SSD 5 x 2 TB
Graphics card: GTX470
Monitor: LG
Mouse: MX
Keyboard: Steelseries G7
Location: nl

Post by stan0x »

Code: Select all

alias ban1						"bandage;radio im_hit; radio cover; say_team -‹‹[ I'm Bandaging with [ %H% ] health remaining ]‹‹-"

bind mwheelup 					"bandage"

trigger ban1 "*started bandaging*" 


trigger "gfb" "*$me entered the game*"
alias gfb "sky space1"

trigger "weapon" "MK23 Pistol set for semi-automatic action"
trigger "weapon" "MP5 set to 3 Round Burst mode"
trigger "weapon" "M4 set to 3 Round Burst mode"
#clan.fubar #narf #heks #aq2world
Wolfeh
joined the game
Posts: 47
Joined: Sun Jul 27, 2003 11:02 am
Location: nl
Contact:

Post by Wolfeh »

i got that stuff like 4 years back allready :P but then is it the same, i'll have to check my config lol
RaaaaaaaaaaaaaaaR!
dudemcpek
had its throat slit
Posts: 1422
Joined: Fri Jul 25, 2003 6:16 pm
Location: si

Post by dudemcpek »

Trigger thingie is pretty new, doubt you got anything with it already :)
It's very handy for some stuff, give it a try.

Code: Select all

alias headshot "centerprint *** HEADSHOT! ***;play ut/headshot.wav"
alias hson "trigger headshot *in the head*"
alias hsoff "untrigger headshot *in the head*"
hson;
When you hit a headshot it says unreal tournament's HEADSHOT and writes it in the middle of your screen. Good one :hop:
Caracol
was picked off
Posts: 1152
Joined: Wed Sep 01, 2004 8:11 am
Location: cl
Contact:

Post by Caracol »

Pretty useless though!
You could make one where if you get hit in the legs, you get laughed out by the PC. Would be awesome!
Ne quid nimis.
stingert
hit the ground hard, real hard
Posts: 87
Joined: Thu Aug 07, 2003 6:23 am
Location: nl

Post by stingert »

i never use grens at close range ;)

trigger "weapon" "use grenades"
trigger "weapon" "Prepared to make a medium range throw"
trigger "weapon" "Prepared to make a short range throw"
trigger "weapon" "Pin pulled, ready for short range throw"
trigger "weapon" "Pin pulled, ready for medium range throw"
action.gelrevision.nl
Post Reply