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
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,11 @@ A module for integrating Twitch chat from streams into Foundry Virtual Tabletop.
6
6
# General #
7
7
This is my first time programming anything in about 27 years, as such, there may be a few glitches here and there. Just understand that I've been a professional blacksmith and bladesmith for more than two and a half decades and programming is a lot different than swinging a hammer! I love the community around Foundry VTT and wanted to give a little back, so here it is, this is my hobby project - what I do to relax - although there's been a few tense moments just to get this first release out! If you find it useful, great! I hope that you like it! As my programming skills grow I hope this module grows with them. </p>
I highly recommend Tabbed Chatlog by cswendrowski! https://github.com/cswendrowski/FoundryVTT-Tabbed-Chatlog
12
+
This module adds tabs to the regular Foundry chat and because Foundry Stream Module recieves chats and displays them as OOC (out of character) chat messages
13
+
new messages will appear in the OOC tab. While not it's own Twitch tab, this is a huge benefit to keeping the chatlog readable and organized! </p>
-`Clean Up Rolls` - Clean up the roll output to Twitch. As is, depending on the system and various mods being used, rolls can get quite complicated looking. In the meantime, for the next release I may look into separating chat from rolls in the output. There's a lot of different game systems out there so I wont say no to some help if anyone is interested in contributing! :)
53
+
-`Breakout Window` - Possibly? Not sure that it really needs to be added now with the Tabbed Chatlog module. Still, a configurable breakout window for incoming chats that would be viewable by all players might happen in the future. Customizable for theme, color, opacity, etc.
49
54
-`Set Dressing` - Be able to add floating, resizeable, placeable graphics such as a "stream tag" for all clients, branding for the stream.
50
55
-`RTMP Pipe Dream` - With Jitsi/WebRTC it's now possible to stream a window or browser tab directly to YouTube and other RTMP servers. A long term goal is to incorporate this functionality into Foundry Stream Module along with controls to make a slim streaming client that is essentially WYSIWYG for the user, foregoing the use of other software such as OBS or Streamlabs.
51
56
@@ -57,4 +62,4 @@ Many thanks go out to the entire FoundryVTT community especially Atropos for cre
57
62
- This work is licensed under the [Foundry Virtual Tabletop EULA - Limited License Agreement for Module Development](https://foundryvtt.com/article/license/).
58
63
59
64
### Bugs
60
-
- View current known bugs in the [Issue Tracker Backlog](https://github.com/TabletopsAndAnvils/Foundry-Stream-Module/issues)
65
+
- 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.3
2
+
- Fixed url in modules.json
3
+
- Quick fix for language modification. You can now edit the language file for custom roll messages. Be sure to still include the trigger '!gm' and the variables
4
+
'${who}' for the viewer name and '${dice}' for the dice to request. This is an advance method and should only be done by people familiar and comfortable with
5
+
editing .json files as any error in the formatting of this file will not allow the module to load. I highly recommend making a backup of the original first! In
6
+
the future, when I have the time to re-work the configuration of the module, I will make this editable from within Foundry itself. This is just a short term
7
+
fix per user requests. PS, if you're editing the language .json in a language other than English that is currently supported byt Foundry, please share it on
8
+
my github or Discord server so I can consider including it in future versions!
9
+
1
10
## Release 0.2.2u
2
11
- Minor update to emotes. Emotes were being sent to chat cards even when Receive from Twitch was disabled.
Copy file name to clipboardExpand all lines: lang/en.json
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -53,5 +53,11 @@
53
53
"fsMod.settings.chatType.hint" : "How the incoming messages from the stream should be assigned. Depending on the modules you may be running it might be desirable to change how the chat card is assigned so it appears where you want it. Default is Out of Character which is designed to work with the inline tabbed chat feature.",
54
54
55
55
"fsMod.tabs.foundry": "Foundry",
56
-
"fsMod.tabs.fsm": "Twitch"
56
+
"fsMod.tabs.fsm": "Twitch",
57
+
58
+
"fsMod.settings.viewerRoll.req": "The GM is requesting ${who} to roll! [Type !gm ${dice} to roll]",
59
+
60
+
"fsMod.settings.reqRoll.req": "The GM is requesting a viewer to roll! [Type !gm ${dice} to roll]",
61
+
62
+
"fsMod.settings.thankRoll.req": "Thank you for the roll,"
0 commit comments