Tabletop Simulator

Tabletop Simulator

Suburbia Collectors Edition [scripted] (2-5p)
46 kommentarer
Il-Roberto 4. apr. 2024 kl. 3:06 
thanks Dain for tip!
Dain Harper 3. sep. 2023 kl. 3:35 
A bit of debugging later - the original URL is to the html page for the asset, to get the obj file you need to add the path "raw/" before it.
Assuming this used to work, this global change at pastebin could be the cause of many a TTS mod fail.
Dain Harper 3. sep. 2023 kl. 3:15 
Since it's just the coin model, you can drop in any replacement.
At each prompt, replace the pastebin link (in both model and collider) with:
https://pastebin.com/raw/KUQsSZCs
I think it'll be OK once the game is underway
dlwodnr 26. aug. 2023 kl. 12:32 
Failed to load model (.obj): http://pastebin.com/ay4JfWmn
blackmaester 9. juli 2023 kl. 5:00 
Hello @peter.lowe , the link for the coins is broken and I need an explanation for the set up in single player mode.
I hope to hear from you soon,
CosmicDuctTape 1. jan. 2023 kl. 13:35 
Tried playing this today but my group experienced similar issues to what SoulSighter was reporting. I didn't receive any error messages but the people who were playing with me did -- the coin tokens were the assets being affected in our instance. They were only appearing as dots on their ends and the others could not interact with them at all.
SoulCider 18. dec. 2022 kl. 23:13 
Looks to be broken now. Not sure which tokens are missing image assets, but it prevents the setup of the game due to null values. A real bummer because it looks so well thought out.
paulyham 3. aug. 2021 kl. 11:49 
I'd love to play this sometime. What is the best way to meet up with players? Discord? I prefer to play over audio chat if possible.
Vic 5. feb. 2021 kl. 16:37 
hand zones and hidden zones are a bit weird after update
Darkslide 14. jan. 2021 kl. 20:50 
We've played this twice now and it works pretty well, but we're worried that the setup might be treating the "one more round" tile incorrectly. For four players we found the tile once in position 19 (which should be impossible) and once in position 18 (which is the very highest where it could possibly occur) from the bottom. Afterwards we tried just redoing the setup again and pulled tiles off the C stack manually and "one more round" appeared 6th from the *top* which is completely out of place. Are you sure the setup for the C stack is implemented correctly?
Conro 11. jan. 2021 kl. 19:43 
It seems like Waterfront Realty is missing from the base game bag?
Blusey McGinty 21. nov. 2020 kl. 21:53 
This is a great mod! Thanks so much for the time and effort put into this. Something that did come up for our group tonight was when we used the Nightlife expansion, but didn't use Suburbia inc, we got a bunch of goal tiles and scoring tiles that required the Inc expansion to work. Not sure if there is a way to script so that if one expansion isn't in play it automatically excludes goal and scoring tiles that aren't achievable?
vanguard255 13. aug. 2020 kl. 13:33 
Very minor thing, but why community park tile is not from collectors edition?
peter.lowe  [ophavsmand] 12. juli 2020 kl. 11:58 
@White Lando thanks
White Lando 8. juli 2020 kl. 6:32 
Hi, just a really minor correction, the tooltip for the 'Libertarian' award says it is awarded for the longest chain. That's how I was playing it in real life (same with the Harbourmaster) but I learned tonight that actually it's just the most tiles that are connected i.e. can be in one big blog rather than strung out. There's a post at this link from the creater: https://boardgamegeek.com/thread/967661/harbourmaster-goal

Thanks so much for making this, my friends in a different city and I just had a very enjoyable few hours playing together and we'll definitely be back for more. We're so lucky that there are people out there like you who put in the time to make this possible.
peter.lowe  [ophavsmand] 4. juni 2020 kl. 2:57 
@UnholySalmon thanks for your help I've updated the delay to 400 , works fine on my PC so hopefully should be OK for all.
UnholySalmon 2. juni 2020 kl. 9:20 
As to my previous comment:

I looked into the scripting a bit and found that you can get the correct placing of the Score challenge and Score bonus tiles by just passing the waitFrames() function a slightly higher number before the tiles get placed into the stacks.

I tested with a value of 500 (instead of the original 120) and it works fine but you could probably move it down to somewhere around 300 or so.
UnholySalmon 2. juni 2020 kl. 4:57 
This version is pretty much perfect! Did my first full playtrhough a few days ago and have tried a few setups on my own and everything seems to work great.

I think I have come across one bug though: The "Score challenge" and "Score bonus" tiles seems to be shuffled into the B and C piles rather than placed on top. Aren't they supposed to be the first tile drawn from their respective piles?

Excellent work no matter what. Makes setting up and playing this game a breeze.
Possum Sauce 22. maj 2020 kl. 9:36 
Thanks for this! One thing I noticed: the physics on the coins seems a bit off. They fly all over the place when you move them or grab multiples at once.
Knaughx 12. maj 2020 kl. 6:39 
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://steamproxy.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!
peter.lowe  [ophavsmand] 30. apr. 2020 kl. 23:56 
@Hacker With No Name thanks for the assist, I've put that into the code and seems good on my PC. I think it nice to see the parts moving around during setup but the timing is real messy.
Hacker With No Name 30. apr. 2020 kl. 7:28 
Nice mod - breaks on Macs, C deck shuffling fails :( I have a fix however, in draw_c_tiles in the global script...

--getObjectFromGUID(last_round).setPosition(temp_bag_pos)
temp.putObject(getObjectFromGUID(last_round))

I think the PC API interprets putting the last tile on top of the temp bag as dropping it in the bag. The Mac puts it on the bag and barfs later when it tries to pull it out. I think the Mac is probably doing the right thing and the PC API is bugged. My correction explicitly puts the tile in the bag rather than relying on a side effect so should be more reliable.

The other Suburbia mods have exactly the same problem and fix as they share similar code ofc.

PS the tile shuffling etc. is slower on my Mac than PC, suggests the delays may need to be shorter for Macs to get the same effect, but it doesn't seem to break anything!
peter.lowe  [ophavsmand] 11. apr. 2020 kl. 0:53 
Just added "Double Market Row" game mode to play with all the tiles at the same time. If there's any issues please comment and I'll do my best to sort them out.
CosmicDuctTape 10. apr. 2020 kl. 9:31 
cool, thanks. as I think about it, based on what you told me about how it works, it could be that my connection was poor enough that the frame delay passed before setup was complete... I'll have to see how that plays out in future games.
peter.lowe  [ophavsmand] 10. apr. 2020 kl. 0:02 
@CosmicDuctTape I looked at code and red timing tile is added last after a 120 frames delay, it is always the first tile out of the B stack or C stack for me. I've changed the delay to 150 frames just in case there's some timing issue with different setups.
CosmicDuctTape 9. apr. 2020 kl. 15:25 
@peter.lowe, finally played this mod last night, great job on it. The one thing I want to point out is that Bonus and Challenge Timing tiles are being shuffled into their piles instead of placed on top. Not sure if that's an easy fix, and it sounds like you may be already somewhat aware of that, but bringing it to your attention in case you hadn't.
peter.lowe  [ophavsmand] 5. apr. 2020 kl. 23:41 
@Alec_Azam the borders have two states front and back , press 2 when the edge is highlighted to get state 2 the lake side, press 1 to get back to the edge.
Alec_Azam 5. apr. 2020 kl. 7:02 
Also the coin flipping all the time is a little irritating, great mod though
Alec_Azam 5. apr. 2020 kl. 7:01 
Hi also the borders seem to be missing their lake backs,
peter.lowe  [ophavsmand] 1. apr. 2020 kl. 8:17 
@KrazyKid thanks for your comment. Stay Safe
KrazyKid 31. mar. 2020 kl. 2:31 
Thanks Peter - It's been so long since I played just the base game I assumed it had challengers and bonuses. My mistake. I also must have been wrong about the end tile. It seemed to come out early, but probably it end up coming out as first tile possible. You have done a great job. Thanks again for the work you have put it.
peter.lowe  [ophavsmand] 28. mar. 2020 kl. 7:01 
@KrazyKid the last tile is shuffled into the middle portion of the C deck, this is done using the brown bag "temp_bag". Bonus and the challenges will only be added if your play Inc, 5 star or some other expansion that has those tiles, you could always manually move them into the challenge and bonus bags before pressing setup. The bonus and challenge timing tiles are always added just ignore them if are playing the base game.
KrazyKid 28. mar. 2020 kl. 2:39 
Also I note the end game tile was shuffled into the entire C deck, rather than shuffled into the bottom half of the C deck
KrazyKid 28. mar. 2020 kl. 2:36 
@peter.lowe Sorry that should be bonus and challenges when setting up the game
KrazyKid 28. mar. 2020 kl. 1:27 
Very nice but I can 't find so see how to add goals and challenges. Any ideas
peter.lowe  [ophavsmand] 27. mar. 2020 kl. 14:12 
@Spittal & @cman found it, it was a wood texture applied to the red score meeple, should be all sorted now. Thanks for your help
peter.lowe  [ophavsmand] 23. mar. 2020 kl. 9:45 
@Spittal can you paste error message it all seems fine on my PC (as it would)
Spittal 22. mar. 2020 kl. 21:02 
Thank you for the effort, I really appreciate it. However, there is a figurine that fails to load from pastebin at boot
[R1G] RevJB 8. feb. 2020 kl. 15:59 
Awesome mod! Helps me play this with remote friends, then i don't need to lug my ginormous box across the country! Just a super cheeky request, have you considered adding support for double market row, with a base tile stack and an all expansion tile stack. i know a lot of people play it way so would make a sweet addition. Thanks for all your effort so far.
peter.lowe  [ophavsmand] 11. jan. 2020 kl. 1:16 
AlexRiot thanks the Goals bag was replaced by the Objectives bag and I forgot to remove it. (nice catch)
AlexRiot 10. jan. 2020 kl. 10:54 
Excellent mod !
Just one thing : I think the Goals are missing, right ?
Tikki 5. jan. 2020 kl. 13:20 
well made and a lot of fun
JustMasih 2. jan. 2020 kl. 11:58 
played it couple of times with friends over the holidays. had a great time . it has all the expansions . thank you so much . looking forward to see more .
Lowwwe 31. dec. 2019 kl. 8:58 
Great fun,thanks for making it.
peter.lowe  [ophavsmand] 31. dec. 2019 kl. 6:03 
A great game I adapted to play over the holidays. Almost as good as the real thing available from
https://beziergames.com/products/suburbia-collectors-edition
I'' hope you all enjoy it as much as I when unable to play in person with friends.