Tabletop Simulator

Tabletop Simulator

253 ratings
Character Sheet Template
4
3
13
3
4
   
Award
Favorite
Favorited
Unfavorite
Assets: Scripting
Tags: Misc, Templates
File Size
Posted
19.460 KB
30 Aug, 2017 @ 1:30pm
1 Change Note ( view )

Subscribe to download
Character Sheet Template

Description
Without needing to know Lua, you can modify this character sheet to make your own. You replace the custom image of the sheet with one of your own, then you modify some variables to add/remove different "elements". The elements are checkboxes (click to check/uncheck), counters (number with a + and - button to change its value) and textboxes (fields to enter number/text). There are also some overall variables that will let you change text/background colors.

Also included is a position finder. While you can still tweek the values for where buttons are placed, you can place the red circle on top of your character sheet and copy the position it gives you in the notes. Then paste it into the script at the indicated place for that button and the button will be there after you save+apply.

I have included in-depth instructions, as clear as I can reasonably make them without them becoming too bloated. I am confident that with a little fiddling, you will be able to make your own character sheet even with 0 Lua knowledge.
Popular Discussions View All (4)
1
12 Oct, 2023 @ 7:20am
Bug with the Text field.
Mireska Sunbreeze
2
12 Oct, 2023 @ 7:19am
Using textbox content as a variable
ronin_LTKKA
1
11 Jan, 2023 @ 3:17am
Lock/Unlock Function for Character Sheet Template
Kaija
222 Comments
Mr. Von Grimmsy 14 Jun @ 9:12am 
Just started fiddling around with this, and it's pretty awesome so far - great job! :D

I had a question: Is there any way at all to have different fields react to each other's information..?

I think you may get where I'm going with this, but for example - I set my Strength to whatever, and then the sheet autopopulates the derived stats for to hit/damage bonus etc. based upon values I input elsewhere.

If this is possible, I 100% plan on making an insanely detailed AD&D 2e sheet with the help of your tool! :p03:
mooonmagic 5 Jun @ 8:37am 
Just want to say, this is such a helpful, useful, and well-commented object.
karlos.m 25 May @ 12:15am 
Hi. I tried to use this tool to make a sheet and everything worked well, like i put all the text boxes and check boxes and counters where i wanted but during the game whenever i do some changes like filling the text box or marking the check box, they do not save for the future game . What am i doing wrong?
FREEDOM 17 May @ 7:00pm 
Cascading errors are fixed when you reload the table. Good to know.
FREEDOM 17 May @ 5:23pm 
Cascading errors after deleting the position helper tool. Will this go away upon reload or do I need to find its function and kill it?
Hamburger 12 May @ 6:45am 
question: why does my character HAVE to buy groceries every day??
Ryosh 5 Jan @ 8:33am 
Thank you a lot for this.
Desperoni 2 Dec, 2023 @ 11:43pm 
Just out of curiosity, how complicated would it be to add maximum and minimum values to the counters? Like if I don't want them to go lower than zero, or higher than ten?
eggdropsoap 26 Aug, 2023 @ 5:12pm 
@Laminmammoth You saved the table and sheet at least once already with DisableSave = false, and now it’s stored in the sheet data and loading that when the table loads. That data can’t be removed easily, but you can easily remake a clean copy without that stored data: start a new custom sheet object, use the same image(s), then copy all the code from the tainted sheet into the remade sheet but ensure disableSave = true. Now save your table. Voilà, a fresh sheet with all your layout, but no saved data!

Remember: never save the table while disableSave = false until a sheet is 100% finished and ready to be used. 😊
Laminmammoth 21 Aug, 2023 @ 9:06am 
I've been having an issue with my second original sheet. Whenever I set DisableSave = false, it will automatically load the sheet information from the first sheet I created. Are there files I need to rename within the script editor, or is there a particular line of code that I have to tweak in the mod file to have different unique sheets? help pls