Push update 2.0.1

This commit is contained in:
ineedbots 2021-05-16 12:21:29 -06:00
parent c31f0d2bfa
commit 1cd164e5ea
6 changed files with 27 additions and 3 deletions

View File

@ -158,7 +158,7 @@ You can find the ModDB release post [here](https://www.moddb.com/mods/bot-warfar
- bots_main_debug - a boolean value (0 or 1), enables or disables the waypoint editor - bots_main_debug - a boolean value (0 or 1), enables or disables the waypoint editor
## Changelog ## Changelog
- v2.0.1 (to be released) - v2.0.1
- Reduced bots crouching - Reduced bots crouching
- Increased bots sprinting - Increased bots sprinting
- Improved bots mantling, crouching and knifing glass when needed - Improved bots mantling, crouching and knifing glass when needed
@ -175,6 +175,8 @@ You can find the ModDB release post [here](https://www.moddb.com/mods/bot-warfar
- Added bots quickscoping with snipers - Added bots quickscoping with snipers
- Added bots reload canceling and fast swaps - Added bots reload canceling and fast swaps
- Bots use C4 - Bots use C4
- Improved revenge
- Bots can swap weapons on spawn more likely
- v2.0.0 - v2.0.0
- Initial reboot release - Initial reboot release
@ -188,6 +190,7 @@ You can find the ModDB release post [here](https://www.moddb.com/mods/bot-warfar
- apdonato - http://rsebots.blogspot.ca/ - apdonato - http://rsebots.blogspot.ca/
- Ability - Ability
- Salvation - Salvation
- VicRattlehead - https://www.moddb.com/members/vicrattlehead
Feel free to use code, host on other sites, host on servers, mod it and merge mods with it, just give credit where credit is due! Feel free to use code, host on other sites, host on servers, mod it and merge mods with it, just give credit where credit is due!
-INeedGames/INeedBot(s) @ ineedbots@outlook.com -INeedGames/INeedBot(s) @ ineedbots@outlook.com

View File

@ -23,6 +23,26 @@ You can find the GitHub containing more info at https://github.com/ineedbots/iw4
- Pressing the menu button again closes menus. - Pressing the menu button again closes menus.
## Changelog ## Changelog
- v2.0.1
- Reduced bots crouching
- Increased bots sprinting
- Improved bots mantling, crouching and knifing glass when needed
- Fixed possible script runtime errors
- Fixed demolition spawn killing
- Improved domination
- Bots use explosives more if they have it
- Fixed bots moving their player when using remote
- Bots aim slower when ads'ing
- Fixed bots holding breath
- Bots are more smart when waiting for carepackages
- Improved and fixed various waypoints for maps
- 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 - v2.0.0
- Initial reboot release - Initial reboot release
@ -35,6 +55,7 @@ You can find the GitHub containing more info at https://github.com/ineedbots/iw4
- apdonato - http://rsebots.blogspot.ca/ - apdonato - http://rsebots.blogspot.ca/
- Ability - Ability
- Salvation - Salvation
- VicRattlehead - https://www.moddb.com/members/vicrattlehead
Feel free to use code, host on other sites, host on servers, mod it and merge mods with it, just give credit where credit is due! Feel free to use code, host on other sites, host on servers, mod it and merge mods with it, just give credit where credit is due!
-INeedGames/INeedBot(s) @ ineedbots@outlook.com -INeedGames/INeedBot(s) @ ineedbots@outlook.com

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 MiB

After

Width:  |  Height:  |  Size: 3.5 MiB

View File

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

@ -1 +1 @@
Subproject commit 10f74b2fded4d1ff38a1d69cc6cfd66dc1ac73fd Subproject commit 9770210fc2f3a9466e7711dbb46f32ac78264faf