Tabletop Simulator

Tabletop Simulator

Not enough ratings
Shadow Moon Syndicates
   
Award
Favorite
Favorited
Unfavorite
Type: Game
Complexity: Low Complexity
Number of Players: 2, 3, 4, 5
File Size
Posted
Updated
415.341 KB
Apr 3, 2024 @ 8:01pm
Jan 13 @ 7:14pm
59 Change Notes ( view )

Subscribe to download
Shadow Moon Syndicates

Description
Popular Discussions View All (1)
0
Sep 22, 2024 @ 9:00am
trouble downloading the assests
macD
12 Comments
SJ-the-kiwi  [author]
Feb 3 @ 8:00pm 
@Winged: correct
Feb 2 @ 8:08pm 
Ah wait, I see. the 5 inactives placed in the Spire are meant to be those 5 initial tokens and the players are just supposed to do all the drafting themselves.
Feb 2 @ 8:06pm 
Sequencing error in setup script - during setup the map needs to be seeded with 5 operation tokens before the 5 player-start-influence operation tokens are drawn and drafted.
SJ-the-kiwi  [author]
Nov 7, 2024 @ 7:54pm 
Thanks! Mod updated.
Nov 7, 2024 @ 9:24am 
Just to validate, I am seeing the same as Conro. line 917 generating an error when running Multi-handed solo setup. Fresh game load, selecting Belt Corp, Court of Saffron, Founders, Lucky Kittie, and MMU as factions. Seated in the "Aqua" color player seat. Not sure if any of those variables are related to the issue, simply providing as much information as possible.

The error as presented in the TTS chat:
Error in Script (Global): chunk_4:(917,42-44): attempt to index a nil value

Deleting the line from the mod's JSON file did fix the issue for me locally.
Nov 6, 2024 @ 9:52am 
Sure, it's line 917, "getObjectFromGUID('2c481e').destruct()". Whatever object has that GUID doesn't seem to be in the save. Deleting the line stopped the error
SJ-the-kiwi  [author]
Nov 5, 2024 @ 5:48pm 
I can't recreate the error, could you please send me the code?
Nov 3, 2024 @ 8:23pm 
@SJ-the-kiwi Yup, it's happening even with the Multi-handed solo button. It's a different error than the one thrown if you hit the Multiplayer button without being seated
SJ-the-kiwi  [author]
Nov 3, 2024 @ 7:36pm 
@Conro make sure all players are seated before hitting the Multiplayer button.

If you want to play it Multihanded solo (without players seated in their relevant seats) - hit the Multiplayer Solo button instead.
Nov 2, 2024 @ 8:01am 
FYI, the setup tries to delete an object that isn't there, which breaks the rest of the script, so the operation tokens don't come out.