Tabletop Simulator

Tabletop Simulator

76 ratings
Subterra (Scripted)
   
Award
Favorite
Favorited
Unfavorite
Game Category: Board Games
Number of Players: 1, 2, 3, 4
File Size
Posted
Updated
216.531 KB
30 Aug, 2017 @ 2:59am
7 Sep, 2017 @ 11:10am
5 Change Notes ( view )

Subscribe to download
Subterra (Scripted)

Description
In Subterra, the players find themselves in a deep cave network and must work together to navigate out alive. The caves are harsh and deadly hazards can appear at any point.
Beware of the horrors lurking throughout the cave network!

Choose from various characters:
+ Diver
+ Scout
+ Geologist
+ Engineer
+ Climber
+ Medic
+ Bodyguard
+ Leader

Additional Features:
+ No. of players selection
+ Difficulty selection (Normal, Advanced, Expert)
+ Scripted tile and event drawing
+ Reminder cards to help newer players with the round turns/events

NOTE:
Subterra should be played with a minimum of 4 characters, if you are playing with less than 4 players, you should add additional characters to your team to meet the minimum of 4.

e.g. For 3 players:
- 1 character each + 1 team-controlled character (Total of 4)
- 1 character each. 2 players have 1 additional character each (Total of 5)
- 2 characters each (Total of 6)

Rulebook: https://issuu.com/itbboardgames/docs/sub_terra_rulebook_v3.0_compressed


I am currently busy with university work so won't be updating the game with expansion content.
If you wish to play with expansion content, you can use HINK's edited version for now:
http://gtm.steamproxy.vip/sharedfiles/filedetails/?id=1123699419

Popular Discussions View All (1)
4
17 May, 2019 @ 8:33pm
PINNED: Feature Requests / Issues
Deano
24 Comments
Frission 18 Mar, 2021 @ 7:44am 
Yeah this mod's prolly abandoned :I
Frission 18 Sep, 2020 @ 3:19am 
All the giphy links are broken so can't play now. :I
QcMetalHead 12 Jan, 2020 @ 6:09pm 
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 13 Dec, 2018 @ 12:37pm 
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 26 Oct, 2018 @ 7:42am 
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 2 Jan, 2018 @ 12:33pm 
Any plans for the toast update yet?
TTV | Reaper VX 31 Dec, 2017 @ 5:32pm 
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 31 Dec, 2017 @ 9:12am 
@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  [author] 31 Dec, 2017 @ 9:09am 
@HINK Did you scan the content yourself or manage to find the assets online?
HINK 31 Dec, 2017 @ 8:25am 
I added the expansion content and changed the table to Kraken, since i found this one way too big.
http://gtm.steamproxy.vip/sharedfiles/filedetails/?id=1251884042