mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-05-15 17:04:50 +00:00
Compare commits
No commits in common. "f683a78336f8b9935e78a7bc4041ffed03b8837c" and "72526aa97c4838349817c2661353953f096177da" have entirely different histories.
f683a78336
...
72526aa97c
@ -117,12 +117,6 @@ You can find the ModDB release post [here](https://www.moddb.com/mods/bot-warfar
|
|||||||
| bots_play_aim | If the bots can aim. | 1 |
|
| bots_play_aim | If the bots can aim. | 1 |
|
||||||
|
|
||||||
## Changelog
|
## 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
|
- v2.2.0
|
||||||
- Bots can now melee lunge
|
- Bots can now melee lunge
|
||||||
- Fixed some chat related script runtime errors
|
- Fixed some chat related script runtime errors
|
||||||
@ -174,6 +168,7 @@ You can find the ModDB release post [here](https://www.moddb.com/mods/bot-warfar
|
|||||||
- A variable leak in _menu
|
- A variable leak in _menu
|
||||||
- Recoil for bots (engine, maybe script)
|
- Recoil for bots (engine, maybe script)
|
||||||
- Use static turrets in maps
|
- Use static turrets in maps
|
||||||
|
- Proper use of pred missile
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
- IW4x Team - https://github.com/iw4x/iw4x-client
|
- IW4x Team - https://github.com/iw4x/iw4x-client
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
*/
|
*/
|
||||||
init()
|
init()
|
||||||
{
|
{
|
||||||
level.bw_version = "2.3.0";
|
level.bw_version = "2.2.0";
|
||||||
|
|
||||||
if ( getdvar( "bots_main" ) == "" )
|
if ( getdvar( "bots_main" ) == "" )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user