Merge branch 'master' of github.com:ineedbots/iw3_bot_warfare

This commit is contained in:
ineed bots 2024-01-18 14:13:04 -06:00
commit 538269517a
2 changed files with 5 additions and 3 deletions

View File

@ -13,7 +13,9 @@ jobs:
- name: Setup gsc-tool - name: Setup gsc-tool
uses: xensik/setup-gsc-tool@v1 uses: xensik/setup-gsc-tool@v1
with:
version: '1.4.0'
- name: Compile test script - name: Compile test script
run: | run: |
gsc-tool.exe parse iw5 pc . gsc-tool.exe -m parse -g iw5 -s pc .

View File

@ -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. - Download the [latest release](https://github.com/ineedbots/iw3_bot_warfare/releases) of Bot Warfare.
1. Locate your CoD4x server install folder. 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. 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`. - The folder/file structure should follow as `.CoD4x server folder\mods\mp_bots\z_svr_bots.iwd`.
3. The mod is now installed, now start your server, change the DVARs and start a map. 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! 4. Now start your CoD4x client and connect to your server (`connect 127.0.0.1` in the console most likely) and play!
## Documentation ## Documentation