A fork of https://github.com/faroukbmiled/BOIIIWD - Call of Duty: Black Ops III Workshop Mod & Custom Map Downloader | Rebranded for T7x
Go to file
faroukbmiled a0638b6a6a add
2023-08-03 10:10:32 +01:00
dist add 2023-08-01 16:07:44 +01:00
boiiiwd.py add 2023-08-03 10:10:32 +01:00
README.md Update README.md 2023-08-03 09:43:43 +01:00
requirements.txt add 2023-07-31 07:02:53 +01:00
ryuk.ico add 2023-07-31 14:29:45 +01:00

BOIIIWD

  • A GUI Steam Workshop downloader meant for BO3 (boiii client) built using PyQt5
    image

Usage (exe):

  • Run BOIIIWD.exe and use it (it'll ask you to download steamcmd within the app if not found)
  • That's it slap in your workshop item link or just the id then hit Download and wait for it to finish, when it does just launch your game (Please check Notes before you ask anything)

Usage (script):

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
. If the download fails when getting big maps its SteamCMD's fault, still working on a workaround