.:: 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 ::. > Cyborg Factory > POD-Bot mm > Bug Reports
Bug Reports Post any bug you experience with the latest release of this bot here

Reply
 
Thread Tools
pb_debuggoal off doesn't work!
Old
  (#1)
>BKA< T Wrecks
Moderator [PBmm/Waypointing]& PODBot mm waypointer
 
>BKA< T Wrecks's Avatar
 
Status: Offline
Posts: 1,492
Join Date: Feb 2004
Location: C.C.A.A., Germania
Default pb_debuggoal off doesn't work! - 26-10-2004

Has this command be changed to something else, or is there really a bug?

When I type "pb_debuggoal off" in the console, I get the message "goal for bot has been set to 0"... too bad that the waypoint numbers don't start with 1, but with 0! Now all bots will crowd around point #0...

How do I exit debuggoal mode?

[R2b44 Win32 LS]



Roses are #FF0000, violets are #0000FF // all my base, are belong to you.

  
Reply With Quote
Re: pb_debuggoal off doesn't work!
Old
  (#2)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: pb_debuggoal off doesn't work! - 26-10-2004

Code:
   	  // User forced a Waypoint as a Goal ?
   	  if (g_iDebugGoalIndex != -1)
   	  {
   		 if (BotGetSafeTask (pBot)->iData != g_iDebugGoalIndex)
   		 {
   			DeleteSearchNodes (pBot);
   			BotGetSafeTask (pBot)->iData = g_iDebugGoalIndex;
   		 }
   	  }
I never tried it, but seems it should work, when You will write this:

pb debuggoal -1

Another part of code says something about this - You need manually disable "ignore enemies" , because switching on debuggoal mode (by writting some index >=0 ) - it's switching to on "ignore enemies" function.


BTW - @PMB - Thanks for fixing "code" function.

Last edited by KWo; 26-10-2004 at 21:00..
  
Reply With Quote
Re: pb_debuggoal off doesn't work!
Old
  (#3)
>BKA< T Wrecks
Moderator [PBmm/Waypointing]& PODBot mm waypointer
 
>BKA< T Wrecks's Avatar
 
Status: Offline
Posts: 1,492
Join Date: Feb 2004
Location: C.C.A.A., Germania
Default Re: pb_debuggoal off doesn't work! - 26-10-2004

I tried "pb debuggoal -1" - has no effect at all.

[EDIT] I tried some more - it works. Dunno where I fucked up, but it was my bad. Must have mistyped the command or something. Sorry about the false alarm.



Roses are #FF0000, violets are #0000FF // all my base, are belong to you.


Last edited by >BKA< T Wrecks; 27-10-2004 at 15:20..
  
Reply With Quote
Re: pb_debuggoal off doesn't work!
Old
  (#4)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: pb_debuggoal off doesn't work! - 27-10-2004

I suppose - I know what You "fucked up" - You wrote underscore line like in Your first post in this topic. Between "pb" and comand must be a space instead underscore line. About ignore enemies - seems switching off debuggoal by index -1 - the function ignore enemies is also back to off - so it's correct and seems I have to learn more and read more carefully this C++ code.
  
Reply With Quote
Reply


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

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