Tabletop Simulator

Tabletop Simulator

Sid Meier's Civilization: The Board Game (FFG 2010, Complete with Expansions)
47 Comments
mu_peres 1 Mar @ 11:23am 
I have tried it now.. but same issue.
I got a picture of the error.. May I send you?
I have added you on steam to send it
MarioFanaticXV  [author] 1 Mar @ 9:41am 
Try disabling mod caching, then going into it. The images are hosted on the Steam Workshop, which is still up. I have no idea where 2.1m.yt is, but it's not where the images are hosted in my mod.
mu_peres 1 Mar @ 6:46am 
Hi Mario, thanks a lot for the support.
I'm still facing the problem. I have played it years before... and now im trying to install again.
I have added other games and it is working perfectly..
I have tried to access the images directly by browse.. it didn't works too.. I think all images links from the game have changed URL or it is not available anymore.
MarioFanaticXV  [author] 26 Feb @ 6:29pm 
I am getting a single error on the 5 Culture token, but that's nothing to do with a destination host. I think 2.1m.yt is your local files, everything I have is saved to the Steam workshop, like so: https://steamusercontent-a.akamaihd.net/ugc/764973415220197774/DE309870952B36358C090E8E2A8234C840392083/
mu_peres 26 Feb @ 4:40pm 
It didnt work.. all errors are related to "Cannot resolve destination host".. I think some imagens are not available anymore.
Example o image: http://2.1m.yt/uEfTFL7TT.jpg
MarioFanaticXV  [author] 25 Feb @ 5:59pm 
It's a bug that TTS sometimes has with transparent tokens. Refreshing a few times with mod caching on should fix it.
mu_peres 25 Feb @ 5:02am 
Im getting errors on opening the game. Does it need to be updated?
MarioFanaticXV  [author] 7 Feb @ 11:04pm 
I'm afraid I'm not interested in adding a fan expansion, but if you want to make it, then by all means, please use my mod as a base for it.
El Martin 6 Feb @ 10:52am 
Hey Mario, thanks for your response! :) I've got another question: There's a 3rd fan-made Expansion out there, which is really cool: https://boardgamegeek.com/thread/1595747/a-self-design-new-expansion-the-3rd-expansion
Rulebook: boardgamegeek.com/filepage/133727
The guy who made it, send me the files in good quality to print them but I was wondering if you could also implement them in tabletop simulator? I send you a friendship request on Steam, if you would be interested we can exchange mail. It's really cool, graphics look like they're from FFG. Greetings, Martin
MarioFanaticXV  [author] 23 Nov, 2024 @ 2:15pm 
"Great Mod! Thank you very much! I played a lot with friends during the pandemic and am rediscovering it now."

Glad it's been useful to you and your friends!

"Do you think it would be possible to create an AI with the Tabletop Simulator Lua API for it?"

I know very little about programming and nothing about Lua in particular. Though a game with this many rules would probably require a rather complex AI (doesn't mean it can't be done, just that it wouldn't be easy, even by AI standards).
El Martin 23 Nov, 2024 @ 1:32pm 
Great Mod! Thank you very much! I played a lot with friends during the pandemic and am rediscovering it now. Do you think it would be possible to create an AI with the Tabletop Simulator Lua API for it?
MarioFanaticXV  [author] 21 Jun, 2024 @ 8:56am 
Yeah, I keep hoping there'll be a fix for that, but I think bugfixing on this game is dead at this point; all you can really do is reload and hope it works this time.

The swap thing is actually a standard feature in TTS; you just select multiple objects, then tell it to combine them as "states". Before TTS had native PDF support this was actually the standard way to include rulebooks; you'd just save each page as a separate state.
Warrior Whitten 20 Jun, 2024 @ 6:33pm 
Because of the recent interaction, there are a few missing pictures on the tile pieces for Stonehenge, The Angkor Wat, The Porcelain Tower, Brandenburg* Gate, and The Colossus. It's not really a big deal though.

Everything else seems great, especially the swap you managed to integrate to allow players to swap from Wu Zetian and Mao. No idea how you did that, but thank you for taking the extra time to do it. Setting up the board game and putting it back in real life takes more time than a full game.
Warrior Whitten 15 Jun, 2024 @ 7:25pm 
Yeah, the expansions don't give you updated Civ sheets, but they do give you new Civs to play as in general. Maybe go take a look online with Ebay, Amazon, and of course YouTube
MarioFanaticXV  [author] 29 May, 2024 @ 7:36am 
"I've seen the singular abilities of each civilizations are not updated to the game expansion. Is there a dcl updated that I don't see?"

I'm not sure entirely what you mean? If you're talking about the errata, the rules are included for that, but there was no reprint of leaders to match that.
gedio00 29 May, 2024 @ 7:27am 
I've seen the singular abilities of each civilizations are not updated to the game expansion. Is there a dcl updated that I don't see?
Warrior Whitten 16 May, 2024 @ 8:00pm 
Great job. Thank you!
MarioFanaticXV  [author] 22 Feb, 2022 @ 9:28am 
This is an unofficial Discord that can be used for such: https://discord.gg/4vN6kTjr7K
Merlin 24 May, 2021 @ 7:09am 
Would be nice if anyone knows a discord server that organize this game.
parryduckkill 27 Jan, 2021 @ 8:08pm 
Is there a discord or anything for finding people with which to play? This is such a great mod, I'd love to be able to get some matches going!
MarioFanaticXV  [author] 9 Jan, 2021 @ 9:41am 
I've poked Berserk games about the bug- sadly, they don't seem to care. They're pretty terrible about fixing issues with TTS.
Dodo Pigeonfighter 9 Jan, 2021 @ 9:39am 
I had problems with "failed to create token from image" for some stuff, because the .png files were lacking a transparent 1 pixel border. To fix this add the borders. Below is a solution you only have this mod installed.


1 Have all the png files in cache

1.1 Pull out all the wonders and culture tokens and other offending tokens from their bags (this will make the game download the png to cache)

2 Add transparent borders
2.1 Install https://imagemagick.org/script/download.php
2.2 Open terminal/cmd at .../Tabletop Simulator/Mods/Images/
2.3 Run this command ON WINDOWS:
FOR %i IN (*.png) DO magick %i -resize "%[fx:w-2]x%[fx:h-2]"! -bordercolor transparent -border 1 %i
ON MAC (in zsh terminal):
for file in *.png; do (magick $file -resize "%[fx:w-2]x%[fx:h-2]"! -bordercolor transparent -border 1 $file); done
2.4 Remove all jpgs in .../Tabletop Simulator/Mods/Images/ and all files in .../Tabletop Simulator/Mods/Images Raw/ to not end up with black instead of transparent.
GoodspeeD 11 Nov, 2020 @ 10:57am 
@MarioFanaticXV the information about spanish link it's OK! :dronelike:
r_h 19 Aug, 2020 @ 4:32am 
@MarioFanaticXV link to translation in polish language is ok:)
MarioFanaticXV  [author] 24 May, 2020 @ 10:05am 
@GoodspeeD: That'd be wonderful- not that I feel I'd have any right to tell you no even if for some strange reason I wanted to, but the more people that can play this great game, the better!

I'd be happy to link to your version from here once it's complete!
GoodspeeD 24 May, 2020 @ 2:05am 
MarioFanaticXV I would like upload to workshop the spanish version of your job (with a few littles changes). I'll mention to you in the information of the workshop. If you don't agree, let me know it.
MarioFanaticXV  [author] 12 May, 2020 @ 11:00am 
Thanks for the vote of confidence, I appreciate it!
Knaughx 12 May, 2020 @ 9:19am 
Hi, wanted you know that your mod has been added to my collection: Board Game Geek - BGG - May 2020 - Best Mod for each of the Top 500 Rated Games. Collection here: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2086043930

The collection used this priority system:

1. Mod's Files Availability: Mod with all/most files still available for download
2. Feature completeness: Mod with greatest inclusion of expansions and/or promos available for the board game title
2. Scripting: Mod with scripting that most reduces work in setup/play for players
3. Component Quality: Mod with the best visuals/usability in terms of component quality
4. Table Setup/Ambiance: Mod with the best immersion with table, background, and other modeling.

Please also note that a mod that makes selection for this list very well could be one in which the mod author borrowed the majority of assets from another workshop listing, so full thanks to all who worked on a mod.

Thanks for your hard work!
Xistor 9 May, 2020 @ 2:52am 
I also have ... failed to create token from image ....
Galileji 6 Apr, 2020 @ 3:38am 
Huge thanks to the author!
c_ulrich 31 Mar, 2020 @ 11:59am 
got error with "wonders"
Left.Ball 28 Mar, 2020 @ 10:59pm 
Amazing work, thank you very much!
MarioFanaticXV  [author] 22 Mar, 2020 @ 10:23am 
It's an error on TTS's end, there's nothing I can do about it. Please send a bug report to Berserk Games.

I cannot reproduce the error on my end, all tokens seem to load just fine for me.
Maggiefix 22 Mar, 2020 @ 9:23am 
Any update on the missing culture token. I also experienced issues with wonder tokens. Is it possible you upload you files somewhere as a backup ? Regards
MarioFanaticXV  [author] 12 Feb, 2020 @ 6:16am 
So this bug is randomly popping up again. Not much I can do on my end, unfortunately, it's not happening to me. If you could send bug reports to Berserk Games, I'd appreciate it, but I'm afraid there's nothing I can really do about it.
alxns 12 Feb, 2020 @ 2:22am 
and there is same issue with Culture 5 token.
alxns 12 Feb, 2020 @ 1:31am 
there are other wonders tokens with the same issue. but should be easy fix, just edit all images to have that 1px transparent border
alxns 12 Feb, 2020 @ 1:13am 
so I think there is problem with Colossus and Stounhende tokens. TTS do not like image files. I found this topic - https://steamhost.cn/steamcommunity_com/app/286160/discussions/0/1642038749321682676/ - saying that image must have transparent border of one pixel, so I downloaded the images, resized them to 248x248px; and then expanded back to 250x250px making 1px transparent border, that fixed the issue for me
alxns 11 Feb, 2020 @ 11:29pm 
Hey Mario, got the same error as ExtoZi
I'm on Windows 8.1 too
here is screenshot - https://prnt.sc/r139y0
ExtoZi 11 Feb, 2020 @ 11:28pm 
Win 8.1
MarioFanaticXV  [author] 11 Feb, 2020 @ 8:18pm 
ExtoZi, what OS are you using?
MarioFanaticXV  [author] 11 Feb, 2020 @ 8:09pm 
Odd; I had that problem with a few tokens when making the mod, but got them to behave. I just loaded up the mod and it's not giving me the error when I tried loading it colossus just now- and I did it from the workshop version rather than my personal copy, so I know it's not an issue with forgetting to update the mod. I can't seem to recreate the issue, I'm afraid.
ExtoZi 11 Feb, 2020 @ 7:49pm 
Very well done.
There's a little issue with some wonder tokens, eg. Colossus, (failed to create token from image)
Im i doing something wrong? still new with this app =)
Sideways 4 Oct, 2019 @ 10:04am 
hahahahahha
i just got the game a day ago and this comes out still a good game id recommend
Doshka17 3 Oct, 2019 @ 8:45pm 
Damn fine work, sir.
VegaBiggs 3 Oct, 2019 @ 9:29am 
Nice !
Informal_Geek 29 Sep, 2019 @ 8:44am 
Truly appreciate the effort you put in for this!