Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Easiest way to make custom versions of workshop mods is to make a save of it. Then you can edit that save file (should be in your Documents/My Games/Tabletop Simulator/Saves folder by default) all you want without fear of overrides.
By the way I'm always open to tweak and improve the mod so feel free to share your changes and I'll definitely add them to the mod!
I've mostly just been putting in some lazy QoL stuff in around setup as I'm not much of a coder, perhaps there's a good reason for it not already being done, but I've added the existing restock functions to setup as well as shuffling all decks and setting the monster cup to random.
I also sometimes play alone with a couple of characters so added a dropdown to the setup for 'number of characters' and had it grab the relevant reference card to this instead of the actual players in the game.
I spent a bit of time trying to create a 'spawn clue' button too which would take a clue from the bag and move to the relevant position, but I wasn't sure if the position attributes assigned to each clue object were the position that clue would sit on the board, of if that legwork would still need doing. I settled for a button that drew a clue and plonked it on the board to be moved (mostly just for learning purposes really)!
How often do updates generally come around, and are there usually brief notes on them?
To be fair I'm not much of a scripter either, I originaly took the script from a defunct workshop mod and tweaked it to add the latest expansions at the time. Then I just kept it updated and added different functions over the years, most of them (like the setup panel or the ability to pick expansion) were made by others.
From what I read I'd love to add your changes to the mod. I usually play it alone so a dropdown to pick the number of characters would be really handy. Same for the shuffling bit before the script, that'd be a nice thing to have as well.
I did consider doing a spawn clue script but that seemed way too tedious, you basically have to manually set each one to its proper spot. But if you do I'd love to add it to the mod. And for your question, yeah, as far as I remember the position attributes you write in the script are the ones you want your asset to end up on.
-Autoshuffle decks and bags on start (done)
-Autostock reserve on start (done)
-Automatic clue spawn function + button (done)
-Automatic gate spawn function + button (done main, sideboards almost done)
-Spawn relevant No. of clues and gates on start (not done, shouldn't take long)
-Allow manual selection of number of players (done - added dropdown to setup menu to choose number of players, will be automatic if left at 0, currently just selects correct ref card but will also be used in gate/clue spawns at start)
I'm also planning to work on:
-button to take random investigator and corresponding personal story/reward
-add investigator placement to investigator setup button
-add expedition token spawning at start
I'm happy to share what I've done albeit don't know what the best way about that would be seeing as I've changed parts of the UI, main lua script and object information in the 'master' json file
EDIT: the remaining bits I had on gates & clues wasn't so bad so now automatic clue and gate spawning is fully set up and it will spawn the relevant amount for number of players after setup, the only thing that I wasn't sure on was the player selection as it's currently a dropdown that doesn't look too great, but it functions fine!
I'll probably work on some more stuff with this eventually so will send you a request too pm you if I've done anything shareworthy