Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/butr/bannerlord.steamworkshop
- Owner: BUTR
- License: mit
- Created: 2022-10-16T18:16:54.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-01T21:50:40.000Z (4 months ago)
- Last Synced: 2024-09-29T06:35:21.339Z (about 1 month ago)
- Topics: mount-and-blade-bannerlord, steam, steam-workshop, totp
- Language: C#
- Homepage:
- Size: 37.1 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 testbannerlord_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"
```