From 6903fe09fc28db97503faa50c9925e6762cd684d Mon Sep 17 00:00:00 2001 From: Resxt <55228336+Resxt@users.noreply.github.com> Date: Tue, 16 May 2023 20:38:55 +0200 Subject: [PATCH] Add renaming bots instructions --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index b577f3d..59a925f 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,19 @@ You can find the ModDB release post [here](https://www.moddb.com/mods/bot-warfar | bots_play_ads | If the bots can aim down sights. | true | | bots_play_aim | If the bots can aim. | true | +### Renaming bots + +With Bot Warfare installed: + +- Make sure Plutonium IW5 is closed +- Press Win + R, paste `%localappdata%\Plutonium\storage\iw5` and press Enter +- Open the file called `z_svr_bots` with an archiver such as [7-Zip](https://www.7-zip.org/) +- Drag the `bots.txt` file on your desktop and open it +- Edit the bots names. Each line is the name of a bot +- Save the file and close the notepad +- Drag the `bots.txt` file you just edited inside the `z_svr_bots` file you opened in step 3. Replace the file if needed +- Open your game and play with the new bots names + ## Changelog - v2.1.0 - Initial release (sync'd versions with other Bot Warfares)