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
I'll make sure to post here if I can fix any of the problems I run into. I am very new to lua scripting
To get the background loading on it, you need to spawn a custom token, apply the image you want to it. But the important thing for it is that you need to name that token SBx_blank
Where blank is whatever you want the name to be- but it is case and symbol sensitive, so it needs to open SBx_
Also, if the image you choose has the wrong resolution, it'll break out of the boundaries of the table, so be careful with sizing- if you want a reference, opening the source image of the background given, copy pasting into paint should give you a rough pixel size to aim for.
@Archetipe, you need to unlock the player areas. Then, when you right-click on the player-area boards click on "Custom". Set the image to whatever you want (any url or upload your own). Just a disclaimer, it will likely mess with the dimensions of the board.
@Aquatica, you need to be more specific because there are images everywhere. Which image? To link tokens you put the GUID into the description of the tracker then click the green button in the top right.
@SabreCat, https://youtu.be/uTOMre8RX-8 Skytools video
- Skytools modified to work with the table.
- Flickering issue solved
- Recoded the tokens, shouldn't have issues clicking buttons anymore.
- You cannot change a player's color and the hand color in front of them with scripting so I made a workaround. There is a button on the corner of the table to unlock the player areas. You can right-click and change the tint, then use the zone tool to change their hand color and change all the other colors of the pieces in their area.
I had some of the same issues with buttons not selecting the option you want affecting connected players, not the host). I know a workaround I had to use for the sheets that I will apply to the tokens.
I have also had issues with SkyTools with any table that is not standard and I've been unable to find a workaround in the past. I can take another look now that my coding skills are slightly improved and I'll post an update if I can figure it out. If I can modify it to work with the table I'll include the modified tool.
Sorry about the clipping, it worked fine as the host but it seems that connected players get flashing with the sheets because I only had them offset by 0.005. I had the same problem with my players and I bumped everything up to the nearest hundredth on the 'z' axis to get it working. I will increase that on the table to fix the issue.
TlDr: great table with handy tools but with some workable issues