little help here plz

Make sure to bring lots of med packs, our 64 player beach server is intense!

Moderators: RTCW Admins, Super Moderators, vB3 - Administrators

Posts: 4
Joined: Sun Apr 13, 2014 3:53 pm

little help here plz

Postby illusion418 » Fri Apr 18, 2014 8:57 pm

sometimes i see people grab dead people to move them to security, i would like to know what is the command to do this thx

RTCW Admin
User avatar
Posts: 283
Joined: Fri Nov 06, 2009 3:07 pm
Location: USA

Re: little help here plz

Postby xdeadeye1 » Fri Apr 18, 2014 9:01 pm

it is a bind +salute it is an ability unique to shrub mod.

bind a key /bind x +salute

no point cross hair at ungibbed body on floor... press x and move backward and you can drag them...

Posts: 86
Joined: Wed Mar 27, 2013 3:50 pm

Re: little help here plz

Postby murkey » Fri Apr 18, 2014 11:42 pm

or just type /+salute in console and it will be automatically activated and u wont have to hold the key down. this command also lets you kick airstrikes away if u look down at them

RTCW Admin
User avatar
Posts: 283
Joined: Fri Nov 06, 2009 3:07 pm
Location: USA

Re: little help here plz

Postby xdeadeye1 » Sat Apr 19, 2014 11:27 am

so youre sayin its active all the time murkey?

RTCW Admin
User avatar
Posts: 1936
Joined: Mon Mar 07, 2005 3:26 pm
Location: State College,PA

Re: little help here plz

Postby B » Sat Apr 19, 2014 2:12 pm

Once you type in +salute it works the whole time. No button pushing needed.

RTCW Admin
User avatar
Posts: 283
Joined: Fri Nov 06, 2009 3:07 pm
Location: USA

Re: little help here plz

Postby xdeadeye1 » Sat Apr 19, 2014 7:25 pm

well crap learned something new

Posts: 48
Joined: Fri May 15, 2009 1:30 am
Location: Toronto Canada

Re: little help here plz

Postby =X= Puny » Sat May 31, 2014 1:42 am

How do you give grenade packs as LT in shrub I always wanted to know?

RTCW Admin
User avatar
Posts: 283
Joined: Fri Nov 06, 2009 3:07 pm
Location: USA

Re: little help here plz

Postby xdeadeye1 » Sat May 31, 2014 2:13 am

be a Lieutenant.

type /gp in console then give a pack,, it will come out grenade pack..

you can bind a key /bind f3 gp and then just use f3 before giving out a grenade pack

but I believe the status bar must be full before you can give a nade pack.

Posts: 16
Joined: Mon Jun 17, 2013 7:29 am

Re: little help here plz

Postby WinterWarlock » Sat May 31, 2014 10:22 am

B wrote:Once you type in +salute it works the whole time. No button pushing needed.


My problem is, everytime someone shows me a bind its:

/bind x +salute
/bind x -salute
/bind x lsound fear2
/bind x kill
/bind x quit

But every time I bind something new, it clobbers my old bind. Now when I press 'x' I never know what I'm getting anymore. I sure wish I could have more than 1 bind.

RTCW Admin
User avatar
Posts: 283
Joined: Fri Nov 06, 2009 3:07 pm
Location: USA

Re: little help here plz

Postby xdeadeye1 » Sat May 31, 2014 11:26 am

wtf?? lool

RTCW Admin
User avatar
Posts: 294
Joined: Wed Jan 25, 2012 8:48 pm
Location: Philadelphia, PA

Re: little help here plz

Postby Jun1oR » Sat May 31, 2014 11:36 am

yooooooooooooooooooooooooooooooooooooooooooooooo lmao

RTCW Admin
User avatar
Posts: 1936
Joined: Mon Mar 07, 2005 3:26 pm
Location: State College,PA

Re: little help here plz

Postby B » Sat May 31, 2014 2:17 pm

To give Grenade packs you only need to have half of a bar. You can give 2 packs off one full bar.

Posts: 5
Joined: Fri Feb 15, 2013 10:20 pm

Re: little help here plz

Postby =KT=GreenDay » Fri Aug 08, 2014 1:22 am

yeah, if any command has a + or - in it, then you can type it in without binding it and it will stay activated. Example: "W" is binded as +Forward, but if you type /+forward in the console you will forever be running without holding a key. You would have to type in /-forward to stop this. Any + bind has to be held to continue to work, and most of thse are forward, back, left, right, movedown (crouch), and moveup (jump).

If you type /+salute it works permanently.
If you /bind <key> +salute it must be held.
If you create a toggle with a variable string and bind it to a key, then you can use a key to turn it completely ON or completely OFF.

//Salute
bind F10 "vstr change_salute"
set salute_off "set change_salute vstr salute_on; +salute; echo ^2Salute: ON"
set salute_on "set change_salute vstr salute_off; -salute; echo ^1Salute: OFF"
set change_salute "vstr salute_off"


I use F10 because I have F10 binded to a thumb key on my mouse, but you could just replace F10 with whatever you want and copy the entire thing into your config as is.

Another convenient bind for shrub is a toggle for hitsounds. Here's that.

//Hitsound
bind F7 "vstr change_hitsound"
set hitsound_off "set change_hitsound vstr hitsound_on; hitsound; echo ^4Hitsound^7: ^3ON"
set hitsound_on "set change_hitsound vstr hitsound_off; hitsound; echo ^4Hitsound^7: ^3OFF"
set change_hitsound "vstr hitsound_off"

User avatar
Posts: 53
Joined: Mon Jul 11, 2011 7:10 pm
Location: Australia

Re: little help here plz

Postby pingrage » Fri Aug 08, 2014 4:24 am

If you have +salute on all the time it can affect you when you go to revive someone or the other way around i cant remember.

User avatar
Posts: 34
Joined: Tue Nov 05, 2013 3:12 pm
Location: Michigan

Re: little help here plz

Postby krazykaze » Fri Aug 08, 2014 12:12 pm

WinterWarlock wrote:
B wrote:Once you type in +salute it works the whole time. No button pushing needed.


My problem is, everytime someone shows me a bind its:

/bind x +salute
/bind x -salute
/bind x lsound fear2
/bind x kill
/bind x quit

But every time I bind something new, it clobbers my old bind. Now when I press 'x' I never know what I'm getting anymore. I sure wish I could have more than 1 bind.


Assuming this isn't a joke...You cannot bind multiple items to the same key. You need to pick different keys for each command. "-salute" is not required. When you release the key for +salute the game automatically does a -salute.

Next

Return to Return To Castle Wolfenstein

Who is online

Users browsing this forum: Bing [Bot] and 25 guests