forked from Spireblight/STR-Spire-Mod
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
67 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,3 +29,5 @@ build | |
# direnv | ||
.direnv/ | ||
.envrc | ||
sendToDevs | ||
steam_appid.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.