Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/butr/bannerlord.steamworkshop

Tool that can login to Steam and upload content mods for Bannerlord.
https://github.com/butr/bannerlord.steamworkshop

mount-and-blade-bannerlord steam steam-workshop totp

Last synced: 6 days ago
JSON representation

Tool that can login to Steam and upload content mods for Bannerlord.

Awesome Lists containing this project

README

        

# Bannerlord.SteamWorkshop
Simple tool that can login to Steam and upload content mods for Bannerlord.

### Requirements
Requires BUTR GitHub Package Registry to be added.
```shell
nuget sources add -name "BUTR" -Source https://nuget.pkg.github.com/BUTR/index.json -Username YOURGITHUBUSERNAME -Password YOURGITHUBTOKEN
```

### Installation
```shell
dotnet tool install -g Bannerlord.SteamWorkshop
```

### Example
When installed as a global tool:
```shell
bannerlord_steam_workshop loginandpublish -l login -p password -t XXXXX -f 1234 -c "$PWD/Modules/Module" -d test

bannerlord_steam_workshop steamtotp -s "sdfsdfgdshdh"

# Requires Steam Client, SteamCMD or anything else won't work
bannerlord_steam_workshop steamretag -a 261550 -f 2859188632 -t "v1.0.0" "v1.0.1"
```