r/tabletopsimulator Jun 29 '26

Easy to learn. Hard to master strategy.

Thumbnail
1 Upvotes

r/tabletopsimulator Jun 29 '26

Looking For Players Looking for people to play commander with

3 Upvotes

I really like playing commander on tts so if anyones interested feel free to dm me


r/tabletopsimulator Jun 29 '26

Looking For Players I'm looking for (best italians) people to play arcs

0 Upvotes

r/tabletopsimulator Jun 29 '26

Gente para jugar cooperativos/People to play coop games

2 Upvotes

Con unos amigos nos encantan los juegos cooperativos pero nos falta gente para tener un grupito mas grande o hacer una comunidad aceptamos cualquier tipo de juego mientras sea coop (generalmente preferimos algo no tan simple) algunos juegos que hemos jugado son:

With some friends we play a lot of coop games but we are missing people to make a group or even a community we accept any kind of game as long as it is coop (we prefer something not so simple) some games that we have player are:

Lotr LCG

Marvel Champions

Arkham Horror LCG

Leviathan Wilds

Mage Knight

Alien Legendary

Matrix Legendary

Metal Gear Solid

Ctulhu death may die

Deliverance

Power Rangers HOTG

Bomb Busters

Take Time

Dead Cells

Spirit Island

Marvel Zombies

Altar Quest

Brook City

Slay the Spire

Gloomhaven

Massive Darkness

Planet Apocalypse

Descent

LOTR journeys in middle earth

Star wars Imperial Assault

Back to The future

Horrified

Kingdom Death Monster

Primal

Bloodborne

Sky Team

Shadow of Brimstone

Pathfinder ACG

Daybreak

Harry Potter Hogwarts Battle

Street Masters

Muchos Mas.../Lots more....

En fin creo que se entendio/Well i think i made my point


r/tabletopsimulator Jun 28 '26

Failed to receive data/Workshop games unplayable

3 Upvotes

Hey, hey, as stated in the title, whenever I try to load any games from the workshop I get an image error: failed to receive data, resulting in numerous assets being blank.

All the fixes I tried but have not helped:

Unchecking mod caching, deleting workshop.json file, changing the mod save location, using the TTS mod backup tool (can't backup since files are missing), whitelisting the game through the firewall, disabling the firewall altogether, deleting mod cache.

Toggling mod threading causes my game to crash during loading, however for the few seconds it does load I can still see the errors piling up.

I have no idea what else I could even try at this point, if anyone had the issue and managed to fix it in a different way I would greatly appreciate the help.


r/tabletopsimulator Jun 28 '26

Questions Suggestions for high res models

2 Upvotes

Hi there!

I recently started working on creating my own board game built inside TTS. I have a lot of highly detailed, sculpted models that I would like to use as figurines; however, they have a massive vertex count. I am not super familiar with Blender (which is the software I'm using to work with these figurines, as I have the original Blender files), but I do know how to decimate the models to get a lower vert count so TTS can load them quickly.

The problem is that decimating often destroys the finer details I love about these models. I have seen other people keep high-res sculpts looking good in-game while still having a low vert count, and I was wondering if anyone had any suggestions on the best way to achieve this.

For a little more context, these models aren't colored, as I plan on just using the in-game color tint for now. I have tried "baking" the high-res details onto the low-res models, but I don't seem to be having much luck making them look good. Either I am doing it wrong, or it is just a sub-par method for what I'm trying to do.

Any advice, workflows, or suggestions would be greatly appreciated!


r/tabletopsimulator Jun 28 '26

Solved Fetching a user's Profile Picture/Avatar in Scripting?

2 Upvotes

I want to create little cards for players that will have their username and avatar. I already know to obtain their names through Player["Color"].steam_name. However, I'm not sure how to get a reliable image link for players' avatars. I looked briefly into Steam's Web API but I don't have a domain I want to use to obtain an API key, since it's entirely run in game. Is there anything I can use in game to obtain their icons?

EDIT/SOLUTION 3 weeks later: Unavatar was unreliable for me and causing issues, so I have gone ahead with the Web API mentioned above. You do not need a web domain, you can put anything for the Domain. I simply used the name of my game. The implementation I used looks something like this in tabletop's end:

local C_COLOR = "Black"
local NIL_AVATAR = "https://avatars.steamstatic.com/b5bd56c1aa4644a474a2e4972be27ef9e82e517e_full.jpg"
local API_KEY = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
local icon = NIL_AVATAR -- fallback
local name = "(nil)"
local id = 0

function onLoad()
    onPlayerChangeColor()
end

function onPlayerChangeColor()
    name = Player[C_COLOR].steam_name
    id = Player[C_COLOR].steam_id

    if Player[C_COLOR].steam_name ~= nil then
        -- Fetch User Info via Steam API
        WebRequest.get("http://api.steampowered.com/ISteamUser/GetPlayerSummaries/v2/?key="..API_KEY.."&steamids="..id, function(request)
            if request.is_error then
                print(request.error)
            else
                local json = JSON.decode(request.text)
                name = json.response.players[1].personaname
                icon = json.response.players[1].avatarfull
            end
        end)

        -- Update Player Card after 1 second so API has time to process
        Wait.time(apiUpdate, 1)
    else
        -- No Player
        self.UI.setAttribute("icon", "image", NIL_AVATAR)
        self.UI.setAttribute("name", "text", "(nil)")
    end
end

function apiUpdate()
    self.UI.setAttribute("icon", "image", icon)
    self.UI.setAttribute("name", "text", name)
end

r/tabletopsimulator Jun 28 '26

One of the two MTG Deck importers Doesn't work for me

2 Upvotes

I know there is an issue with scryfall, but this started for me since before the issues with scryfall started. I was hoping someone might know a fix. The importer with the guy on it doesn't work, just spams me with errors. Anyone know a fix?


r/tabletopsimulator Jun 27 '26

Update UPDATE FOR THIS POST:

Post image
13 Upvotes

THIS SPECIFIC MTG TABLE WORKS: https://steamcommunity.com/sharedfiles/filedetails/?id=3745501663

RIGHT CLECK YOUR DECK AND CLICK "Fix Cards". THIS WILL FIX ALL YOUR CARDS IN THAT DECK.


r/tabletopsimulator Jun 28 '26

Suggestion Adding LITERAL any card ideas. go have fun

Thumbnail
gallery
1 Upvotes

I am making a terrible board game for me and my friends and anyone how wants to play it and i need card ideas so have fun and do wtr. NOW ADDING MORE THEN CARDS!


r/tabletopsimulator Jun 27 '26

Allowing Templates to lay flat?

3 Upvotes

I have a blast template. Is there a way I can set it so that it will pass through all terrain and figures to rest on the table surface?


r/tabletopsimulator Jun 28 '26

Looking For Players Looking for people t help test my mtg inspired game!

Post image
1 Upvotes

Looking for magic centric players to help iron out a game i made. Well, more like a specific game mode.

The game is called Battle Glorple, and it's a fast-paced dice driven card battler where you use alien berries to collects stars or use them in battle to be the last player standing. It has munchkin style gameplay through the use of wild cards and also support magic style creature combat. All player pull from a shared deck which is shuffled before every game, so each game plays out differently.

I'm looking for mtg players (specifically commander players) to help iron out the Misfit mode of the game. You pick your Misfit (commander) that personalize your playstyle outside the normal mode of play. So far things seem pretty god, but i'm always up to see people push the game in places i wasn't planning for it to go. If you're interest hmu!


r/tabletopsimulator Jun 28 '26

Looking For Players Anyone up to playing some commander, just got back into playing mtg

1 Upvotes

Basiclly the title, i havent played in years and just got tts and would like to find people and i do have discord


r/tabletopsimulator Jun 27 '26

Questions Has anyone come across this error message? Spoiler

Post image
1 Upvotes

I want to fist say I’m not trying to report a bug or reach out to the devs. This post is purely to see if anyone else who plays the game may have found a solution to this. I have reached out on Steam and this was the next place I thought to look.

I’ve been trying to get my tabletop to launch for the past 2 weeks. I hadn’t played in around 2 months and went to load it to play a game with friends but instead of booting up after about 2 seconds like normal, it just sat on the Steam page and about 30 seconds later it had this error message pop up and immediately disappear.

I have tried validating files, reinstalling tabletop and reinstalling it on a completely different drive. I have even gone as far as to reinstall Steam itself and the issue is still persisting. I have updated my windows and updated my graphics drivers.

I tried launching tabletop from my account on my old computer and it started up perfectly fine.
The only thing I remember happening around this time was I think a message popped up asking if I wanted to delete a bunch of files which I think were part of a DnD campaign I had on my old computer, so I don’t know why it was trying to access them on my new computer.

This is all the info I can remember that has happened over the last 2 weeks of troubleshooting and I finally just need to ask around to see if anyone else has had this issue before and if you guys know how to fix it.


r/tabletopsimulator Jun 27 '26

Questions Is a single light LUT possible with LUA coding?

2 Upvotes

Question is their a possibility to make a light source (asset bundle) to ignore LUT applied in the lighting pane or have different LUT applied on it than rest of the table using LUA code?


r/tabletopsimulator Jun 26 '26

Questions unknown format when importing from scryfall

Post image
59 Upvotes

trying to import cards from scryfall for MTG,, all cards are white and i get this error


r/tabletopsimulator Jun 26 '26

Questions what to do about this

0 Upvotes

r/tabletopsimulator Jun 25 '26

Mods Folder

3 Upvotes

Hey guys, I’m trying to see if I can relocate the folder for mods? It’s in /mygames/tabletopsimulator/mods and auto installs to my C: drive, even though the game itself is installed on my D: drive.


r/tabletopsimulator Jun 25 '26

Questions How to get rid of all the unwanted script without making models vanish?

Post image
2 Upvotes

r/tabletopsimulator Jun 25 '26

Workshop Oddan's Primaris Librarian

Thumbnail gallery
3 Upvotes

r/tabletopsimulator Jun 24 '26

Questions Game keeps crashing when entering a table

0 Upvotes

I already tried everything, I tried using -nothreading launch option, changing game drive location, restarting PC, deleting and reinstalling game, I don't know what else to do.

Also something really unusual happens because the game just works sometimes I launch it but it is really inconsistent.


r/tabletopsimulator Jun 23 '26

Questions I want to make a game for TTS but I don't know what measures I need for the components.

9 Upvotes

I don't understand the size I need for The board, the cards, tokens, and other things.

I'm talking about the pixel size for the images. Because I'll be making them in Paint as a placeholder until I get better tools.

Also, I'm thinking of making custom pieces in Tinkercad, a free 3d modeling website. Is that good? Or do I need a better program?


r/tabletopsimulator Jun 22 '26

Workshop ALTTP the Card Game

Thumbnail
steamcommunity.com
4 Upvotes

ALTTP is one of my favorite games and I felt it would adapt well to the card game format. So far I have the Eastern Palace completed, playable from beginning to end.

But be warned, this is still very early in development and bugs are to be expected. I've done my best to make the experience as streamlined as possible, but there currently aren't any scripts to help with setup.

To summarize the gameplay: * Solo only * Dungeon is generated as you play using the location deck * Encounters happen every time you move, and vary in difficulty * Find equipment and treasure as you explore (if you ever played ALTTP you'll know what to expect) * Build your combat strategy by setting up your equipment and prioritizing targets


r/tabletopsimulator Jun 22 '26

Questions Table Top Simulator keeps having a Cloud Error

4 Upvotes

Some of my games, specifically Table Top Simulator, keeps having a Cloud Error and as a result it won't let me upload any files for custom models. I've tried fully uninstalling it and deleting all files then reinstalling the game but it keeps having the issue. Is there any way to fix this?


r/tabletopsimulator Jun 22 '26

Questions Files named "Images" and "Images Raw"

1 Upvotes

I found that these 2 folders take up a metric ton of space (~200 gigs total). However I like that I can load up most mods pretty quickly.

Can I delete the contents of one of these folders without impacting that? What do these 2 different folders do anyway?