Tabletop Simulator

Tabletop Simulator

the Gallerist - Auto Setup
25 条留言
siralias 8 月 9 日 上午 12:46 
If I save an ongoing game, some scripts run again when it loads. How do I circumvent this?
bhfred 6 月 1 日 下午 3: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 5 月 31 日 上午 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 2023 年 12 月 20 日 上午 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 2023 年 12 月 19 日 上午 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 2023 年 12 月 19 日 上午 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 2023 年 5 月 15 日 上午 9:53 
Hi. Can the author update the links?
victormu 2021 年 3 月 5 日 上午 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 2021 年 1 月 12 日 下午 5:54 
Setup definitely doesn't match. The tickets are off and the player pawns all stay out as well.
Amos_Keeto 2020 年 12 月 31 日 上午 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 2020 年 12 月 31 日 上午 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 2020 年 6 月 5 日 上午 4:04 
Stucks when you start the game
Knaughx 2020 年 5 月 11 日 下午 6: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://psteamcommunity.yuanyoumao.com/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 2018 年 11 月 19 日 下午 3:35 
Thanks super game and work
pizzaman 2017 年 12 月 22 日 下午 6:34 
@gael3d thank you :-)
Gael3D  [作者] 2017 年 12 月 20 日 上午 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 2017 年 12 月 19 日 上午 5:45 
Does the solo-setup work? It looks the same as 2-3-4 player setup.
pizzaman 2017 年 11 月 26 日 上午 5:39 
thank you. how can I play solo mode ?
MythOfPlatypus 2017 年 8 月 1 日 下午 12:51 
Getting loads of server name errors. Might be my end, but this hasn't happened too much before.
toomanybarts 2017 年 1 月 16 日 上午 11:01 
Just loaded this - havent played, but the auto setup is genius!
Detrian 2016 年 12 月 6 日 下午 3:24 
Gorgeous, clever mod. Thank you!
Gael3D  [作者] 2016 年 11 月 6 日 下午 1: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 2016 年 11 月 5 日 上午 9:15 
Some bugs occur. E.g. "Error scripting Lua Editor Setup", components are missing, duplicates are loaded etc.
stepal 2016 年 10 月 30 日 下午 12:27 
Where are the white cubes to place on the revealed artists and track their reputation?
merovigiam 2016 年 9 月 5 日 下午 7:47 
Great work, thanks.