From 5319878cccd9b0ad4f9933c9475b1b5489325c7b Mon Sep 17 00:00:00 2001 From: ineed bots Date: Tue, 30 Apr 2024 13:06:17 -0600 Subject: [PATCH] update --- README.md | 7 ++++++- maps/mp/bots/_bot.gsc | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a869c32..f8997e8 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,12 @@ You can find the ModDB release post [here](https://www.moddb.com/mods/bot-warfar | bots_play_aim | If the bots can aim. | 1 | ## Changelog +- v2.3.0 + - Fixed bots aiming in ac130/chopper being broken at times + - Bots properly use pred missiles + - Smoothed bot aim at range + - Fixed bots_manage_fill_spec players being counted with bots_manage_fill_mode 1 (bot only) + - v2.2.0 - Bots can now melee lunge - Fixed some chat related script runtime errors @@ -168,7 +174,6 @@ You can find the ModDB release post [here](https://www.moddb.com/mods/bot-warfar - A variable leak in _menu - Recoil for bots (engine, maybe script) - Use static turrets in maps - - Proper use of pred missile ## Credits - IW4x Team - https://github.com/iw4x/iw4x-client diff --git a/maps/mp/bots/_bot.gsc b/maps/mp/bots/_bot.gsc index da36b57..44e56e0 100644 --- a/maps/mp/bots/_bot.gsc +++ b/maps/mp/bots/_bot.gsc @@ -15,7 +15,7 @@ */ init() { - level.bw_version = "2.2.0"; + level.bw_version = "2.3.0"; if ( getdvar( "bots_main" ) == "" ) {