.:: 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 > Releases, Installers, Docs & Coding
Releases, Installers, Docs & Coding Where the official development happens

Reply
 
Thread Tools
Re: Podbot Beta 3.0 Updates? ^^
Old
  (#111)
Guenhwyvar
Member
 
Status: Offline
Posts: 15
Join Date: Aug 2005
Default Re: Podbot Beta 3.0 Updates? ^^ - 20-03-2007

Quote:
+ Added the possibility to switch on/off radio command usage and reaction on them (as a side-effect). You can change this setting by pb_radio 0/1.
Thank you for this one!

I was a little bit lazy but I will update asap. Finally I can raise the bot# again.

Interposed question: Assuming N bots are consuming X percent cpu power (in the middle), how much power would N/2 bots consume? And: if all bots are out of play (due to human players), is the podbot binary/dll absolutely idle, not bothering the cpu in any way?
  
Reply With Quote
Re: Podbot Beta 3.0 Updates? ^^
Old
  (#112)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: Podbot Beta 3.0 Updates? ^^ - 20-03-2007

Quote:
Originally Posted by Guenhwyvar View Post
Assuming N bots are consuming X percent cpu power (in the middle), how much power would N/2 bots consume?
Depands on the PC - 40-60% of X.

Quote:
Originally Posted by Guenhwyvar View Post
And: if all bots are out of play (due to human players), is the podbot binary/dll absolutely idle, not bothering the cpu in any way?
I think in that case it may bother the CPU max 2-4%. Nothing more.
  
Reply With Quote
Re: Podbot Beta 3.0 Updates? ^^
Old
  (#113)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: Podbot Beta 3.0 Updates? ^^ - 27-03-2007

New little update - V3B18c

+Optimized a bit the code to reduce CPU usage
+Changed - visibility table is now saved at round end (the first round end after is calculated - instead at map change)
  
Reply With Quote
Re: Podbot Beta 3.0 Updates? ^^
Old
  (#114)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: Podbot Beta 3.0 Updates? ^^ - 05-05-2007

Next minor update - V3B18d

+ FIXED - the bots shouldn't shoot at the exact position of the enemy behind the wall anymore.
+ Changed minimum delays of some weapons (to get them more accurate for longer distances).
  
Reply With Quote
Re: Podbot Beta 3.0 Updates? ^^
Old
  (#115)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: Podbot Beta 3.0 Updates? ^^ - 21-07-2007

New update - a bit bigger V3B18e.

+Changed - blinding bots by AMX/AMX X ATAC plugins should affect them better.
+Changed - the bots should better escape from bombzone (CTs - if they don't have any chance to defuse - too small amount of time; T - about 20sec to explosion; psycho T's don't care)
+Added - the bots should use the shield much better than before (attackers don't try to loose the whole ammo, defenders - they are trying to cover by it better and shoot with a pistol so often as possible).
+Fixed problem with camping at weird directions.
+Changed - they don't shake so much if they suspect an enemy behind the obstacle (done about 60% - still something to do with it).
  
Reply With Quote
Re: Podbot Beta 3.0 Updates? ^^
Old
  (#116)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: Podbot Beta 3.0 Updates? ^^ - 19-08-2007

New beta release - V3B18f.
+Fixed - apparently reduced shaking effect of bots trying to randomize their target.
+Optimized the usage of CS messages by using static instead dynamic variables (should reduce again the CPU usage).
+Changed - the bots should use the shield much better than before ( )
+ Fixed targeting VIP's first by Ts on as_xx maps.
+Changed - for linux i386 (32 bit) compiled with gcc4.1 (the new crosstool - big thanks to ghost_of_evilspy) - the old library libstdc++5 will not be necessary anymore to load the binary file (podbot_mm_i386.so).

Last edited by KWo; 19-08-2007 at 23:06..
  
Reply With Quote
Re: Podbot Beta 3.0 Updates? ^^
Old
  (#117)
sacripan
Member
 
sacripan's Avatar
 
Status: Offline
Posts: 37
Join Date: Sep 2007
Location: France
Default Re: Podbot Beta 3.0 Updates? ^^ - 24-09-2007

release 18f linux no load on my servers
18e is OK


91.121.157.53:
27015 noobs CS (Podbot 3.0)
27020 low-CS (Podbot 3.0)

91.121.157.54:
27015 noobs CZ (Podbot 3.0)
27020 low-CZ (Podbot 3.0)
  
Reply With Quote
Re: Podbot Beta 3.0 Updates? ^^
Old
  (#118)
Blakhart
Member
 
Status: Offline
Posts: 24
Join Date: Aug 2006
Default Re: Podbot Beta 3.0 Updates? ^^ - 02-10-2007

The bots seem to have a degree of balance issue, the terrorists seem to always win, and the ct seem to display a good measure of cowardice. I suppose it ahs to do with wanting backup but all their team mates have been killed and so they're basicaly paralysed but they should still try to attack. What can be done to resolve this?
  
Reply With Quote
Re: Podbot Beta 3.0 Updates? ^^
Old
  (#119)
The Storm
Council Member / E[POD]bot developer
 
The Storm's Avatar
 
Status: Offline
Posts: 1,618
Join Date: Jul 2004
Location: Bulgaria
Default Re: Podbot Beta 3.0 Updates? ^^ - 09-11-2007

KWo I don't think that the HL engine is compatable with gcc 4.1, you must continue to compile it with gcc 3.4...
  
Reply With Quote
Re: Podbot Beta 3.0 Updates? ^^
Old
  (#120)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: Podbot Beta 3.0 Updates? ^^ - 09-11-2007

I've got some confirmations it loads correctly with 4.1 on few linux machines. I know nothing about HL engine gcc compatility, but I must to trust my beta testers. From that hat I remember You had/have a linux PC box. Can You try if the latest beta is loading and is working correctly for You?
  
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