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 50cf36b345 v0.2.0
2023-08-19 01:05:04 +01:00
dist add 2023-08-01 16:07:44 +01:00
boiiiwd_old_pyqt.py v0.2.0 preview, complete recode and redesign using ctk, more features coming (library, queue,...) 2023-08-12 17:32:54 +01:00
boiiiwd.py v0.2.0 2023-08-19 01:05:04 +01:00
README.md Update README.md 2023-08-03 16:02:34 +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

todos:

  • add a menu that shows you current installed mods/maps
  • add an option to login with your account (for better download stability apparently)
  • fix the progress bar (dont know how still, steamcmd sucks in some ways)
  • other improvements regarding the download (steamcmd likes to fail sometimes for no reason)