Tabletop Simulator

Tabletop Simulator

Subterra (Scripted)
24 条留言
Frission 2021 年 3 月 18 日 上午 7:44 
Yeah this mod's prolly abandoned :I
Frission 2020 年 9 月 18 日 上午 3:19 
All the giphy links are broken so can't play now. :I
QcMetalHead 2020 年 1 月 12 日 下午 6:09 
can this be updated to fix the broken tiles plz? the guy below posted something for this but it requires me to subscribe to a website i dont want to subscribe to and also download a zip file from a website i dont know of....so i wont do that.é polease fix it the proper way thx!!
Tyrant 2018 年 12 月 13 日 下午 12:37 
3 invalid tile assets:
https://gifyu.com/images/Actions.png
https://gifyu.com/images/Rounds.png
https://gifyu.com/images/CaveTiles.png

Download this. It was recently updated with mod author features.
https://www.nexusmods.com/tabletopsimulator/mods/263?tab=files

You right click a workshop/save file, and do 'check for invalid links'. You can then right click a green invalid link (green means you have the file) and select 'Upload this asset to SteamCloud and replace URL'.

Then after that all you need to do is start up the game and upload the modified file to the workshop.
Crosseye Jack 2018 年 10 月 26 日 上午 7:42 
Was helping a friend fix their TTS install and this mod drew my attension to it as they were getting a error when they flipped the table.

On line 6 in the update function you are not checking if tiles still exist which after fliping the table it will get deleted.. you are also checking the tiles before checking if exit_tile_added is true. Its been a while since I've done lua coding but I would guess the tiles.getQuantity() check happens before the exit_tile_added check, meaning that during the end game you are wasting time checking tiles.getQuantity() when exit_tile_added is already true.

Updating line 6 to
if exit_tile_added == false and tiles ~= null and tiles.getQuantity() < 6 then
Should fix both problems though I'm not actually tested the code. So are first checking if the exit tile exist flag, if tiles is not null and then checking getQuantity, so the check will fail before getQuantity is called if the exit tile flag is set or if the game couldn't find the tiles varible.
Jowee 2018 年 1 月 2 日 下午 12:33 
Any plans for the toast update yet?
TTV | Reaper VX 2017 年 12 月 31 日 下午 5:32 
DEANO! Script it :D Gonna play this on stream here in a bit and check it out! Hope it works! Thanks for this HINK.
HINK 2017 年 12 月 31 日 上午 9:12 
@Deano actually I stole all I could from expansions' rules pdf. Some cards including item cards had to be done from scratch. Most of the item icons are random googled images.
Deano  [作者] 2017 年 12 月 31 日 上午 9:09 
@HINK Did you scan the content yourself or manage to find the assets online?
HINK 2017 年 12 月 31 日 上午 8:25 
I added the expansion content and changed the table to Kraken, since i found this one way too big.
http://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1251884042
TTV | Reaper VX 2017 年 12 月 31 日 上午 5:29 
NOOOOOO :( I'm so bummed, I'd buy the card game to help but apparently that's hard to get also! You did a stellar job man... Myself and friend just played for hours.
Deano  [作者] 2017 年 12 月 31 日 上午 5:24 
I would like to add the expansion content however there are no scans of the content available online.

The default game had a 'Print & Play' PDF document which I was able to edit. The expansions don't have these, or not ones that I have been able to find :(
TTV | Reaper VX 2017 年 12 月 31 日 上午 5:21 
This game is insanely fun! Any chance there will be a DLC or expansion?
Biohazard001 2017 年 9 月 26 日 下午 3:15 
I love how brutal this game is! Thanks for putting into table top simulator
Jowee 2017 年 9 月 8 日 下午 2:13 
@Deano Awesome. Looking forward to it.
Deano  [作者] 2017 年 9 月 8 日 下午 12:57 
@Sock Puppet Super Soldier
Sadly not. Maybe in the next update :)
Jowee 2017 年 9 月 8 日 下午 12:46 
@Deano But does it make toast?
Deano  [作者] 2017 年 9 月 6 日 上午 10:54 
@Coaldrone I had the exit tile logic attached to the draw tile button. I've changed that and will push an update shortly so you will be able to drag from the bag instead of using the button. :)
Coaldrone 2017 年 9 月 6 日 上午 10:26 
@Deano Thanks. It may be because I was manually dragging tiles out of the bag. Should I make sure I just click the Draw Tile button?
Deano  [作者] 2017 年 9 月 6 日 上午 1:40 
@Coaldrone The exit tile should automatically be shuffled in once you reach 5 remaining tiles in the bag. The bag should then be shuffled automatically so you have 1/6 chance of picking the exit tile when drawing a new tile. If you're lucky, you will draw the exit tile before the remaining 5 other tiles.

Coaldrone 2017 年 9 月 5 日 下午 3:15 
Very enjoyable, however I did get confused as the script doesn't shuffle the exit tile into the tile pile. As a result I spent 2 hours playing a doomed run with no exit tile (was still fun though!). Can anyone suggest the best way around this, or am I doing something wrong?
Kenny Log-ins 2017 年 9 月 2 日 下午 9:28 
cool game, great setup! thanks for this!
King in Yellow 2017 年 9 月 1 日 下午 11:00 
Nice, thanks!
darleth 2017 年 9 月 1 日 上午 1:59 
Thanks a lot...