Skip to content

Commit

Permalink
Add steam workshop release
Browse files Browse the repository at this point in the history
  • Loading branch information
MaT1g3R committed Oct 10, 2023
1 parent f229ce5 commit a89f02a
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ build
# direnv
.direnv/
.envrc
sendToDevs
steam_appid.txt
20 changes: 20 additions & 0 deletions steam/Slay the Relics Reborn/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Steam Workshop Mod

## Directory layout
* config.json -- The config describing the Steam workspace mod.
* content -- Where you should place the mod files to be uploaded to Steam Workshop.
Don't put source code in here, just end products like jar files.
* image.jpg -- The default image. Replace with your own!
* README.md -- This readme document

## The config.json
{
"title": "", <-- The title of your mod.
"description": "", <-- The description.
"visibility": "private", <-- The visibility status of the mod.
Options include: "private", "friends", "friendsonly", "public".
"changeNote": "", <-- A note for describing the newest changes you've made to your users.
"tags": [] <-- A list of tags to search for your mod by.
Note: the tag "tool" is reserved for mods that function as tools.
}

11 changes: 11 additions & 0 deletions steam/Slay the Relics Reborn/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"steamPublishedID": "3048891690",
"title": "Slay the Relics Reborn",
"description": "",
"visibility": "private",
"changeNote": "v1.4.1 - Initial workshop release",
"tags": [
"twitch",
"stream"
]
}
34 changes: 34 additions & 0 deletions steam/Slay the Relics Reborn/description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
Installation instructions can be found [b][url=https://github.com/Spireblight/STR-Spire-Mod]here[/url][/b].

This is a mod necessary to run when using Twitch extension [b][url=https://dashboard.twitch.tv/extensions/ebkycs9lir8pbic2r0b7wa6bg6n7ua-0.0.1]Slay the Relics Reborn[/url][/b].
It doesn't change anything about your game, all it does is take some of your game data and sends it over to Twitch.

Slay the Relics Reborn extension: https://dashboard.twitch.tv/extensions/ebkycs9lir8pbic2r0b7wa6bg6n7ua-0.0.1

Lower the barrier to your stream for new and intermediate StS players! The extension let's your viewers [b]see your deck and potential upgrades, display descriptions of relics, potions, player powers, monster powers and orbs on stream[/b] when [i]They[/i] want. All they need to do is click the deck button or hover over particular item as if they were playing themselves. The UI was pedantically crafted such that it looks just like the game, your viewers will probably forget most of the time that it's a Twitch extension.

Your viewers no longer need to know everything in the game by heart and your chat can be freed for actual relevant discussion and memes.

Features:
[list]

[*] Full deck view with card detail identical to the game

[*] Displays descriptions of relics, potions, player powers, monster powers, orbs

[*] Now also features descriptions of relics and potions in shops and descriptions of relics in the boss fight relic pick

[*] Deck view supports mods, with card art available for majority of content mods

[*] Descriptions are also compatible with with nearly all mods out-of-the-box

[*] UI identical to the game

[*] Allows you to set a delay for near perfect synchronization between the stream video and the extension updates for the best possible experience for your viewers (Can be set in-game in Mods -> Slay the Relics Exporter -> Config)

[*] Supports all languages
[/list]

This is the continuation of the [b][url=https://steamcommunity.com/sharedfiles/filedetails/?id=1989770578]Slay the Relics[/url][/b]
extension, originally created by LordAddy. Huge thank you to LordAddy for creating the original extension.

Binary file added steam/Slay the Relics Reborn/image.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a89f02a

Please sign in to comment.