.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   Releases, Installers, Docs & Coding (http://forums.bots-united.com/forumdisplay.php?f=48)
-   -   Podbot Beta 3.0 Updates? ^^ (http://forums.bots-united.com/showthread.php?t=5226)

senecas 21-04-2012 06:01

Re: Podbot Beta 3.0 Updates? ^^
 
Quote:

Originally Posted by KWo (Post 64434)
They are trying to calculate somehow the frame rate, but there is no reason to keep the server above 100 fps (You are just increasing CPU usage without improving the performance of Your server).

server fps is related with ping.
we get bad ping in 100 fps.

server_fps -> own tic timer like entity nextthink 0.01 ??
I think calculating with server fps is very poor perfomance.
If it is possible, Can you change this like that way ?

sacripan 21-04-2012 11:04

Re: Podbot Beta 3.0 Updates? ^^
 
Je pense que les fps d'un serveur n'a rien à voir avec les updates de podbot.

Podbot est à considérer comme un simple pluging où chaque bot prend autant de ressource CPU qu'un joueur qui jouerait en local sur la machine.
Mais il n'a pas d'écran et se moque des fps car le programme dialogue directement avec le serveur.

Podbot concomme de la CPU et moins il y a de CPU disponible et moins le serveur à de temps pour générer une nouvelle situation prête à diffuser aux joueurs. Il en est de même pour le temps disponible à gérer les échanges de données avec les joueurs.

Mais encore une fois rien, Podbot ne gère pas les fps, ce n'est pas sa mission. Il gère des joueurs robots et de mieux en mieux.

Il serait plaisant de revenir au sujet principal c'est à dire au comportement des dernières version béta de Podbot.

J'ai toujours des crashs serveurs mais beaucoup moins et il est peu probable que podbot en soit la raison.

genmac 21-05-2012 12:22

Re: Podbot Beta 3.0 Updates? ^^
 
Hi Kwo!
Tnx for the pm about the new update.
Sorry havent done much testing lately so busy at work lately.
Still, keep up the good work on podbot-mm...the best CS bot ever!

ExAnimo 02-08-2012 22:25

Re: Podbot Beta 3.0 Updates? ^^
 
delete

KWo 10-03-2013 21:01

Re: Podbot Beta 3.0 Updates? ^^
 
Update - V3B22a:

+Fixed problem with "player_weaponstrip" crash related (I hope it's fixed now finally).
+Reduced time to reply by bots with chats. They will chat more often now.

Let me know how does it work on any aim_x/awp_x and such maps, where the weapon buying is disabled and the player is automatically equiped with a gun.

KWo 01-04-2013 14:34

Re: Podbot Beta 3.0 Updates? ^^
 
Update - V3B22b:

+Fixed again problem with "player_weaponstrip" crash related - the fix now includes separate code for CS1.5 and CS1.6/CZERO - it should fix the problem really finally.

Let me know how does it work on any aim_x/awp_x and such maps, where the weapon buying is disabled and the player is automatically equiped with a gun.

KWo 22-05-2013 22:34

Re: Podbot Beta 3.0 Updates? ^^
 
Update - V3B22c:

+Fixed problem with "pb wp clean" command. It wasn't doing the job as desired. Now it really clears unnecessary connections and only these.
+Added a cvar to debug some parts of code (pb_debuglevel - default 0).
Possible flags to tests code:
DEBUG_FL_TASKS = 1
DEBUG_FL_NAVIGATION = 2
DEBUG_FL_STUCK = 4
DEBUG_FL_SENSING = 8
DEBUG_FL_COMBAT = 16
DEBUG_FL_ENTITIES = 32
DEBUG_FL_CHAT = 64
DEBUG_FL_WPEDIT = 128
DEBUG_FL_ALLBOTS = 256

+Added a command - "pb wp fixcamp nr/all" - it converts camp waypoints types from old podbot (also from yapb and epodbot) to podbot mm type.

Let me know how does it work now.

KWo 19-04-2016 21:55

Re: Podbot Beta 3.0 Updates? ^^
 
After a long break (almost 3 years :D ) a new update:
V3B23
+Fixed problems with bots climbing ladders.
+Fixed problem with walking on stairs (the bot slows down on less than 120 degrees angle move direction change - if radius of the WP is smaller or equal 16 units).
+Fixed problems with bots not jumping correctly while JUMP flag is placed on the WP.
+Fixed problem with bots ducking/standing/ducking and so on.
+Added a check for vertical distance to pickup an item (it will only happen now if the item is not higher or lower 100 units than the bot's origin).
+Fixed problem with bots looking at the sky for no reason (after goal WP reaching and while execting TASK_PAUSE).
+Changed the detection of stuck by bot (now it really on the actual bot's speed)
+Reduced a bit again spinning bots effect.

Let me know if You like this version. It is going to stay the official one.

lokkdokk 21-04-2016 20:36

Re: Podbot Beta 3.0 Updates? ^^
 
Quote:

Originally Posted by KWo (Post 66519)
After a long break (almost 3 years :D ) a new update:
V3B23
+Fixed problems with bots climbing ladders.
+Fixed problem with walking on stairs (the bot slows down on less than 120 degrees angle move direction change - if radius of the WP is smaller or equal 16 units).
+Fixed problems with bots not jumping correctly while JUMP flag is placed on the WP.
+Fixed problem with bots ducking/standing/ducking and so on.
+Added a check for vertical distance to pickup an item (it will only happen now if the item is not higher or lower 100 units than the bot's origin).
+Fixed problem with bots looking at the sky for no reason (after goal WP reaching and while execting TASK_PAUSE).
+Changed the detection of stuck by bot (now it really on the actual bot's speed)
+Reduced a bit again spinning bots effect.

Let me know if You like this version. It is going to stay the official one.

added to my repository https://yadi.sk/d/n2y2Y2GULeAGU

brlight 27-08-2016 22:37

Re: Podbot Beta 3.0 Updates? ^^
 
Congrats, hopefully this version fixes some random crashes I was having

KWo 28-08-2018 22:10

Re: Podbot Beta 3.0 Updates? ^^
 
After a long break again (more than 2 years :D ) a new update:
V3B23a
+Added new cvar pb_ffrev (default 0 - off). It is preventing to shoot back by the bot at the teamnate. Thanks to The Storm for coding it in podbot mm code the first way (I have changed it a bit later). :)
+Changed some C/C++ functions (funcname to funcname_s) to "safe" type (at least so called by Microsoft). For linux it's changing nothing, because they aren't supported by gcc/g++.

+Other changes nothing making for useres, but just to make today's MSVC and gcc compilers/compliners more happy (to prevent flood by thousands of warnings any coder wanting to compile podbot mm sources)



The linux binary file (i386) was compiled under truth linux mint 18.3 system (gcc 5.4.0 - this time it wasn't just a cross compilation), but it was statically linked with libraries needed by that binary (so I believe it will be working on other linux distros, too).


Let me know if You like this version.
This build doesn''t mean I'm going to code any newer functions in podbot mm. I've got tired by working last 2 months on podbot mm code agian. :(

The Storm 28-08-2018 22:19

Re: Podbot Beta 3.0 Updates? ^^
 
KWo, would you like to join the Bots-United Github group that Whistler created? You can push the code there, so at least other people will be able to contribute much more easier than using zip files. :)

KWo 28-08-2018 22:28

Re: Podbot Beta 3.0 Updates? ^^
 
I'm too lazy to learn about how to work with github... Ask me the same after about 2 weeks or so. I'm a bit tired right now by work with this code. And You with Your "compliner" have had also an influence on it, too... :)
Well - I don't think there are still enough amount of users still playing CS1.6/CZERO and using podbot mm to be worth it...

RoboCop 28-08-2018 22:51

Re: Podbot Beta 3.0 Updates? ^^
 
We can maybe help instantly on IM. Try our Bots-United Discord.

https://discord.gg/BbxR5wY

The Storm 29-08-2018 01:21

Re: Podbot Beta 3.0 Updates? ^^
 
KWo, you will be surprised to see how much users actually still play CS 1.6.

But sure, take your rest, I know how much exhausting can be fixing so many warnings in a legacy code base, believe me, I've done it also on my real job. :)

ExAnimo 24-10-2018 03:42

Re: Podbot Beta 3.0 Updates? ^^
 
it is possible to make pod bot with the module of automatic creation of ways from RealBot? To use the file of navigation from RealBot. Improve, increase limits, navigation accuracy

mattisbogus 01-01-2019 06:20

Re: Podbot Beta 3.0 Updates? ^^
 
Quote:

Originally Posted by The Storm (Post 67226)
KWo, you will be surprised to see how much users actually still play CS 1.6.

Yes 100%.

I have taken a long break from CS 1.6 Probably 6-7 years.

Back in 2011-2012 I was a BIG user of PODbot, absolutely love it.

I am now back to playing and hosting my own bot server again.

Came here looking to add bots to my server, and to my surprise this project is still being continued, love it.

Thank you KWo, and all who support this project.

Fixer 23-12-2019 00:25

Re: Podbot Beta 3.0 Updates? ^^
 
Still playing CS 1.6 with bots, with different once though ;) CS lives forever.


All times are GMT +2. The time now is 10:07.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.