Dead Men Walking

Old Server Admin Section => dMw Matches and Training (Private) => Archived Feb 09 => Leaders/Deputies/Full Admins - Private => Topic started by: OldBloke on September 19, 2003, 09:05:15 AM

Title: Buyscript With Rcon Control
Post by: OldBloke on September 19, 2003, 09:05:15 AM
Chaps,

As the upgrade to 1.6 forced me to revisit my buyscripts I decided to take a look at the various flavours as recommended by members.

I settled on RzE's CS Helper (http://csnation.counter-strike.net/rze/aliases/helper.php)

The reason I'm posting here is because with a simple text editor it's possible to edit the in-game menu system to provide commands like restart round, post predefined messages ("3 RR then Knives"), change map,  exec configs.

'Tis worth a look.
Title: Buyscript With Rcon Control
Post by: TeaLeaf on September 19, 2003, 09:23:46 AM
Aye, that's the one I settled on last night after looking at a few others.  I edited it and installed it, but then steam would not let me join to check it worked fully :(  Never mind, I'll attempt to give it a hammering tonight and try to test the edit functions for rcon etc.

Cheers OB, maybe we should compare text edits?

TL.
Title: Buyscript With Rcon Control
Post by: OldBloke on September 21, 2003, 04:46:51 PM
I've messed about with the in-game VGUI and added some dMw-type shortcuts.

I've posted it here for those wishing to add it to their own RzE Helper.

On the map change section I've used an alias called w5. This is defined by the following which should be added to your userconfig.cfg:

//Wait Aliases ********************************************
alias w1 "wait"
alias w2 "w1; w1; w1"
alias w3 "w2; w2; w2"
alias w4 "w3; w3; w3"
alias w5 "w4; w4; w4"

When we've got our rotation sorted I'll change the map change section to reflect it.
Title: Buyscript With Rcon Control
Post by: Dr Sadako on September 21, 2003, 05:15:23 PM
hmmm ... is that the entire text?

What key is the menu bound to?
Title: Buyscript With Rcon Control
Post by: TeaLeaf on September 21, 2003, 05:17:30 PM
Cheers OB - updated.  :D

TL.
Title: Buyscript With Rcon Control
Post by: OldBloke on September 21, 2003, 05:20:00 PM
QuoteOriginally posted by Sadako@Sep 21 2003, 05:15 PM
hmmm ... is that the entire text?

What key is the menu bound to?
If you installed RzE's Helper then the key is bound for you:

bind "'" "+commandmenu"

^^^^^ That is the single quote below the @ on your keyboard.
Title: Buyscript With Rcon Control
Post by: Dr Sadako on September 21, 2003, 05:48:31 PM
I got it sorted. Still I was never fond of vgui menus ...  <_<
Title: Buyscript With Rcon Control
Post by: Dr Sadako on September 28, 2003, 11:34:59 AM
I have been playing around with my own commandmenu-file and I have added some things that might be useful.

"2" "Std Config" "rcon exec std.cfg"
"2" "Alltalk on" "rcon sv_alltalk 1"
"2" "Alltalk off" "rcon sv_alltalk 0"

You have to change the numbers so they fit to your own script. I made a new menu that I called "More RCON".

Cheers,