Character Vault
Any Concept / Any System
Compendium
Your System Come To Life
Roll20 for Android
Streamlined for your Tablet
Roll20 for iPad
Streamlined for your Tablet

Personal tools

Difference between revisions of "Character Sheet Development/Tutorials"

From Roll20 Wiki

Jump to: navigation, search
m (A Sheet Author's Journey)
m
Line 6: Line 6:
 
=Tutorials=
 
=Tutorials=
 
==A Sheet Author's Journey==
 
==A Sheet Author's Journey==
A series of forum posts by [[Scott C.]], going through the steps from start to finish with creating a new character sheet, as he creates a sheet for [https://www.drivethrurpg.com/product/295279/The-Heros-Journey-Second-Edition The Hero’s Journey, 2nd edition]. The [https://app.roll20.net/forum/permalink/10646215/ K-scaffold] framework will be used.
+
{{:Sheet Author's Journey}}
 
+
==Other==
* {{fpl|10665000/ A Sheet Author's Journey - The Beginning (Part 1)}}
+
* [https://www.debigare.com/creating-a-paranoia-25th-anniversary-edition-character-sheet-for-roll20/ Creating a Paranoia 25th Anniversary Edition character sheet for Roll20] Blog post
* {{fpl|10680723/ A Sheet Author's Journey - Do the PUG! (Part 2)}}
+
* {{yt.be|k6wDQJnGJCk PT1 coding a Roll20 Character Sheet}} 40min (April 2021)
* {{fpl|10697275/ A Sheet Author's Journey - Repeating sections and writing sheetworkers! (Part 3)}}
+
* {{yt.be|1=NXE1EQ4eJ48?t=1205 Working on a Roll20 Sheet for Romance of the Perilous Land}} 120min stream, by "Live from Pellam's Wasteland" - show basics on how HTML work in Roll20, create from scratch.
 +
* {{yt.be|UxDQ5oa-Ocs Roll20 tutorial custom character sheet I made my own Roll20 custom character sheet}} 8 min (Sept 2021) -- explains the sheet editor, and how they made their sheet
 
<noinclude>
 
<noinclude>
  
Line 21: Line 22:
 
* [[Sheet Sandbox]]
 
* [[Sheet Sandbox]]
 
* [[Sheet Editor]]
 
* [[Sheet Editor]]
 
+
* [[VS Code]] Great cross-platform code editor, which even have a few Extensions specifically for Roll20 sheet development.
 
==See Also==
 
==See Also==
 
* [[Character Sheet Development/Bugs & Quirks]]
 
* [[Character Sheet Development/Bugs & Quirks]]
Line 31: Line 32:
 
* [[Sheet Author Tips]]
 
* [[Sheet Author Tips]]
 
* [https://github.com/Roll20/roll20-character-sheets Character Sheet Repository]
 
* [https://github.com/Roll20/roll20-character-sheets Character Sheet Repository]
[[Category:Character Sheet Creation]]‎</noinclude>
+
[[Category:Character Sheet Creation]]
 +
[[Category:Character Sheet Development]]‎</noinclude>

Revision as of 11:28, 17 February 2022

Main Page: Building Character Sheets

Tutorials to Roll20's Character Sheet Development-framework, & tips to get started.


Contents

Tutorials

A Sheet Author's Journey

A series of forum posts by Scott C., going through the steps from start to finish with creating a new character sheet template, as he creates a sheet for The Hero’s Journey, 2nd edition. The guide is fairly advanced.

K-Scaffold, a PUG framework created by him, is used though the guide to create the sheet. K-scaffold Intro

Other


Resources

Translation

See Character Sheet Translation for how internationalization of sheets work.

Tools

To truly test sheets, one needs to do so inside Roll20 using either available tool, and any try at offline/local testing will lack connection to Roll20's backend & the default CSS libraries/styling Roll20 has for character sheet elements.

See Also