The new update is a bit bigger -
V3B19
+ Added facing filtering and fixing shaking the bot all the time.
+ FIXED problem with bot towers on ladders (the bot goes away from the ladder and it waits
a bit if a teamnate is already using the ladder).
+ Changed WaypointNodeReachable function for adding waypoints and selecting
a better alternatives if the waypoint is in use by someone else.
+ Improved omitting the obstacles with strafing (unstuck code).
+ Improved detection if the bot can move forward/back (unstuck).
+ FIXED small problems with collecting experience data.
+ FIXED problem with looking at the strange direction while camping.
+ FIXED small problem with reloading the weapon.
+ Improved aiming at waypoints more accurate now (Waypoint Editor).
+ Changed the info shown for waypoint editor (it shows more info now).
+ Changed the refresh of drawing waypoints (every 0.1 sec separatelly for each waypoint).
+ Changed a bit aiming the target by bots (taken some idea from YapB).
+ Added some commands concerning to experience data:
pb experience show - shows the data stored in the pxp file
pb experience test_a_T index1 index2 byPathType - shows the path the Terrorist bot would like to choose from WP index1 to WP index2 according
to kind of algorithm :
byPathType = 0 - the shortest way according to distances between waypoints (used by aggressive bots),
byPathType = 1 - the shortest way according to distances between waypoints and to the collected experience (damages collected -
used by normal bots),
byPathType = 2 - the shortest way according to collected experience (no matter what is the distance between waypoints - used by
the most scaried bots).
pb experience test_a_CT index1 index2 byPathType - shows the path the Counter-Terrorist bot would like to choose from WP index1 to WP index2 according to explained above byPathType parameter.
pb experience test_a_CTH index1 index2 byPathType - shows the path the Counter-Terrorist bot (with following him a hostage/hostages) would like to choose from WP index1 to WP index2 according to explained above byPathType parameter.
@Ancient - please, try if You can hit better a waypoint You are trying to point when You are doing some manually connections.
V3B19 is going to be an official version during 1 week if there is no any critical bugs in it.