From 7b52b462e40fa68287b9e54602e52da83b17766c Mon Sep 17 00:00:00 2001 From: INeedGames Date: Fri, 12 Jan 2024 18:08:08 -0600 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ad444a..74f5887 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,8 @@ You can easily setup a local LAN dedicated server for you to join and play on. H - Download the [latest release](https://github.com/ineedbots/iw3_bot_warfare/releases) of Bot Warfare. 1. Locate your CoD4x server install folder. 2. Move the files/folders found in `Add to root of CoD4x server` from the Bot Warfare release archive you downloaded to the root of your CoD4x server folder. - - The folder/file structure should follow as `.CoD4x server folder\main_shared\maps\mp\bots\_bot.gsc`. -3. The mod is now installed, now start your server, change the DVARs and start a map. + - The folder/file structure should follow as `.CoD4x server folder\mods\mp_bots\z_svr_bots.iwd`. +3. The mod is now installed. Now before you start your server, you will need to set the `fs_game` DVAR to `mods/mp_bots` as a commandline argument (`+set fs_game "mods/mp_bots"`). 4. Now start your CoD4x client and connect to your server (`connect 127.0.0.1` in the console most likely) and play! ## Documentation From f536f2b65d944db004c4003f408041166aab4d93 Mon Sep 17 00:00:00 2001 From: INeedGames Date: Mon, 15 Jan 2024 15:26:03 -0600 Subject: [PATCH 2/2] Update main.yml --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 669ea1c..e7f9335 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,9 @@ jobs: - name: Setup gsc-tool uses: xensik/setup-gsc-tool@v1 + with: + version: '1.4.0' - name: Compile test script run: | - gsc-tool.exe parse iw5 pc . + gsc-tool.exe -m parse -g iw5 -s pc .