-
Notifications
You must be signed in to change notification settings - Fork 6
Command : Upload
UnShame edited this page Jul 22, 2018
·
3 revisions
Upload a new version of a mod to Steam Workshop.
vmb upload {<mod_name1> <mod_name2>... | --all} [-n <changenote>] [--open] [--skip]
Upload the last built version of one or more mods using a .cfg file in each mod's folder (itemV1.cfg
or itemV2.cfg
by default depending on the game, can be overwritten by --cfg
parameter).
--all
- must be set in order to upload all mods.
--changenote
or -n
- list of changes made.
--open
or -o
- opens the mod's url after uploading.
--skip
or -s
- only uploads the contents of the .cfg file.
To change a mod's title, description etc. edit the .cfg file manually.
Workshop only creates an entry in the changelog if the content was changed.
If multiple mods are specified, they will all be uploaded with the same changenote.