A fork of https://github.com/faroukbmiled/BOIIIWD - Call of Duty: Black Ops III Workshop Mod & Custom Map Downloader | Rebranded for T7x
dist | ||
boiiiwd.py | ||
README.md | ||
requirements.txt | ||
ryuk.ico |
BOIIIWD
Usage (exe):
- (optional) Download and Run steamcmd.exe to initialize it first (in the same dir as the script/exe) -> Should only be done once
- Run BOIIIWD.exe and use it (it'll ask you to download steamcmd within the app if not found)
- That's it put in your map/mod workshop id then hit Download and wait for it to finish, when it does just launch your game (Please check Notes before you ask something)
Usage (script):
pip install -r requirements.txt
python boiiiwd.py
- To get a workshop id look at the link and get the id from it lol (For example: this workshop link "https://steamcommunity.com/sharedfiles/filedetails/?id=3011930738" 3011930738 would be the workshop id)
Compiling into an exe (pyinstaller):
pip install pyinstaller
pyinstaller --noconfirm --onefile --windowed --icon "ryuk.ico" --name "BOIIIWD" --ascii "boiiiwd.py"
Notes:
. It saves your input except for workshop id
. Excuse the progress bar its pretty shit atm, will be working on it
. If you do not know where to find your map in-game check this video out ,for mods find "mods" in the game's main menu
. Initializing SteamCMD for the first time could take some time depending on your internet speed