Switch to full style
Make sure to bring lots of med packs, our 64 player beach server is intense!
Post a reply

little help here plz

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

Re: little help here plz

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...

Re: little help here plz

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

Re: little help here plz

Sat Apr 19, 2014 11:27 am

so youre sayin its active all the time murkey?

Re: little help here plz

Sat Apr 19, 2014 2:12 pm

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

Re: little help here plz

Sat Apr 19, 2014 7:25 pm

well crap learned something new

Re: little help here plz

Sat May 31, 2014 1:42 am

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

Re: little help here plz

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.

Re: little help here plz

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.

Re: little help here plz

Sat May 31, 2014 11:26 am

wtf?? lool

Re: little help here plz

Sat May 31, 2014 11:36 am

yooooooooooooooooooooooooooooooooooooooooooooooo lmao

Re: little help here plz

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.

Re: little help here plz

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"

Re: little help here plz

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.

Re: little help here plz

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.
Post a reply