diff --git a/README.md b/README.md index 31c18a4..31e5a5e 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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 diff --git a/out/Move files to root of IW4x folder/mods/bots/z_svr_bots.iwd b/out/Move files to root of IW4x folder/mods/bots/z_svr_bots.iwd index 23db287..0c41df8 100644 Binary files a/out/Move files to root of IW4x folder/mods/bots/z_svr_bots.iwd and b/out/Move files to root of IW4x folder/mods/bots/z_svr_bots.iwd differ diff --git a/out/README.txt b/out/README.txt index db3204b..35ab258 100644 --- a/out/README.txt +++ b/out/README.txt @@ -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 @@ -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 diff --git a/out/ss.png b/out/ss.png index a5cd6eb..26a3b46 100644 Binary files a/out/ss.png and b/out/ss.png differ diff --git a/userraw/maps/mp/bots/_bot.gsc b/userraw/maps/mp/bots/_bot.gsc index a9d6e37..e6336d9 100644 --- a/userraw/maps/mp/bots/_bot.gsc +++ b/userraw/maps/mp/bots/_bot.gsc @@ -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); diff --git a/userraw/waypoints b/userraw/waypoints index 10f74b2..9770210 160000 --- a/userraw/waypoints +++ b/userraw/waypoints @@ -1 +1 @@ -Subproject commit 10f74b2fded4d1ff38a1d69cc6cfd66dc1ac73fd +Subproject commit 9770210fc2f3a9466e7711dbb46f32ac78264faf