.:: 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 > Grave Bot
Grave Bot Artificially deadly intelligence for S&I by Ghoul Science & IndustryHLDM

Reply
 
Thread Tools
Re: Waypointing
Old
  (#31)
hiyahin
Member
 
hiyahin's Avatar
 
Status: Offline
Posts: 34
Join Date: Nov 2004
Location: UK
Default Re: Waypointing - 13-12-2004

Actually, have you tried playing with the bots using metamod instead of just changing liblist to target grave_bot.dll?

PS: It's nice to see people working really hard. CoCo with the waypoints, Ghoul with the bot. Couldn't really ask for anymore, eh?
  
Reply With Quote
Re: Waypointing
Old
  (#32)
Ghoul
Moderator
 
Status: Offline
Posts: 56
Join Date: Jul 2004
Location: Michigan
Default Re: Waypointing - 13-12-2004

Yes, actually I haven't tested the old 'hooker'/liblist method for a few days now, the crash occurs in both.
  
Reply With Quote
Re: Waypointing
Old
  (#33)
hiyahin
Member
 
hiyahin's Avatar
 
Status: Offline
Posts: 34
Join Date: Nov 2004
Location: UK
Default Re: Waypointing - 14-12-2004

Actually, would it be the snuzis that are making the loop? Because it has two sets of ammo and might mess up things.
  
Reply With Quote
Re: Waypointing
Old
  (#34)
CoCoNUT
Member
 
CoCoNUT's Avatar
 
Status: Offline
Posts: 120
Join Date: Jan 2004
Location: Germany/Lower Saxony/
Default Re: Waypointing - 15-12-2004

Morning, a few more and some updated waypoints :

Maps:
si_alley, si_daybreak, si_deep, si_highrise, si_laser, si_mercato, si_metropolis,
si_mill, si_mtg, si_replicant, si_retrovirus, si_urban

Note: Some more complicated paths are not waypointed yet.
Only flags: team, weapon, health, armor, door, crouch, ladder, jump
Attached Files
File Type: zip si-grave-coco.zip (41.3 KB, 778 views)


For maps, nav-files, waypoints and more visit: http://coconut.de.tc
  
Reply With Quote
Re: Waypointing
Old
  (#35)
hiyahin
Member
 
hiyahin's Avatar
 
Status: Offline
Posts: 34
Join Date: Nov 2004
Location: UK
Default Re: Waypointing - 19-12-2004

So... any new news from our great bot creator?
  
Reply With Quote
Re: Waypointing
Old
  (#36)
BuMHeD
Member
 
Status: Offline
Posts: 22
Join Date: Nov 2004
Default Re: Waypointing - 20-12-2004

Yeah... no pressure bro... but the Xmas holiday is fast approaching and I would REALLY love to get that metamod Grave Bot running on our server...

*~BuM~*
  
Reply With Quote
Re: Waypointing
Old
  (#37)
Ghoul
Moderator
 
Status: Offline
Posts: 56
Join Date: Jul 2004
Location: Michigan
Default Re: Waypointing - 23-12-2004

Sorry, I've been busy.

Last week I did a ton of tests. Figured out the cause of the problem (kind of), but not a solution. It seems to occur when a bot switches weapons. My guess is it is something to do with what the bot is doing at the time it switches weapons. The number of bots doesn't seem to have an effect, other than more bots makes it more likely one will cause the problem. The same goes for the number of weapons, more weapons to switch to leads to more likely a problem.

I've tried everything I can think of, but nothing seems to be working. Soooo.. the next step is to just start trying random things. I'm going to try and disable weapon switching and certain situations to see if I can figure it out.

Good luck to me.
  
Reply With Quote
Re: Waypointing
Old
  (#38)
MrBozo
Member
 
Status: Offline
Posts: 1
Join Date: Dec 2004
Default Re: Waypointing - 23-12-2004

In SI if you play with si_fastweapons 0 (which is the default setting), you can't switch weapon right away after firing. This is the case for the Shotgun, Colt and Rocket Pistol. For exemple in the Shotgun code you have:

Code:
BOOL CShotgun::CanHolster( void )
{
#ifdef CLIENT_DLL
  extern int m_FastWeaponsMode;
  if ( !m_FastWeaponsMode )
#else
  extern cvar_t si_fastweapons;
  if ( !si_fastweapons.value )
#endif
  {
	// can't put away right after shooting if si_fastweapons 0
	if ( m_flNextPrimaryAttack - 0.3 > UTIL_WeaponTimeBase() )
	  return FALSE;
  }
 
  return TRUE;
}
Maybe this is related to the crash, maybe not. Try playing with si_fastweapons 1 and see if you still get the crash.

And congrats on the bots
  
Reply With Quote
Re: Waypointing
Old
  (#39)
Rifleman
This user broke our rules and has been BANNED
 
Status: Offline
Posts: 128
Join Date: Sep 2004
Location: Mars
Default Re: Waypointing - 31-12-2004

Maybe *someone* should make some hldm waypoints ... I really enjoy the game with this bot , they rock !
  
Reply With Quote
Re: Waypointing
Old
  (#40)
BuMHeD
Member
 
Status: Offline
Posts: 22
Join Date: Nov 2004
Default Re: Waypointing - 01-01-2005

Quote:
Originally Posted by Rifleman
Maybe *someone* should make some hldm waypoints ... I really enjoy the game with this bot , they rock !
If I'm not mistaken, there were some made already and packaged with the bot. I didn't check, but I do recall someone mentioning them, only because I requested that they add crossfire to the package because it's the only map our clan plays and is very popular worldwide. *shrug*... double check... or create some yourself

*~BuM~*
  
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