mirror of
https://github.com/ineedbots/t4_bot_warfare.git
synced 2025-04-23 08:25:42 +00:00
Bump version 2.0.1
This commit is contained in:
parent
837bec9c73
commit
87744ba13a
16
README.md
16
README.md
@ -167,6 +167,22 @@ Also make sure that PunkBuster is disabled!
|
|||||||
- bots_main_debug - a boolean value (0 or 1), enables or disables the waypoint editor
|
- bots_main_debug - a boolean value (0 or 1), enables or disables the waypoint editor
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
- v2.0.1
|
||||||
|
- Reduced bots crouching
|
||||||
|
- Increased bots sprinting
|
||||||
|
- Improved bots mantling, crouching and knifing glass when needed
|
||||||
|
- Fixed possible script runtime errors
|
||||||
|
- Improved domination
|
||||||
|
- Bots use explosives more if they have it
|
||||||
|
- Bots aim slower when ads'ing
|
||||||
|
- Fixed bots holding breath
|
||||||
|
- 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
|
- v2.0.0
|
||||||
- Initial reboot release
|
- Initial reboot release
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
*/
|
*/
|
||||||
init()
|
init()
|
||||||
{
|
{
|
||||||
level.bw_VERSION = "2.0.0";
|
level.bw_VERSION = "2.0.1";
|
||||||
|
|
||||||
if(getDvar("bots_main") == "")
|
if(getDvar("bots_main") == "")
|
||||||
setDvar("bots_main", true);
|
setDvar("bots_main", true);
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit ea1300da2576e7380dc966bb398a106c37250318
|
Subproject commit f005fd75d70089eb2bbb2133eadbaae4e17889e1
|
@ -33,6 +33,22 @@ Also make sure that PunkBuster is disabled!
|
|||||||
- Pressing the menu buttons again closes menus.
|
- Pressing the menu buttons again closes menus.
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
- v2.0.1
|
||||||
|
- Reduced bots crouching
|
||||||
|
- Increased bots sprinting
|
||||||
|
- Improved bots mantling, crouching and knifing glass when needed
|
||||||
|
- Fixed possible script runtime errors
|
||||||
|
- Improved domination
|
||||||
|
- Bots use explosives more if they have it
|
||||||
|
- Bots aim slower when ads'ing
|
||||||
|
- Fixed bots holding breath
|
||||||
|
- 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
|
- v2.0.0
|
||||||
- Initial reboot release
|
- Initial reboot release
|
||||||
|
|
||||||
|
Binary file not shown.
BIN
out/ss.png
BIN
out/ss.png
Binary file not shown.
Before Width: | Height: | Size: 3.4 MiB After Width: | Height: | Size: 3.7 MiB |
Loading…
x
Reference in New Issue
Block a user