.:: 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
  (#331)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: Podbot Beta 3.0 Updates? ^^ - 04-03-2010

SVC_PINGS messages are sent only when You (or other human-player) presses a TAB (IN_SCORE) button. If that one is pressed You cannot chose from the main podbotmenu "Kill all bots" item. How You have done it?
Can You test it so - switch off that Mercylezz's plugin, put pb_latencybot to 0 (to make sure this function is not working there), then try kill all bots with those problematic plugins. If the crash still happens, it has nothing with ping messages. Then please test again with any previous (V3B20h i.e) version (juts put the binary on the server) to confirm again it doesn't crash with that version, but it does with 2 newest ones.
  
Reply With Quote
Re: Podbot Beta 3.0 Updates? ^^
Old
  (#332)
CS1.6
This user broke our rules and has been BANNED
 
Status: Offline
Posts: 84
Join Date: Oct 2006
Default Re: Podbot Beta 3.0 Updates? ^^ - 05-03-2010

I am 100% sure now that the server crash has absolutely nothing to do with podbot.

Took me a long time though.
  
Reply With Quote
Re: Podbot Beta 3.0 Updates? ^^
Old
  (#333)
peaces
Member
 
Status: Offline
Posts: 3
Join Date: Mar 2010
Default Re: Podbot Beta 3.0 Updates? ^^ - 06-03-2010

Nice work!
However, I still have some problem about the program as follow:
When I ran series of maps including awp_maps , aim_maps and fy_maps in gun-given mode ,the server is very easy to crash when BOT joined in a new round, not always but quiet often.

Sincerely need your help.thanks!

ex:
pb_minbots 0
pb_maxbots 9
pb_bot_quota_match 0
pb_bot_join_team "ANY"
  
Reply With Quote
Re: Podbot Beta 3.0 Updates? ^^
Old
  (#334)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: Podbot Beta 3.0 Updates? ^^ - 06-03-2010

write in the console:
meta list
and show me the output here.
I was just playing the map awp_map and I din't experience any crash. Switch off other Your metamod plugins (including amxx/amx) to check if the crash still happens or not on those maps.
  
Reply With Quote
Fast way to be sure
Old
  (#335)
CS1.6
This user broke our rules and has been BANNED
 
Status: Offline
Posts: 84
Join Date: Oct 2006
Idea Fast way to be sure - 06-03-2010

KWo,

I would suggest you tell everyone who has crashes to do the following:



1. comment / delete the podbot entry in plugins.ini in metamod folder:
Code:
win32 addons/amxmodx/dlls/amxmodx_mm.dll
;win32 addons/podbot/podbot_mm.dll


2. Shut down the server!

3. Start the server!

4. Test if server crashes!




If server crashes = the crash is not podbot related
If server does not crash = the crash is podbot related.



This way it will save time for the user and yourself.
  
Reply With Quote
Re: Podbot Beta 3.0 Updates? ^^
Old
  (#336)
PauliusBa
Member
 
Status: Offline
Posts: 31
Join Date: May 2008
Default Re: Podbot Beta 3.0 Updates? ^^ - 06-03-2010

I think that that "USE" on falling is completely wrong. If that's the feature some would use, make it cvar'able! I don't think that majority PODBot using servers use parachute stuff, so bots pressing e on falling just look stupid.
Also, when a bot stops for a turn, it looks very stupid too. There could be a cvar for that too.
  
Reply With Quote
Re: Fast way to be sure
Old
  (#337)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: Fast way to be sure - 06-03-2010

Quote:
Originally Posted by CS1.6 View Post
KWo,

I would suggest you tell everyone who has crashes to do the following:



1. comment / delete the podbot entry in plugins.ini in metamod folder:
Code:
win32 addons/amxmodx/dlls/amxmodx_mm.dll
;win32 addons/podbot/podbot_mm.dll


2. Shut down the server!

3. Start the server!

4. Test if server crashes!




If server crashes = the crash is not podbot related
If server does not crash = the crash is podbot related.



This way it will save time for the user and yourself.
If it doesn't crash in that case above, it doesn't mean automatically it is podbot mm related. It may mean some plugin is baddly written and it makes the server crash while bots are playing there.
To make sure the crash is not podbot mm related, comment out in metamod's plugins.ini everything not related to podbot mm (leave only podbot mm call), start the server with podbot only and check if it crashes or not. If it does (only podbot mm loaded by metamod), then it really is podbot mm related.
  
Reply With Quote
Re: Fast way to be sure
Old
  (#338)
peaces
Member
 
Status: Offline
Posts: 3
Join Date: Mar 2010
Default Re: Fast way to be sure - 07-03-2010

thanks! Kwo

V3B20a & b to ... V3B20j version


A.
Code:
win32 addons/amxmodx/dlls/amxmodx_mm.dll
;win32 addons/podbot/podbot_mm.dll
1. ran series of gun-given mode (awp_maps) - server does not crash and run for more than 200 hours


B.
Code:
;win32 addons/amxmodx/dlls/amxmodx_mm.dll
win32 addons/podbot/podbot_mm.dll
1. ran series of gun-given mode (awp_maps) - server crash

2. ran series of (de_maps cs_maps) - server does not crash and run for more than 200 hours

c.
Code:
win32 addons/amxmodx/dlls/amxmodx_mm.dll
win32 addons/podbot/podbot_mm.dll
1. ran series of gun-given mode (awp_maps) - server crash

2. ran series of (de_maps cs_maps dm_maps) - server does not crash and run for more than 200 hours
===

Maybe about gun-given mode (maps)...

Last edited by peaces; 07-03-2010 at 17:25..
  
Reply With Quote
Re: Podbot Beta 3.0 Updates? ^^
Old
  (#339)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: Podbot Beta 3.0 Updates? ^^ - 07-03-2010

Run the server also this way:
;win32 addons/amxmodx/dlls/amxmodx_mm.dll
win32 addons/podbot/podbot_mm.dll
Another thing - what is the difference between V3B20b and V3B20j? You didn't write that...
  
Reply With Quote
Re: Podbot Beta 3.0 Updates? ^^
Old
  (#340)
peaces
Member
 
Status: Offline
Posts: 3
Join Date: Mar 2010
Default Re: Podbot Beta 3.0 Updates? ^^ - 07-03-2010

sorry!
my english is bad..
Quote:
V3B20a V3B20b V3B20c V3B20d ... and V3B20j
These versions are tested
  
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 75 (0 members and 75 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