optional to read as a player
- create a tailscale key with default settings
- create a
.envfile
This file contains hidden or 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
| gif hosting |
This file contains hidden or 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
| <p>All rolls should be covered by the game system's automation. <br><br>- clicking on stress will roll a panic<br>- clicking on an item will roll for that item.</p> | |
| <p></p> | |
| <p>However, modifiers still need to be handled manually. In the case of items you have picked up, they can affect some dice rolls. For example, a "Maintenance Jack" will give a +1 to Heavy Machinery skill checks. To add this modification right click on the skill and type in your modification.</p> | |
| <p></p> | |
| <h2>Manual</h2> | |
| <p>You can manually roll dice if needed. Type a message following the formatting below into the chat message box to roll the dice. <br></p> | |
| <blockquote> | |
| <pre><code>/r {number of dice}d{faces}</code></pre> | |
| </blockquote> | |
| <p>for example to roll 2 d6 you would send the following message<br></p> |
This file contains hidden or 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
| { | |
| "id": "forien-quest-log", | |
| "title": "Forien's Quest Log", | |
| "description": "Provides comprehensive Quest Log system for players and Game Masters", | |
| "authors": [ | |
| { | |
| "name": "Forien", | |
| "url": "https://www.patreon.com/forien" | |
| }, | |
| { |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
| const backgrounds = [ | |
| "/full/path/to/file.webp", | |
| "https://or.even.urls" | |
| // ... list of images here | |
| ] | |
| // Generate the dialog content | |
| let content = '<form><div class="form-group" style="display: flex">' | |
| backgrounds.forEach((bg, index) => { |
This file contains hidden or 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
| const backgrounds = [ | |
| "/full/path/to/file.webp", | |
| "https://or.even.urls" | |
| // ... list of images here | |
| ] | |
| // Generate the dialog content | |
| let content = '<form><div class="form-group" style="display: flex">'; | |
| backgrounds.forEach((bg, index) => { |
this is for Tizen 8 Samsung TV. You have other options available if you have an older TV
-
Install Tizen Studio
-
Install the following from the Package Manager dialog:
From Main SDK:
8.0 Tizen
This file contains hidden or 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
| text --non-interactive | |
| lang en_US | |
| keyboard us | |
| timezone --utc America/New_York | |
| ignoredisk --only-use=nvme0n1 | |
| rootpw $2b$10$lgstlEJhgRVnTtA7JAzNg.wGIMirkJ63anIKsDbksoIWDhKWA8wSK --iscrypted | |
| user --name=codabool --plaintext --password=codabool --groups wheel | |
| zerombr | |
| clearpart --all --initlabel | |
| autopart --noswap |
NewerOlder
