.:: Bots United ::.  
filebase forums discord server github wiki web
cubebot epodbot fritzbot gravebot grogbot hpbbot ivpbot jkbotti joebot
meanmod podbotmm racc rcbot realbot sandbot shrikebot soulfathermaps yapb

Go Back   .:: Bots United ::. > Developer's Farm > General Bot Coding
General Bot Coding See what a pain it is to get those little mechs shooting around

Reply
 
Thread Tools
Hi ! Everyone !
Old
  (#1)
slash-evil
Guest
 
Status:
Posts: n/a
Default Hi ! Everyone ! - 17-02-2004

I am new to this forum ! I hear many people said that this forum is the best bot forum ! So , thats why I am here ! And this is my first info for all podbot , ivpbot and [E]podbot user : to make a bot open a door , simply place a hostage rescue waypoint at the button or what , and a goal waypoint after the rescue waypoint , I test it and it works almost 100% !
One more , I am also develop my own bot , it is base on the PODbot2.6 src , and I have some problem to fix one problem , that is the selection "7" not selectable in the weaponmode menu , can u help me ? 9_9
  
Reply With Quote
Re: Hi ! Everyone !
Old
  (#2)
Pierre-Marie Baty
Roi de France
 
Pierre-Marie Baty's Avatar
 
Status: Offline
Posts: 5,049
Join Date: Nov 2003
Location: 46°43'60N 0°43'0W 0.187A
Default Re: Hi ! Everyone ! - 17-02-2004

What do you mean exactly ? That your players can't select the 7th entry in the menu, or does it only affect the bots ? If it affects the bots only, make sure the bot buy code is capable of handling the new entries that appeared in CS 1.6... you have to write this yourself



RACC home - Bots-United: beer, babies & bots (especially the latter)
"Learn to think by yourself, else others will do it for you."
  
Reply With Quote
Re: Hi ! Everyone !
Old
  (#3)
Austin
Moderator
 
Austin's Avatar
 
Status: Offline
Posts: 403
Join Date: Nov 2003
Default Re: Hi ! Everyone ! - 17-02-2004

Quote:
Originally Posted by slash-evil
I have some problem to fix one problem , that is the selection "7" not selectable in the weaponmode menu , can u help me ? 9_9
In dlls.cpp around line 2038 change this code:
Code:
	 // Model Selection Menu ?
	 else if(iUserInMenu==MENU_WEAPONMODESELECT)
	 {
	 switch(iSelection)
	 {
	 case 1:
	 case 2:
	 case 3:
	 case 4:
	 case 5:
	 case 6:
		UserSelectWeaponMode(pEntity,iSelection);
		iUserInMenu=0;
		break;
to THIS code
Code:
	 // Model Selection Menu ?
	 else if(iUserInMenu==MENU_WEAPONMODESELECT)
	 {
	 switch(iSelection)
	 {
	 case 1:
	 case 2:
	 case 3:
	 case 4:
	 case 5:
	 case 6:
	 case 7:
		UserSelectWeaponMode(pEntity,iSelection);
		iUserInMenu=0;
		break;
Thanks for stopping by Bots United!

Last edited by Austin; 17-02-2004 at 23:49..
  
Reply With Quote
Re: Hi ! Everyone !
Old
  (#4)
Pierre-Marie Baty
Roi de France
 
Pierre-Marie Baty's Avatar
 
Status: Offline
Posts: 5,049
Join Date: Nov 2003
Location: 46°43'60N 0°43'0W 0.187A
Default Re: Hi ! Everyone ! - 18-02-2004

Question -> Answer.

Austin man, you rock



RACC home - Bots-United: beer, babies & bots (especially the latter)
"Learn to think by yourself, else others will do it for you."
  
Reply With Quote
Re: Hi ! Everyone !
Old
  (#5)
slash-evil
Guest
 
Status:
Posts: n/a
Default Re: Hi ! Everyone ! - 18-02-2004

As I guest , this forum is really great ! The guy are sooooooooo friendly and helpful , thanks guys
  
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
vBulletin Skin developed by: vBStyles.com