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.
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.
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.
hmmm ... is that the entire text?
What key is the menu bound to?
Cheers OB - updated. :D
TL.
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.
I got it sorted. Still I was never fond of vgui menus ... <_<
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,