Version 2.1.0, initial full release

This commit is contained in:
ineed bots 2022-05-10 15:17:31 -06:00
parent 6b12192946
commit 7654ce2040
6 changed files with 6 additions and 6 deletions

View File

@ -54,9 +54,8 @@ You can find the ModDB release post [here](https://www.moddb.com/mods/bot-warfar
0. Make sure that [PlutoniumIW5](https://plutonium.pw/docs/install/#iw5) is installed, updated and working properly. 0. Make sure that [PlutoniumIW5](https://plutonium.pw/docs/install/#iw5) is installed, updated and working properly.
- Download the [latest release](https://github.com/ineedbots/piw5_bot_warfare/releases) of Bot Warfare. - Download the [latest release](https://github.com/ineedbots/piw5_bot_warfare/releases) of Bot Warfare.
1. Extract all the files from the Bot Warfare release archive you downloaded to anywhere on your computer. 1. Extract all the files from the Bot Warfare release archive you downloaded to anywhere on your computer.
2. Run the 'install.bat'. This copies the mod to your PlutoniumIW5 mods folder. 2. Run the 'install.bat'. This copies the mod to your PlutoniumIW5 storage folder.
3. The mod is now installed, now run your game. 3. The mod is now installed, now run your game.
- 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.
4. The mod should be loaded! Now go start a map and play! 4. The mod should be loaded! Now go start a map and play!
## Documentation ## Documentation
@ -78,6 +77,7 @@ You can find the ModDB release post [here](https://www.moddb.com/mods/bot-warfar
| bots_main_menu | Enable the in-game menu for hosts. | true | | bots_main_menu | Enable the in-game menu for hosts. | true |
| bots_main_debug | Enable the in-game waypoint editor. | false | | bots_main_debug | Enable the in-game waypoint editor. | false |
| bots_main_kickBotsAtEnd | Kick the bots at the end of a match. | false | | bots_main_kickBotsAtEnd | Kick the bots at the end of a match. | false |
| bots_main_chat | The rate bots will chat at, set to 0 to disable. | 1.0 |
| bots_manage_add | Amount of bots to add to the game, once bots are added, resets back to `0`. | 0 | | bots_manage_add | Amount of bots to add to the game, once bots are added, resets back to `0`. | 0 |
| bots_manage_fill | Amount of players/bots (look at `bots_manage_fill_mode`) to maintain in the match. | 0 | | bots_manage_fill | Amount of players/bots (look at `bots_manage_fill_mode`) to maintain in the match. | 0 |
| 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 | | 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
| bots_play_aim | If the bots can aim. | true | | bots_play_aim | If the bots can aim. | true |
## Changelog ## Changelog
- v2.0.2 - v2.1.0
- soon - Initial release (sync'd versions with other Bot Warfares)
## Credits ## Credits
- Plutonium Team - https://plutonium.pw/ - Plutonium Team - https://plutonium.pw/

Binary file not shown.

View File

@ -1,2 +1,2 @@
xcopy bots "%LOCALAPPDATA%"\Plutonium\storage\iw5\mods\bots\ /Y xcopy z_svr_bots.iwd "%LOCALAPPDATA%"\Plutonium\storage\iw5\ /Y
pause pause

BIN
out/ss.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

BIN
out/z_svr_bots.iwd Normal file

Binary file not shown.

View File

@ -15,7 +15,7 @@
*/ */
init() init()
{ {
level.bw_VERSION = "2.0.2"; level.bw_VERSION = "2.1.0";
if ( getDvar( "bots_main" ) == "" ) if ( getDvar( "bots_main" ) == "" )
setDvar( "bots_main", true ); setDvar( "bots_main", true );