Bump version 2.0.1

This commit is contained in:
ineedbots 2021-05-14 19:42:29 -06:00
parent 837bec9c73
commit 87744ba13a
7 changed files with 35 additions and 3 deletions

View File

@ -167,6 +167,22 @@ Also make sure that PunkBuster is disabled!
- bots_main_debug - a boolean value (0 or 1), enables or disables the waypoint editor
## Changelog
- v2.0.1
- Reduced bots crouching
- Increased bots sprinting
- Improved bots mantling, crouching and knifing glass when needed
- Fixed possible script runtime errors
- Improved domination
- Bots use explosives more if they have it
- Bots aim slower when ads'ing
- Fixed bots holding breath
- Fixed bots rubberbanding movement when their goal changes
- Added bots quickscoping with snipers
- Added bots reload canceling and fast swaps
- Bots use C4
- Improved revenge
- Bots can swap weapons on spawn more likely
- v2.0.0
- Initial reboot release

View File

@ -1,4 +1,4 @@
a
a
b
c
d

View File

@ -8,7 +8,7 @@
*/
init()
{
level.bw_VERSION = "2.0.0";
level.bw_VERSION = "2.0.1";
if(getDvar("bots_main") == "")
setDvar("bots_main", true);

@ -1 +1 @@
Subproject commit ea1300da2576e7380dc966bb398a106c37250318
Subproject commit f005fd75d70089eb2bbb2133eadbaae4e17889e1

View File

@ -33,6 +33,22 @@ Also make sure that PunkBuster is disabled!
- Pressing the menu buttons again closes menus.
## Changelog
- v2.0.1
- Reduced bots crouching
- Increased bots sprinting
- Improved bots mantling, crouching and knifing glass when needed
- Fixed possible script runtime errors
- Improved domination
- Bots use explosives more if they have it
- Bots aim slower when ads'ing
- Fixed bots holding breath
- Fixed bots rubberbanding movement when their goal changes
- Added bots quickscoping with snipers
- Added bots reload canceling and fast swaps
- Bots use C4
- Improved revenge
- Bots can swap weapons on spawn more likely
- v2.0.0
- Initial reboot release

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 MiB

After

Width:  |  Height:  |  Size: 3.7 MiB