diff --git a/.gitignore b/.gitignore index e046d18..fb3b742 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ !/main/pvbrust.cfg !/main/pvbvote.cfg !/README.md +!/out *.log *.stat diff --git a/out/Move files to root of IW4x folder/mods/bots/z_svr_bots.iwd b/out/Move files to root of IW4x folder/mods/bots/z_svr_bots.iwd new file mode 100644 index 0000000..bfba587 Binary files /dev/null and b/out/Move files to root of IW4x folder/mods/bots/z_svr_bots.iwd differ diff --git a/out/README.txt b/out/README.txt new file mode 100644 index 0000000..db3204b --- /dev/null +++ b/out/README.txt @@ -0,0 +1,40 @@ +# IW4x Bot Warfare v2.0.0 +Bot Warfare is a GSC mod for the IW4x project. + +It aims to add playable AI to the multiplayer games of Modern Warfare 2. + +You can find the GitHub containing more info at https://github.com/ineedbots/iw4x_bot_warfare + +## Installation +0. Make sure that IW4x is installed, updated and working properly. (IW4x v0.6.1+) +1. Locate your IW4x install folder. +2. Move the files/folders found in 'Move files to root of IW4x folder' from the Bot Warfare release archive you downloaded into the root of your IW4x install folder. + - The folder/file structure should follow as '.IW4x game folder\mods\bots\z_svr_bots.iwd'. +4. The mod is now installed, now run your game. + - If you are a dedicated server, you will need to set the DVAR 'fs_game' to 'mods/bots' + - If you are not a dedicated server, open the 'Mods' option from the main menu of the game and select 'bots' and then 'Launch'. +5. The mod should be loaded! Now go start a map and play! + +## Menu Usage +- You can open the menu by pressing the Action Slot 2 key (default '5'). + +- You can navigate the options by pressing your movement keys (default WASD), and you can select options by pressing your jump key (default SPACE). + +- Pressing the menu button again closes menus. + +## Changelog +- v2.0.0 + - Initial reboot release + +## Credits +- IW4x Team - https://github.com/XLabsProject/iw4x-client +- CoD4x Team - https://github.com/callofduty4x/CoD4x_Server +- INeedGames(me) - http://www.moddb.com/mods/bot-warfare +- tinkie101 - https://web.archive.org/web/20120326060712/http://alteriw.net/viewtopic.php?f=72&t=4869 +- PeZBot team - http://www.moddb.com/mods/pezbot +- apdonato - http://rsebots.blogspot.ca/ +- Ability +- Salvation + +Feel free to use code, host on other sites, host on servers, mod it and merge mods with it, just give credit where credit is due! + -INeedGames/INeedBot(s) @ ineedbots@outlook.com diff --git a/out/ss.png b/out/ss.png new file mode 100644 index 0000000..a5cd6eb Binary files /dev/null and b/out/ss.png differ