You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`Twitch Channel` - This is your Twitch stream name.
@@ -37,18 +30,19 @@ For manual installation:
37
30
## Features ##
38
31
-`Chat` - Two way communication between Foundry and Twitch.
39
32
-`GM Moderation` - On the side controls there are buttons to Clear Twitch chat, Timeout or Ban viewers and a Raid button. Please note, in order for the Raid function to work you must be signed in through a browser as well in order to click on confirmation dialog.
33
+
-`Roll Request` - GM/Moderator can request a roll from a Twitch viewer. If DSN is enabled the dice will roll within the Foundry canvas, if not the result will just be sent to the chat card.
40
34
41
35
# Links #
42
36
*https://www.twitch.tv/tabletopsandanvils - My Twitch.tv where we livestream.
43
37
*https://www.patreon.com/tabletopsandanvils - See what else I'm doing for Foundry.
44
38
*https://www.youtube.com/channel/UCx1lu5HlZtmmk4JtsU_noSw - Tabletops & Anvils on Youtube.
45
39
46
40
## Acknowledgements ##
47
-
Many thanks go out to the entire FoundryVTT community especially Atropos for creating it, just about everyone over in the #module-development channel on the FVTT Discord, League of Extraordinary FoundryVTT Developers, Melbz who wrote his own Twitch-bot for Foundry (https://bitbucket.org/Melbz/foundryvtt-twitch-bot/src/master/) that pointed me in the right direction for starting this module and Pint and Pie (https://github.com/thomasmckay) who is doing things with Twitch and Foundry that are absolutely mind-numbingly insane. His play through chat module lit the spark of inspiration for Foundry Stream Module many, many months ago!
41
+
Many thanks go out to the entire FoundryVTT community especially Atropos for creating it, just about everyone over in the #module-development channel on the FVTT Discord, League of Extraordinary FoundryVTT Developers, cwendrowski for creating Tabbed Chatlog, Melbz who wrote his own Twitch-bot for Foundry (https://bitbucket.org/Melbz/foundryvtt-twitch-bot/src/master/) that pointed me in the right direction for starting this module and Pint and Pie (https://github.com/thomasmckay) who is doing things with Twitch and Foundry that are absolutely mind-numbingly insane. His play through chat module lit the spark of inspiration for Foundry Stream Module many, many months ago!
48
42
49
43
## License
50
44
- This work is licensed under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/legalcode).
51
45
- This work is licensed under the [Foundry Virtual Tabletop EULA - Limited License Agreement for Module Development](https://foundryvtt.com/article/license/).
52
46
53
47
### Bugs
54
-
- View current known bugs in the [Issue Tracker Backlog](https://github.com/TabletopsAndAnvils/Foundry-Stream-Module/issues)
48
+
- View current known bugs in the [Issue Tracker Backlog](https://github.com/TabletopsAndAnvils/Foundry-Stream-Module/issues)
Copy file name to clipboardExpand all lines: changelog.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,12 @@
1
+
## Release 0.2.6
2
+
- Added user requested output to dice roll requests. Roll request now outputs the forumula + rolltotal to Twitch after a request has been rolled. Ie 'Julia rolls
3
+
1d20 = [19] Thank you for the roll!'
4
+
- Updated localization file to reflect above change.
5
+
- Updated default configuration for above.
6
+
7
+
## Release 0.2.5
8
+
- Minor hotfix to module.json
9
+
1
10
## Release 0.2.4
2
11
- Added option from directly within Request Roll to hide the roll from players. This is not a blindroll, it is a gmroll to the GM and/or their moderator(s)
3
12
depending on who made the request. While this has always been possible by using the drop down selector in the chat box itself, this is here as a matter of
Copy file name to clipboardExpand all lines: lang/en.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -59,5 +59,5 @@
59
59
"fsMod.tabs.fsm": "Twitch",
60
60
61
61
"fsMod.settings.thankRoll.name": "Roll Received Message",
62
-
"fsMod.settings.thankRoll.hint": "How you want to thank your viewer for their roll. This message will automatically include the viewer who rolled the request at the end of it, be sure to include an extra space after your final character. Example: Thank you for the roll,"
62
+
"fsMod.settings.thankRoll.hint": "How you want to thank your viewer for their roll. The output for this message is 'viewername rolls diceformula = [dicetotal] yourmessage' Example: Julia rolls 1d20 = [19] Thank you for the roll!"
0 commit comments