Tabletop Simulator

Tabletop Simulator

the Gallerist - Auto Setup
25 kommentarer
siralias 9. aug. kl. 0:46 
If I save an ongoing game, some scripts run again when it loads. How do I circumvent this?
bhfred 1. juni kl. 15:59 
This Module needs an update please. http://i.imgur.com/6xSYszt.jpg is not loading as well as Focus files mentioned below. Thanks for any help.
Focus 31. maj kl. 7:07 
The Visitors bag is completely broken for me. Just a bunch of dots sticking straight up out of it that I can't click on. If you hover on the dots, they're still labelled "VIP" "Collecter" etc. Can anyone fix this?
Il-Roberto 20. dec. 2023 kl. 7:36 
I solved with a check in onLoad function. If _G['btnAutoSetup'] ~= nil then ...shuffle, setup functions, etc..
I always execute SetupDrawButtons(). If you wish I can send you fixed code
Il-Roberto 19. dec. 2023 kl. 6:21 
problem with loading after saving. There no check if game is already started in onLoad function and you get errors because you are referring to destructed objects later in next functions.
Il-Roberto 19. dec. 2023 kl. 2:39 
Setup for 2p. Step 10. Only 8 reputation tiles (4 in first row, 4 in third row). I get also in middle row.
Russstem 15. maj 2023 kl. 9:53 
Hi. Can the author update the links?
victormu 5. mar. 2021 kl. 11:24 
@amos_keeto. The targetBag.putObject(targetTicket.clone()) was the issue :). The problem with the current implementation is that the tickets are spawned ontop of each other and because they are coded as "chips" sometimes tickets can contain multiple other tickets.

If you take all the tickets out, and manually inspect them by hovering over them. you will noticed that a couple of them contain other tickets within themselves.
Mr. Wiggly 12. jan. 2021 kl. 17:54 
Setup definitely doesn't match. The tickets are off and the player pawns all stay out as well.
Amos_Keeto 31. dec. 2020 kl. 8:16 
Ok, so it seems it behaves better if I modify the ticket setup function to remove the while loop:

function SetupNTicketsXColor(targetBag, targetTicket, number)
for i=1, number do
targetBag.putObject(targetTicket.clone())
end
end

Now, this is the first time I've fiddled with TTS scripts, so I have no idea if the previous implementation was due to some versioning stuff?
Amos_Keeto 31. dec. 2020 kl. 4:59 
Great mod, thank you!
On my side it does seem to consistently load too few tickets though.
Usually off by one, but sometimes up to 3.
Mike1064 5. juni 2020 kl. 4:04 
Stucks when you start the game
Knaughx 11. maj 2020 kl. 18:28 
Hi, wanted you know that your mod has been added to my collection: Board Game Geek - BGG - May 2020 - Best Mod for each of the Top 500 Rated Games. Collection here: https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2086043930

The collection used this priority system:

1. Mod's Files Availability: Mod with all/most files still available for download
2. Feature completeness: Mod with greatest inclusion of expansions and/or promos available for the board game title
2. Scripting: Mod with scripting that most reduces work in setup/play for players
3. Component Quality: Mod with the best visuals/usability in terms of component quality
4. Table Setup/Ambiance: Mod with the best immersion with table, background, and other modeling.

Please also note that a mod that makes selection for this list very well could be one in which the mod author borrowed the majority of assets from another workshop listing, so full thanks to all who worked on a mod.

Thanks for your hard work!
Artist 19. nov. 2018 kl. 15:35 
Thanks super game and work
pizzaman 22. dec. 2017 kl. 18:34 
@gael3d thank you :-)
Gael3D  [ophavsmand] 20. dec. 2017 kl. 11:22 
@tahoma @nomadcorovan take notice of the solo rules depicted at the youtube tutorial, its technically a 2 player, you versus AI, it follows its specific rules
Nomadcorovan 19. dec. 2017 kl. 5:45 
Does the solo-setup work? It looks the same as 2-3-4 player setup.
pizzaman 26. nov. 2017 kl. 5:39 
thank you. how can I play solo mode ?
MythOfPlatypus 1. aug. 2017 kl. 12:51 
Getting loads of server name errors. Might be my end, but this hasn't happened too much before.
toomanybarts 16. jan. 2017 kl. 11:01 
Just loaded this - havent played, but the auto setup is genius!
Detrian 6. dec. 2016 kl. 15:24 
Gorgeous, clever mod. Thank you!
Gael3D  [ophavsmand] 6. nov. 2016 kl. 13:53 
@stepal I havent got no errors yet with the scripting. The artist reputation marker is the little black cube at the bottom of the artists name, and starting fame is the dark track.
stepal 5. nov. 2016 kl. 9:15 
Some bugs occur. E.g. "Error scripting Lua Editor Setup", components are missing, duplicates are loaded etc.
stepal 30. okt. 2016 kl. 12:27 
Where are the white cubes to place on the revealed artists and track their reputation?
merovigiam 5. sep. 2016 kl. 19:47 
Great work, thanks.