Tabletop Simulator

Tabletop Simulator

Legacy of Dragonholt
33 Comments
Thordar 14 Aug @ 7:32am 
2.: nevermind it was answered before here.. sry
Thordar 14 Aug @ 7:30am 
1. I used "Movable Text Tool" from workshop to fill out the character sheets. Just lock the sheet in position and use as many text boxes you need. 2. How can I open the letter?
Seraguith 12 Feb, 2024 @ 5:23pm 
The books don't load properly. The Google Drive links keep failing.

Why use Google instead of Steam?
sodovski 31 May, 2023 @ 4:29am 
Is it possible to write on tracking and character sheets? I can't seem to use it for some reason.
phantomness 5 Jan, 2022 @ 10:10pm 
Many thanks for converting this game to a mod!
Aiton 18 Feb, 2021 @ 8:25pm 
SkullViator, it works fine, I just got off of a 2 hour session. When you boot it up, might take up to 5 minutes to load everything so just be patient. Once you are in everything runs fine/smooth, with no major lag (sometimes when flipping pages there is a 1-2s delay but thats minor, most likely my computer loading then the mod)
If after a few minutes nothing loads, try reinstall, as it's most likely something local then the workshop itself.
SkullViator 18 Feb, 2021 @ 9:13am 
Will not load. Error loading images etc...
Hravenlandeye 3 Apr, 2020 @ 9:59pm 
Thanks much. I'm really enjoying this game so far.
O10D 9 Dec, 2019 @ 12:46pm 
To flip pages faster, right click on a book and bring up the Scripting -> Script Editor. There are six rulebook machines, so you need to do this six times. Select the first rulebook machine, and find "function selectPage_NEXT()", roughly half-way down. Change the first +1 to a +10 and the first +1 after the else. Do the same for "function selectPage_LAST()". Finished, it will look like this below. Save, and then do the others. Now the inner arrows will change the page counter by 10, and the outer will actually turn 1 page. To read the page you selected, just click on the number.

function selectPage_NEXT()
local pg = isLeft+10
local b = #getObjectFromGUID(bookGuids[1]).getObjects()
if pg > b-1 then pg=b-1 isLeft=b-1
else
isLeft = isLeft+10
button_selectPage = {label=pg, index=bIndex('selectPage_GET')}
self.editButton(button_selectPage)
end
end
Jalapen0 19 Jun, 2019 @ 3:48am 
Yea thats cool. I'm in the same boat as you. I don't really have time. Thanks for the comment and thanks for the really nice mod.
cryptosha  [author] 17 Jun, 2019 @ 4:47pm 
Jalapen0, Hello.I get it. I've done something like this in the past ( https://drive.google.com/open?id=154stQDMl13gsiYz7QYSmxthp3YT-rpqh ) and it took enormous amount of time: and here it's too much work honestly. To be fair, I've played Legacy of Dragonholt for 1-2 hours back in the days when I created this mod (I had no issues with writing) and I decided to conserve this mod as it is.
Overall, I'm reluctant to make any non-life changes to this mod. I gave you an example of what the character board can look like, you may try to do anything yourself. I don't mind if you make your own (updated) mod, or I can add as a contributor if you manage to do this working.
Jalapen0 17 Jun, 2019 @ 4:21pm 
I hate to complain about something that took so much work. This mod looks amazing. However, this much writing with the mouse is so painful. I know it's probably more work (and I'm oblivious to how much work it would take) but any way to add text fields to the character sheet? It would be nice to be able to type it in instead.
dangamer33 16 May, 2019 @ 6:52am 
thanks!
cryptosha  [author] 16 May, 2019 @ 5:05am 
dangamer33, First you move a cursor on a (closed) envelope and push '2' on your keyboard (or RClick and change state to '2');
Second: you pull out the real letter from the opened envelope (hold Left Mouse Button and drag the letter out)
dangamer33 16 May, 2019 @ 4:57am 
Stupid question time-just got TTS, and Legacy of Dragonholt was one of the first I wanted to play on it. Found where the letter was that was supposed to start things, but can't figure out the command to open and get the letter where I can read it?
Nogard Drago 6 Feb, 2019 @ 7:23am 
tyvm, Im gonna try play this game tmr when I have free time
cryptosha  [author] 6 Feb, 2019 @ 4:19am 
Nogard Drago, don't worry, everyone has his first time experience in TTS at some time.
You are right, for playing this game you should take objects you need and place them on the table (I assume you've read the rules). See those bags on the left side - most of the stuff is there, and books themselves are on the right side. Explore this mod. I'm sure I've put everything to play.
Nogard Drago 6 Feb, 2019 @ 3:18am 
wait Im dumb, look like I have to take out the board from somewhere? Cuz it's my first time using Tabletop SImulator, sorry. I just look at your ss, and it look just like mine
cryptosha  [author] 6 Feb, 2019 @ 2:38am 
Nogard Drago, make a screenshot pls.I can't help until I know everything about the problem.
Nogard Drago 6 Feb, 2019 @ 12:38am 
why do my table just showing a black table? pls help
GreenLightbulb 30 Aug, 2018 @ 7:05pm 
You can change the state of an object (such as "turning" the pages) by using the numbers on your keyboard while mousing over the object. For example, you can change to state 2 by mousing over and pressing the 2 on your keyboard. If you have more than ten states and want to access one that is lower than 10, you have to put a 0 before your state. So 7 is 07. Hope that helps, serhammy.
serhammy 31 Jul, 2018 @ 7:47pm 
Absolutely fantastic mod, I'm thoroughly enjoying it. Does anyone know if there is a way to flip through the books faster than just clicking the arrow button left and right? I find I have to jump to entries in the front of the book to the back quite frequently and it's taking forever by just clicking. Thanks!
DreamerPanda 11 Jul, 2018 @ 7:58am 
it's a good mod, one downside for me is writing in vector paint using mouse is hard
Killswitch 20 Jun, 2018 @ 9:58am 
Ok great thanks!
cryptosha  [author] 20 Jun, 2018 @ 3:33am 
Killswitch, with a pen (Lock the sheet, Vector paint - Draw)
Killswitch 19 Jun, 2018 @ 8:09pm 
Are the checkboxes supposed to be able to be checked or do you just draw it in pen?
cryptosha  [author] 19 Jun, 2018 @ 12:41am 
For those who are interested in scripting: the latest update has changed function .clone() . Now it has parameters http://berserk-games.com/knowledgebase/object/ .
This mod is now fixed.
cryptosha  [author] 19 Jun, 2018 @ 12:17am 
Ludwig, Thanks for response. It doesn't work for anyone. The latest TTS update broke down most of the scripted mods in workshop. I hope they will fix it soon. Just wait.
Ludwig 18 Jun, 2018 @ 6:17pm 
Anyways, new problem. The books all show up as blank and it keeps giving script errors. https://imgur.com/a/jZMzLt6
Ludwig 18 Jun, 2018 @ 5:56pm 
Oh! It's a bag. That was not obvious. I just saw the states.
cryptosha  [author] 18 Jun, 2018 @ 4:37pm 
Ludwig, Have you seen this image [i.imgur.com] ? It's there. Use the letter as a bag (pull out the real letter from it).
Ludwig 18 Jun, 2018 @ 3:59pm 
Played through the intro quest last night with my group. Found one glaring issue. The letter is blank on the side that's supposed to have all of the text. Ended up having to find a copy of the letter from another source.
Gallifrox 18 Jun, 2018 @ 3:01pm 
OMG I waited so long for this to appear for TTS and almost bought it! Thank you soooo much!!! :D