Tabletop Simulator

Tabletop Simulator

253 평점
Character Sheet Template
4
3
13
3
4
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
Assets: Scripting
태그: Misc, Templates
파일 크기
게시일
19.460 KB
2017년 8월 30일 오후 1시 30분
1개의 변경 사항 ( 보기 )

다운로드 위해 구독하기
Character Sheet Template

설명
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.
인기 토론 모두 보기(4)
1
2023년 10월 12일 오전 7시 20분
Bug with the Text field.
Mireska Sunbreeze
2
2023년 10월 12일 오전 7시 19분
Using textbox content as a variable
ronin_LTKKA
1
2023년 1월 11일 오전 3시 17분
Lock/Unlock Function for Character Sheet Template
Kaija
댓글 222
Mr. Von Grimmsy 2024년 6월 14일 오전 9시 12분 
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 2024년 6월 5일 오전 8시 37분 
Just want to say, this is such a helpful, useful, and well-commented object.
karlos.m 2024년 5월 25일 오전 12시 15분 
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 2024년 5월 17일 오후 7시 00분 
Cascading errors are fixed when you reload the table. Good to know.
FREEDOM 2024년 5월 17일 오후 5시 23분 
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 2024년 5월 12일 오전 6시 45분 
question: why does my character HAVE to buy groceries every day??
Ryosh 2024년 1월 5일 오전 8시 33분 
Thank you a lot for this.
Desperoni 2023년 12월 2일 오후 11시 43분 
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 2023년 8월 26일 오후 5시 12분 
@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 2023년 8월 21일 오전 9시 06분 
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