Raised This Month: $51 Target: $400
 12% 

[FREE] Commandmenu.txt for whatever purpose you want! :)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
minimiller
Veteran Member
Join Date: Aug 2007
Location: United Kingdom
Old 12-31-2008 , 23:35   [FREE] Commandmenu.txt for whatever purpose you want! :)
Reply With Quote #1

"Stewie!... What is this thread for!?!"
Its a new year, and i wanna start helping ppl whilst they are in-game
In particular, CS 1.6
I found out the commandmenu.txt yesterday, and its helped me SOOOO much in the last few hours
So i wanna share my wisdom with you all

"What does a command menu do?"
Basically when ur in game, playing a war or mix or w/e, do u find that u need to "rcon exec ed_mr15.cfg" or "exec warconfig.cfg"?
Isnt it annoying when u type "exec warconfg.cfg" by accident?
Well look no further than to Stewie's custom made command menus!

"How does it work?"
Alot of you may be thinking "wtf is this kiddy on about?" and i shall explain
If you create a commandmenu.txt in your cstrike folder, and whack in some code, you can nivigate through menus, and execute commands, configs, and alot more with a simple click!

"Wow! I wanna try it out"
Well now you can!
Below are some pre-made commandmenu.txt's
No1 is for wars/configs
No2 is for executing client configs
No3 is for general useage

"How do i use them?"
1) Simply grab the .txt file, and insert it into your cstrike folder
2) Woah! You're not ready to go just yet! You need to tweak the .txt file first!
3) Open up the text file in notepad (or similar)
4) Find the lines that i have indicated, and replace the line with the nessesary information
5) Save the file
6) Start up CS 1.6 and connect to any server
7) Open your console, and type "bind KP_PLUS +commandmenu"
close your console and press the + button on yours keypad
9) Scroll throught the menu, and simply click on the command you want to use
NOTE: Remember to login to the RCON before you exec any server configs!
NOTE2: Remember to re-name the file you download to "commandmenu.txt" otherwise it wont work

"Now what?"
Whadda u mean "Now what?"!?!
Now sit back and watch the config/command execute

"How the f()€k is this gonna help me in-game!?!"
First off, "CALM THE F()€K DOWN!"
Now then: If ur the kinda guy who plays CS 1.6 for fun, but likes to indulge in the occasional mix/war/scrim, then this is just what u need
Fill the commandmenu.txt with the info to your most used servers, and you've allready made your life easier!
Simple press KP_PLUS and mouse over "Connect to:" then click on "Stewie's Awesome KZ server" and you will be automatically redirected to my epic server

"I dont believe it! Surely this isnt possible"
Well my friend, grab the 4th commandmenu.txt below, and insert it into your cstrike folder
Bind KP_PLUS to +commandmenu
Join your favourite server (Besides mine)
Press KP_PLUS and click on "Connect"
Sit back and enjoy the ride

"So wtf is this thread for again?"
Well...
If your the kinda guy who needs to save 1 (or more) seconds in his(/her) life, then make a post in this thread and i will personally make you your very own commandmenu.txt file for you to use for the rest of your life

"Im in!"
All i need from you is:
1) What you enjoy playing (Mods/servers etc.)
2) What commands do u find urself constantly typing out over, and over again
3) The names of any special configs u like/need to exec (constantly changes your name, or maybe a bhop script)
4) Any other information that i could add to your personalised menu system

"Im confused. What can i actually do with this?"
Almost anything
If you find yourself constantly typing "rcon exec ed_mr15.cfg" or "name iSuckLargeBalls", then this menu can make it easier for you

"This is an amxmodx forum. Will this menu work with custom plugins?"
Unfortunately not

...
..
.

JOKE!

This menu can be used for almost anything!
From opening the amxmodxmenu for you, to turning amxmodx off just before a war config is loaded, to buying you the "scroll of awesome shadowness" in war3ft mod!

"We want a screensot of this in action!"
Gladly


"I wanna build one myself!"
Go ahead!
Its relatively easy to do
Basically, its gotta look like this:
Code:
"Number" "What you will see on the menu" "What happens when you click on this option"
So to connect from 1 server to another server you need this:
Code:
"1" "Connect to a WC3 server" "connect 89.145.98.100:27015"
When you open the menu and click "Connect to a WC3 server" it will automatically dissconnect you from the server u are on, and connect you to the WC3 server

Now lets go more advanced:
Code:
"1" "Server Stuff"
{
     "1" "Connect to a WC3 server" "connect 89.145.98.100:27015"
     "2" "Connect to a KZ server" "connect 91.197.32.59:27020"
}
"2" "Client stuff"
{
     "1" "Exec config.cfg" "exec config.cfg"
     "2" "Exec longjump script" "exec lj.cfg"
}
Now lets really push the boat out....
Code:
"1" "Rcon logins"
{
     "1" "Login to my KZ server" "rcon_password password"
     "2" "Login to John's WC3 server" "rcon_password password2"
}
"2" "Connect to server:"
{
     "1" "Connect to a WC3 server" "connect 89.145.98.100:27015"
      "2" "Connect to a KZ server" "connect 91.197.32.59:27020"
}
"3" "Server Stuff"
{
     "1" "Start a galileo map vote" "rcon gal_startvote"
     "2" "Change to dust2" "rcon changelevel de_dust2"
}
"4" "Client stuff"
{
     "1" "Exec config.cfg" "exec config.cfg"
     "2" "Exec longjump script" "exec lj.cfg"
}
Notice that ["1" "Rcon logins"] dosent have a third "parameter"
This is because when you mouse-over, it will open the next menu down

"So thats it!?!"
Yup!
There alot of different combinations that you can add to this menu
Good luck finding them!
:p

"Say your goodbyes and let us get on with it!"
Ill let you test these pre-made commandmenu.txt's out now
Like i said earlier, if you want your own personalised commandmenu.txt, just post here and ill make u 1 for whatever your purpose
Quote:
Originally Posted by Stewie!
<Stewie!> [G]ood [L]uck [&] [H]ave [F]un!
Attached Files
File Type: txt commandmenu1.txt (1.2 KB, 823 views)
File Type: txt commandmenu2.txt (512 Bytes, 517 views)
File Type: txt commandmenu3.txt (502 Bytes, 497 views)
File Type: txt commandmenu4.txt (89 Bytes, 550 views)
__________________

Last edited by minimiller; 01-19-2009 at 12:54. Reason: Added "How to build your own"
minimiller is offline
Send a message via MSN to minimiller
vivalavida
Senior Member
Join Date: Jan 2009
Location: Fairfield County, CT
Old 01-19-2009 , 01:20   Re: [FREE] Commandmenu.txt for whatever purpose you want! :)
Reply With Quote #2

so uhh.. does this work for everyone in the server? so they can connect to my variety of other servers?
__________________
ew its sticky!
vivalavida is offline
DarkGod
SourceMod DarkCrab
Join Date: Jul 2007
Location: Sweden
Old 01-19-2009 , 01:23   Re: [FREE] Commandmenu.txt for whatever purpose you want! :)
Reply With Quote #3

Everyone would have to download it and put it in their cstrike folder then.
__________________
DarkGod is offline
Send a message via AIM to DarkGod Send a message via MSN to DarkGod
vivalavida
Senior Member
Join Date: Jan 2009
Location: Fairfield County, CT
Old 01-19-2009 , 01:40   Re: [FREE] Commandmenu.txt for whatever purpose you want! :)
Reply With Quote #4

ohh, is it possible to do that by making them download it upon connecting?
__________________
ew its sticky!
vivalavida is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 01-19-2009 , 01:41   Re: [FREE] Commandmenu.txt for whatever purpose you want! :)
Reply With Quote #5

If they already have the file, no. Even if they don't, I'm not sure you can precache these types of files
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
Rampage
New Member
Join Date: Jan 2009
Old 01-19-2009 , 09:54   Re: [FREE] Commandmenu.txt for whatever purpose you want! :)
Reply With Quote #6

wow
i cant believe you didn't know about this before!....
this is a very easy file to edit
and i was sure everyone knows it..
i will post my command menu code here if you want
its very good

and about the auto download thing
its not possible
everyone has his own commandmenu.txt and its not downloadable from the game
in my country there are alot of "configs" available to download which includes config.cfg
userconfig.cfg commandmenu.txt and a bunch of command exec configs
so thats why i am surprised you didn't know about this

btw i saw some servers webmode (if you know what it is?)
and its pretty lame...
i would showed you a good one but its in hebrew

Last edited by Rampage; 01-19-2009 at 09:59.
Rampage is offline
minimiller
Veteran Member
Join Date: Aug 2007
Location: United Kingdom
Old 01-19-2009 , 11:23   Re: [FREE] Commandmenu.txt for whatever purpose you want! :)
Reply With Quote #7

Lol
I remember making this when i was slightly (alot) drunk
My friend showed me how to do it, and my menu is HUGE now
I would post it here, but its got alot of rcon logins etc. in it

FYI: This is entirely client side, but if you rcon login first, u can exectute cmds on the server ur currently on
__________________
minimiller is offline
Send a message via MSN to minimiller
quicksuper
Member
Join Date: Dec 2008
Old 01-19-2009 , 11:52   Re: [FREE] Commandmenu.txt for whatever purpose you want! :)
Reply With Quote #8

Nice guide
__________________
quicksuper is offline
itssapir
BANNED
Join Date: Dec 2008
Old 01-19-2009 , 12:19   Re: [FREE] Commandmenu.txt for whatever purpose you want! :)
Reply With Quote #9

I knew about this but still its nice that you put affort for doing this
itssapir is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 01-19-2009 , 12:34   Re: [FREE] Commandmenu.txt for whatever purpose you want! :)
Reply With Quote #10

Quote:
Originally Posted by vivalavida View Post
ohh, is it possible to do that by making them download it upon connecting?
Not at all, every player has that file in counter-strike.gcf
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 13:30.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode