May 7, 2022 7:49 am
Gamers' Plane allows GMs to maintain a sheet that's available to players during the game. I use it for player handouts.

1. Create the character sheet you want to share. I'd recommend a custom sheet with liberal use of the abilities tag to allow easy editing. Make a note of the sheet's url.
2. Add the character sheet to the library (i.e. make it public - video tutorial). This allows the players to see the content of the sheet.
3. Add the sheet to the game too. This makes it available for you to edit as the GM.
4. Edit your game and expand the "Advanced Rules Definitions".
If the text area at the bottom is blank, then just click in and out of the 'background image' textbox to generate the default.
You need to add the blue and green bit shown below, changing the green bit to match the end of the sheet URL from section 1. playerSheets is a sibling of gmSheets. You can change the word Handouts if you like too.
{"background": {"image": ""},
"diceRules": [],
"characterSheetIntegration": {"gmSheets": [], "playerSheets": [{"Handouts": "custom/22457"}]},
"diceDefaults": {"rerollAces": false}
}
[ +- ] Example of player handouts

1. Create the character sheet you want to share. I'd recommend a custom sheet with liberal use of the abilities tag to allow easy editing. Make a note of the sheet's url.
2. Add the character sheet to the library (i.e. make it public - video tutorial). This allows the players to see the content of the sheet.
3. Add the sheet to the game too. This makes it available for you to edit as the GM.
4. Edit your game and expand the "Advanced Rules Definitions".
If the text area at the bottom is blank, then just click in and out of the 'background image' textbox to generate the default.
You need to add the blue and green bit shown below, changing the green bit to match the end of the sheet URL from section 1. playerSheets is a sibling of gmSheets. You can change the word Handouts if you like too.
{"background": {"image": ""},
"diceRules": [],
"characterSheetIntegration": {"gmSheets": [], "playerSheets": [{"Handouts": "custom/22457"}]},
"diceDefaults": {"rerollAces": false}
}