.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   Ideas (http://forums.bots-united.com/forumdisplay.php?f=50)
-   -   Graphical Bot Menu (http://forums.bots-united.com/showthread.php?t=1741)

sPlOrYgOn 24-05-2004 04:37

Re: Graphical Bot Menu
 
if you try to set freeze time to zero using your menu it'll change round time to zero...
thats all I found wrong...

Huntkillaz 24-05-2004 04:42

Re: Graphical Bot Menu
 
1 Attachment(s)
so it displays fine?


cool....i had it going all funny when i go into mp_commands???:(

*updated*

sPlOrYgOn 24-05-2004 04:48

Re: Graphical Bot Menu
 
oh I didn't actually try it and now that I have..
you're missing the numbers for those MP_COMMANDS stuff :D

Huntkillaz 24-05-2004 06:02

Re: Graphical Bot Menu
 
1 Attachment(s)
/slaps head in stupidity

hopefully this will be better :)

Austin 27-05-2004 21:29

Re: Graphical Bot Menu
 
Quote:

Originally Posted by KWo
Yes, command menu is OK for this..

I never used this, how does it work?
1) I suppose I update ..\Counter-Strike\valve\commandmenu.txt ??

2) How do I bring up the menu?

How exactly does the map specific menus work?
CUSTOM "1" "Map Description" "!MAPBRIEFING"

3) I suppose CUSTOM is a keyword that subs in specific menus for the different maps?

4) And the custom menus need the keyword MAP and be linked by number in this case a "1" ??

5) What is the purpose of "!MAPBRIEFING" ??
Google here I come.

Huntkillaz 27-05-2004 22:42

Re: Graphical Bot Menu
 
Quote:

Originally Posted by Austin
I never used this, how does it work?
1) I suppose I update ..\Counter-Strike\valve\commandmenu.txt ??

2) How do I bring up the menu?

How exactly does the map specific menus work?
CUSTOM "1" "Map Description" "!MAPBRIEFING"

3) I suppose CUSTOM is a keyword that subs in specific menus for the different maps?

4) And the custom menus need the keyword MAP and be linked by number in this case a "1" ??

5) What is the purpose of "!MAPBRIEFING" ??
Google here I come.

1) yes
23,4,5) u've never used the help "h" in cs? start a default map and try press h

KWo 27-05-2004 23:58

Re: Graphical Bot Menu
 
Quote:

Originally Posted by Austin
I never used this, how does it work?
1) I suppose I update ..\Counter-Strike\valve\commandmenu.txt ??

Not exactly. In CS1.5 You have update the file:
...\Counter-Strike\CSTRIKE\commandmenu.txt

Quote:

Originally Posted by Austin
2) How do I bring up the menu?

You have to bind a special command "+commandmenu"
In my config.cfg the same directory like above , I have this bind:

bind "\" "+commandmenu"

After pushing "\" You can see the graphical menu. For choice something You can use keyboard or mouse.

Quote:

Originally Posted by Austin
How exactly does the map specific menus work?
CUSTOM "1" "Map Description" "!MAPBRIEFING"
3) I suppose CUSTOM is a keyword that subs in specific menus for the different maps?
4) And the custom menus need the keyword MAP and be linked by number in this case a "1" ??
5) What is the purpose of "!MAPBRIEFING" ??
Google here I come.

I never used this, but You are probably right.

Huntkillaz 28-05-2004 00:45

Re: Graphical Bot Menu
 
i'll show u the use of map stuff after i get home...i was actually thinking of enhancing the menu for those who play online :)

such as adding rush left or rush right so u don't have to type it :)

biohazerd87 30-05-2004 00:20

Re: Graphical Bot Menu
 
KWo thanks for the menu it is great!!!

Huntkillaz 30-05-2004 00:56

Re: Graphical Bot Menu
 
here's the low down on the map stuff:

Code:

"5" "TEAM MESSAGE"
{
// Map Specific
 MAP cs_siege "1" "map cs_siege"
 {
  "1" "'Take the underground'"  "say_team Take the underground!"
  "2" "'Enemy in parking garage'" "say_team Enemy in parking garage!"
  "3" "'Rush hostage room!'"  "say_team Rush the hostage room!"
  "4" "'Snipers! Watch out!'"  "say_team Snipers! Watch out!"
  "5" "'Take the upper route'"  "say_team Take the upper route!"
 }
 MAP de_train "1" "map de_train"
 {
  "1" "'Rush trainyard bomb!'" "say_team Rush the trainyard bomb site!"
  "2" "'Rush enclosed bomb site!'" "say_team Rush the enclosed bomb site!"
  "3" "'Flank them!'"  "say_team Flank them!"
  "4" "'Bomb site secure!'"  "say_team Bomb site secure!"
  "5" "'Lend me your blaster!'"  "say_team Lend me your blaster!"
 }

"MAP de_train" does the check to see weather the current map is this map (so when u play de_train the help menu will only displaythe map message for de_train)

the no.s are just a order lister i guess

have a look in game when u press help for one of thses maps and u'll see


All times are GMT +2. The time now is 11:06.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.