Developer postOriginal post (opens in a new tab)

Workshop Tool GUI Update

Hello everyone! This update makes major changes to the workshop upload tool, which means that the old guide is incompatible. In the workshop folder is an example on how to power up the GUI

CMD:

bqw.exe -gui

or Batch:


@echo off
"bqw.exe" -gui

Upload without GUI:


@echo off
"bqw.exe" -upload "FILE_PATH"

Drag and drop:


@echo off
"bqw.exe" -upload "%1"

More information is in the workshop folder.