Skip to content

Commit d2ddce2

Browse files
author
ineed bots
committed
update
1 parent 7028290 commit d2ddce2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,12 @@ You can find the ModDB release post [here](https://www.moddb.com/mods/bot-warfar
112112
| bots_play_aim | If the bots can aim. | 1 |
113113

114114
## Changelog
115+
- v2.3.0 (not released yet)
116+
- Fixed bots aiming in ac130/chopper being broken at times
117+
- Bots properly use pred missiles
118+
- Smoothed bot aim at range
119+
- Fixed bots_manage_fill_spec players being counted with bots_manage_fill_mode 1 (bot only)
120+
115121
- v2.2.0
116122
- Bots can now melee lunge
117123
- Fixed some chat related script runtime errors

maps/mp/bots/_bot.gsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616
init()
1717
{
18-
level.bw_version = "2.2.0";
18+
level.bw_version = "2.3.0";
1919

2020
if ( getdvar( "bots_main" ) == "" )
2121
{

0 commit comments

Comments
 (0)