Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.44 KB

TipsForModDevs.md

File metadata and controls

31 lines (21 loc) · 1.44 KB

Small tips for Mod developers.

Publish Release and attach binaries

  1. Click "Releases" in your repository page.
    image

  2. Click "Draft a new release".
    image

  3. "Click Choose a tag", input tag name, Click "+", then attach your zip file.
    image

It helps people with no access to Steam Workshop!

Create LICENSE

Read this.

Some repository do not have a LICENSE file. With a correct license, your mod is officially open-source.

Add topics and website

  1. Click config button in your repository page. image

  2. Add topics like "cities-skylines"
    image

  3. Add your link to your Steam Workshop page.

It make it looks cool and easier to find.

Check *.csproj

Open your *.csproj with text editor. Sometimes there's your tiny personal information like your user name, directory structure and so on.