Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 577 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 577 Bytes

DSTEd-Publisher

Publisher for Steam-Workshop

What can it do

  1. Upload mod by Command Upload. For a sample,
    your mod content in ./mod/, preview image file is ./a.gif, and you want "My mod" title, you can type these in shell.
    ./Publisher --upload "./mod/" "./a.gif" "My mod"

  2. List your published mod by List command, just type ./publisher --list

  3. Download mod without subcribing it. ./publisher download MOD_ID

TODOs:

  1. Better intergration with DSTED-C
  • Upload a mod with more detailed information.