Skip to content

Commit 7654ce2

Browse files
author
ineed bots
committed
Version 2.1.0, initial full release
1 parent 6b12192 commit 7654ce2

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,8 @@ You can find the ModDB release post [here](https://www.moddb.com/mods/bot-warfar
5454
0. Make sure that [PlutoniumIW5](https://plutonium.pw/docs/install/#iw5) is installed, updated and working properly.
5555
- Download the [latest release](https://github.com/ineedbots/piw5_bot_warfare/releases) of Bot Warfare.
5656
1. Extract all the files from the Bot Warfare release archive you downloaded to anywhere on your computer.
57-
2. Run the 'install.bat'. This copies the mod to your PlutoniumIW5 mods folder.
57+
2. Run the 'install.bat'. This copies the mod to your PlutoniumIW5 storage folder.
5858
3. The mod is now installed, now run your game.
59-
- You will need to set the DVAR `fs_game` to `mods/bots`. You can do this by entering `set fs_game mods/bots` into the console. You can open the console using the tilde (~) key.
6059
4. The mod should be loaded! Now go start a map and play!
6160

6261
## Documentation
@@ -78,6 +77,7 @@ You can find the ModDB release post [here](https://www.moddb.com/mods/bot-warfar
7877
| bots_main_menu | Enable the in-game menu for hosts. | true |
7978
| bots_main_debug | Enable the in-game waypoint editor. | false |
8079
| bots_main_kickBotsAtEnd | Kick the bots at the end of a match. | false |
80+
| bots_main_chat | The rate bots will chat at, set to 0 to disable. | 1.0 |
8181
| bots_manage_add | Amount of bots to add to the game, once bots are added, resets back to `0`. | 0 |
8282
| bots_manage_fill | Amount of players/bots (look at `bots_manage_fill_mode`) to maintain in the match. | 0 |
8383
| bots_manage_fill_mode | `bots_manage_fill` players/bots counting method.<ul><li>`0` - counts both players and bots.</li><li>`1` - only counts bots.</li></ul> | 0 |
@@ -112,8 +112,8 @@ You can find the ModDB release post [here](https://www.moddb.com/mods/bot-warfar
112112
| bots_play_aim | If the bots can aim. | true |
113113

114114
## Changelog
115-
- v2.0.2
116-
- soon
115+
- v2.1.0
116+
- Initial release (sync'd versions with other Bot Warfares)
117117

118118
## Credits
119119
- Plutonium Team - https://plutonium.pw/

out/bots/z_svr_bots.iwd

-333 KB
Binary file not shown.

out/install.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
xcopy bots "%LOCALAPPDATA%"\Plutonium\storage\iw5\mods\bots\ /Y
1+
xcopy z_svr_bots.iwd "%LOCALAPPDATA%"\Plutonium\storage\iw5\ /Y
22
pause

out/ss.jpg

1.34 MB
Loading

out/z_svr_bots.iwd

481 KB
Binary file not shown.

raw/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.0.2";
18+
level.bw_VERSION = "2.1.0";
1919

2020
if ( getDvar( "bots_main" ) == "" )
2121
setDvar( "bots_main", true );

0 commit comments

Comments
 (0)