Skip to content

Commit

Permalink
Push update 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ineedbots committed May 16, 2021
1 parent c31f0d2 commit 1cd164e
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

## Changelog
- v2.0.1 (to be released)
- v2.0.1
- Reduced bots crouching
- Increased bots sprinting
- Improved bots mantling, crouching and knifing glass when needed
Expand All @@ -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 reload canceling and fast swaps
- Bots use C4
- Improved revenge
- Bots can swap weapons on spawn more likely

- v2.0.0
- Initial reboot release
Expand All @@ -188,6 +190,7 @@ You can find the ModDB release post [here](https://www.moddb.com/mods/bot-warfar
- apdonato - http://rsebots.blogspot.ca/
- Ability
- 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!
-INeedGames/INeedBot(s) @ ineedbots@outlook.com
Binary file modified out/Move files to root of IW4x folder/mods/bots/z_svr_bots.iwd
Binary file not shown.
21 changes: 21 additions & 0 deletions out/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## 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
- Initial reboot release

Expand All @@ -35,6 +55,7 @@ You can find the GitHub containing more info at https://github.com/ineedbots/iw4
- apdonato - http://rsebots.blogspot.ca/
- Ability
- 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!
-INeedGames/INeedBot(s) @ ineedbots@outlook.com
Binary file modified out/ss.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion userraw/maps/mp/bots/_bot.gsc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
init()
{
level.bw_VERSION = "2.0.0";
level.bw_VERSION = "2.0.1";

if(getDvar("bots_main") == "")
setDvar("bots_main", true);
Expand Down
2 changes: 1 addition & 1 deletion userraw/waypoints

0 comments on commit 1cd164e

Please sign in to comment.