Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ineed bots committed Apr 30, 2024
1 parent 7028290 commit d2ddce2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,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 (not released yet)
- 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
Expand Down
2 changes: 1 addition & 1 deletion 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.2.0";
level.bw_version = "2.3.0";

if ( getdvar( "bots_main" ) == "" )
{
Expand Down

0 comments on commit d2ddce2

Please sign in to comment.