Tabletop Simulator cover
Tabletop Simulator screenshot
Linux PC Mac Steam
Genre: Role-playing (RPG), Simulator, Strategy, Indie, Card & Board Game

Tabletop Simulator

Update v10.7 New Permissions, Optimizations, and Xml / Scripting Improvements!

Hey everyone we got another great patch for you guys focused on a broad range of things, but a lot had to do with spring cleaning and keeping everything running great.

We got a couple of great Custom Xml UI examples below to help you started getting your feet wet. They are also very functional and could be useful for your games.



Xml UI Example:

  • Score Tracker https://steamcommunity.com/sharedfiles/filedetails/?id=1415879101
  • Dice Roller https://steamcommunity.com/sharedfiles/filedetails/?id=1393821479


General:

  • Flip now actually flips the dice instead of increasing the number value (rotate right still does this).
  • Optimized away all garbage allocation per frame to improve overall smoothness.
  • Optimized 2D UI rendering to be more performant.
  • Overall lots of code cleanup to improve our workflow in the future.


Xml UI:

  • Visibility attribute now supports admin, host, and team names.
  • Clicking button won't block your hotkeys anymore.
  • Added getXmlTable() setXmlTable().
  • Fixed onValueChanged recursive event loop.
  • Fixed setAttribute() not working if it thought there wasn't a change.
  • Fixed not being able to setXml() with an empty string.
  • Fix support for RichText in Get/SetXmlTable().
  • Fixed zombie Xml UI when opening File Browser.


Scripting:

  • Added Player.getAvailableColors() and Player.getColors().
  • Added SetSnapPoints() and GetSnapPoints().
  • Added JointTo().
  • Lots of scripting improvements to make it easier to convert between Lua Tables and C# types.
  • Fixed Hotseat crash when using scripting input fields.
  • Fixed camera triggering scripting zone.
  • Fixed Turns.getNextColor() returning name instead of color.


Permissions:

  • Added feedback with a onscreen popup warning when trying to do
  • something that is blocked by a permission.
  • Permission save objects / saves to block saving objects to chest.
  • Permission peek to block alt+shift looking at the backside of an object.
  • Permission nudge to disabling all nudging with N.


External API:

  • Atom will now warn you when you try to Save & Play after creating an object in TTS without saving.
  • Lua error reporting improved.
  • Various fixes.


VR:

  • Zoom object: by default bound to pad-down on the left control. Touch it to display the last examined object (with either controller). Click it to lock in this mode; click again to exit. While locked, pad-left and pad-right will scale the object.
  • Fixed rift hotkeys.


New commands:

  • vr_left_hand_pad_down_bindable
  • vr_left_hand_pad_down_zoom
  • vr_left_hand_zoom_scale
  • vr_right_hand_pad_down_bindable
  • vr_right_hand_pad_down_zoom
  • vr_right_hand_zoom_scale

Update v10.6 Custom 3D UI, VR improvements, & Looking For Players!

Hey everyone we got another patch for you guys today focused on improving the new Custom UI by adding the ability to attach them to 3d objects in the game. Also many VR Improvements especially for Oculus. Last and not least a new looking for players indicator on the server browser.



Custom UI



  • Supports 3D UI attached to Objects.
  • Each object can have its own assets (images)
  • UI.getXml() and UI.setXml() added, allows for dynamic UI creation from a string. Expect more ways to dynamically spawn to added in the future.
  • Click sounds added for the UI.
  • Player colors now match TTS colors. For example, "red" is now equivalent to the player color red exactly.
  • Dragging is improved so the element doesn't snap to its rectAlignment when dragged.
  • Fixed changing active attribute from scripts the visibility attribute would sometimes not work correctly.
  • Added position attribute and fixed rotation to work like you would expect.
  • Scale of onscreen UI based on resolution height instead of width.
  • Custom UI hides correctly whenever there is a popup dialog.
  • Scripting editor now has two modes Lua and UI that let you edit their respective scripts per Object or Global.


VR Improvements



  • Fixed grabbing objects messing with rotation.
  • Selection box will use laser position if laser is on.
  • Fixed selection box placement bug.
  • Added icon showing current tool mode.

    Fixed Rift controls:
  • Gem now defaults to angled and is better positioned
  • Trigger activates laser and UI objects
  • Stick controls activate properly (teleport works on click, rotation will repeat on hold)
  • Stick UI becomes visible when stick touched.

    New console commands:
  • vr_card_in_hand
  • vr_laser_beam_opacity
  • vr_laser_beam_visible
  • vr_mode_icon_colored
  • vr_thumbstick_icons_constant
  • vr_thumbstick_repeat_duration
  • vr_trigger_activates_laser
  • vr_trigger_activates_ui


Looking For Players



  • New looking for players indicator on the server browser. This will be default on for all servers.
  • This can be changed in game by going Options -> Server.
  • Can also be set from scripting with setLookingForPlayers(bool).


General



  • Updated to Unity 5.6.6.
  • Fixed thumbnail preview image causing image to being lower resolution than it should in the world.

Updated v10.5 Custom UI, New VR Controls, & New API Docs!

This patch includes creating Custom UIs using Xml giving you the power of Unity's UI system with an easy to use format.

We also have a brand new API documentation that is much more feature complete with examples and better looks. Can be found here: https://api.tabletopsimulator.com/

Read about the new VR Controls at the bottom of the patch notes!



Custom UI


  • Custom UI added using Xml.
  • Gives the power of Unity's UI system.
  • Docs can be found here: https://api.tabletopsimulator.com/ui/introUI/


Scripting


  • object.randomize (or shuffle/etc) now returns 'true' if shuffle occurred. For example, a deck currently being searched by a player will not shuffle, so 'false' is returned.
  • Added search events: onObjectSearchStart, onObjectSearchEnd, onSearchStart, onSearchEnd
  • Button callbacks now have a third parameter which will be set to true if the button was right-clicked or long-pressed.
  • createButton now lets you specify 'hover_color' and 'press_color'
  • Added getJSON() to Object and spawnObjectJSON() this is the same format as Objects are saved in the save files.
  • Turns class added to let you controls the turns menu from scripting.
  • Event onPlayerTurn(player) added.


Voice Chat


  • Team icon is now working.
  • Updated to latest version of voice chat.
  • Fixed more bugs with Voice Chat.


Fixes


  • Fixed items appearing faded in Search window.
  • Fixed Search window not working in VR.
  • Fixes to cosmic encounter.


VR Controls Update


The goal is to provide a more intuitive VR experience; closer to how you would play a board game IRL. This is still in development, feel free to leave us your feedback about how it feels! To enable the old control scheme type +vr_controls_original into the system console.

Note


Various commands in the system console govern vr behaviour: type help vr to see them. For example, turning 'vr_sticky_grab' on will mean you do not have to hold the trigger to maintain grip on an object; instead you press to grab, then press again to release. If you want these commands to persist then add them to your autoexec (type 'edit autoexec' and enter them there).

You can quickly switch between old and new controls if you do something like 'bind right_control !vr_controls_original' (...you can then hit right control to toggle)

Changes


Laser pointer now turns on and off as the player touches the touch pad, and is oriented like a pointer rather than a gun (it now matches the default steam keyboard laser).

Selection box now drawn from controller position instead of laser position.

Controls


Touchpad when not holding an object:

Center = click (buttons, UI, etc.)
Up = teleport
Left & Right = Mapped tool. Hold left or right to bind current tool to that button.
Touchpad when holding an object:

Center = flip
Left & Right = Rotate
Grip buttons now let you move (holding one controller) or rotate/scale (holding both). Holding any grip button will display control layout.

Holding menu button will reset your position.

Trigger now used exclusively to interact with 3D world

Advanced


The touchpad controls when not holding an object are set using the console bind command, and can be overwritten, so you can bind any command you want to the touchpad if you wish (left, right, and up if you disable teleport; down and center are reserved). For example: 'bind vr_right_pad_left !vr_laser_constant' will toggle the laser on and off when you hit left on the right controller's touchpad. You can use -, +, and ! bind prefixes to bind to press, release, and long press respectively. Use 'vr_unbind_all' before binding your own to remove the default bindings.

Example autoexec
-vr_controls_original
vr_unbind_all
bind +vr_right_pad_left tool_grab
bind -vr_right_pad_left tool_revert
bind +vr_right_pad_right tool_paint
bind -vr_right_pad_right tool_revert
This will mean for the right controller, as long as you hold the left pad you will be in grab mode, and as long as you hold the right pad you will be in paint mode.

Update v10.4 Tablet Upgrade, Increase Max Players, Cosmic Encounter Upgraded + Free Expansion Eons!

This patch includes some good upgrades to the tablet and the ability to increase player counts beyond the current 10 using the console!

The other great new is that we have revamped and upgrade Cosmic Encounter with great new graphics and effects. We didn’t stop there either! We are bundling the expansion Cosmic Eons for free with the base DLC!

We are getting this patch out before GDC expect some good stuff soon in the following patch. If you are going to be at GDC this year let us know.




DLC Cosmic Encounter Upgrade



  • Free expansion Eon now included with the base game!
  • Custom thematic table and environment ( + animations and particle systems).
  • Full revamp of all game components to match the theme.
    Scripting additions:
    - Highlighting planets using the hyperspace gate
    - Tracking amounts of player ships
    - Scripted rulebooks
    - Scripted Alliance Dials


http://store.steampowered.com/app/405130/Tabletop_Simulator__Cosmic_Encounter_Connector/


Tablet Upgrade



  • Updated version of Chromium browser.
  • Mac should be working correctly.
  • More stable and less rendering issues.
  • No linux support just yet.



Console Commands



  • Added host_max_players to change the max number of players that can connect to the server. This can increase the player count above the current 10 limit.
  • Added host_name to change the name of the server.
  • Added host_password to change the password of the server.



VR



  • Laser now oriented like a remote. Let us know if you like this new position.
  • Removed the vive wand head for more visibility.
  • Expect more VR improvements in the next patch.



Improvements



  • Mousing over an object in your onscreen hand will now lift it above the rest.
  • Joining a steam friend with the game closed with load up the game and join them.
  • Scripting added events onPlayerConnect(Player) and onPlayerDisconnect(Player).



Fixes



  • Fixed duplication bug with deck / bags with alt right click when searching.
  • Fixed bug with password mismatch even though they should match.
  • Fixed certain text label being messed up.

Update v10.3 New DLC - Pillars of Eternity: LotER, Discord Integration & Lots of Improvements

This is our first update in 2018 and while this patch may not seem too exciting, it’s because we spent a lot time cleaning up underlining code to facilitate better updates for the future. We hope you do like any of the changes and updates that have been added thus far.

Our next DLC, Pillars of Eternity: Lords of the Eastern Reach, is a 1-4 player card game based on Obsidian Entertainment's best-selling Pillars of Eternity computer role-playing game.

And a big thing we’ve added to TTS is Discord integration, so you can see what game your friends are playing, what they are hosting and the number of seats available, and much more. Hope you enjoy!



DLC - Pillars of Eternity: Lords of the Eastern Reach


    http://store.steampowered.com/app/610695/Tabletop_Simulator__Pillars_of_Eternity_Lords_of_the_Eastern_Reach
  • Now available for $7.99 with a 20% launch discount.
  • 1-4 Players | Ages 13 & Up .
  • Approximately 60-120 minutes.
  • Only the host needs to own the DLC for everyone to play.




Discord Integration


  • You can now click on a user in Discord and see what game they are playing within TTS.
  • You can see when players are hosting a game, the number of seats available and their color.
  • You can also see how long that particular session has been going as well as if they are in singleplayer or multiplayer.



DLC Battle For Souls Update


  • Fixed bouncing rulebook when changing states.
  • Added info to the Notebook.
  • Made background objects non-interactable.


Scripting Improvements


  • Added custom deck setCustomObject() and getCustomObject() support.
  • Fixed takeObject() collision issue with concave colliders.
  • Fixed sync input fields on late joining people.
  • Fixed null reference with Player.getSelectedObjects().

  • getCustomObject() will return a list of these keys because it could be multiple decks combined:
  • string face, bool unique_back, string back, int width, int height, int number, bool sideways, bool back_is_hidden




Chat Improvements


  • Added a ‘System’ tab console (icon is a tilde ~).
  • This gives better user experience with errors and reports for players.
  • Color of chat window will be different to differentiate between this tab and the others.


Hotkey Improvements


  • Added hotkeys to toggle UI elements on and off:
    ctrl-f1: Tools
    ctrl-f2: Top Menu
    ctrl-f3: Players
    ctrl-f4: Notepad
    ctrl-f5: Chat


Improvements


  • You can now modify custom decks with by reopening the custom menu.
  • Enter key now works in password dialog.
  • Duplicate errors logged to any chat tab now collate, rather than spamming the chat box.


Fixes


  • Fixed issue with Text editor text invisible when it has too many characters.
  • Fixed bug with 3d pointer sometimes not showing up onscreen hands.
  • Fixed DLC custom assetbundle textures not getting converted correctly by making the secondary bundle load first.
  • Fix chat settings and host server UI overlap.
  • Fixed chat yellow indicator disappearing for all tabs when changing tabs.
  • Fixed global chat history being lost when exiting to main menu.


Stay up to date on development by following us on Twitter and Facebook!

[ENDED] Tabletop Simulator 50% off and DLCs On Sale!



Steam's Winter Sale is here and Tabletop Simulator is 50% off!
You can get both the individual and the 4-pack at this discounted price.

http://store.steampowered.com/app/286160/

Additionally, all our DLCs are on sale for 20-60% off!

Here's wishing everyone a very Merry Christmas and Happy New Year!

Sale ends January 4th at 10am PST.

Update v10.2 New DLC - Tiny Epic Quest & Scripting Improvements!



It’s hard to believe how fast this year zoomed by and we want to wish everyone a very Merry Christmas and Happy New Year. Holidays are a special time to be with loved ones and friends and we are happy to have you all as part of our community.

It’s been awhile since we’ve had a new DLC, so this time around we have Tiny Epic Quest by Gamelyn Games! This one is exciting, because it includes the ITEMeeples where you can attach and detach weapons. We hope you like our rendition of the game!

If you haven’t seen it yet, our latest tutorial video is now available. This tutorial goes over how to create a custom game from start to finish. Check it out and let us know what you think. We hope it helps you get started on creating your own custom games!

https://youtu.be/_xbED5HDSYU

DLC - Tiny Epic Quest


    http://store.steampowered.com/app/610698/Tabletop_Simulator__Tiny_Epic_Quest
  • Tiny Epic Quest now available for $6.99 with a 20% discount.
  • Includes ITEMeeples where you can easily attach the weapons to the meeples.
  • Scripted elements for your convenience and enjoyment.
  • Choose your color and press the game modes you want and start game.
  • Read the Notebook for additional info.




Scripting Improvements


    External Editor:
  • ASCII to UTF8, atom will work with all languages now.
  • Save file path added sent to external editor.
  • Added sendExternalMessage(Table) and event onExternalMessage(Table).
  • Added remote script execution from external editor.

    Scripting:
  • Added Playercolor.getHoverObject()
  • Added static WebRequest class
  • Global script now has self, which is just the same thing as Global.
  • takeObject() now default smooth moves objects unless you supply smooth = false
  • Added sound property to spawnObject() to disable spawn sound.

    Global Class WebRequest:
  • Get(string url, Object owner, string function)
  • Post(string url, Table form, Object owner, string function)
  • Put(string url, string data, Object owner, string function)

  • Callback function has property with keys string url, bool is_done, float download_progress, float upload_progress, bool is_error, string error, string text.


Improvements


  • Spawn dropdown added to spawn an object in its exact saved spot.
  • This is great when trying to spawn a compound object.
  • Fixed issue with one of the colliders in the Indonesia DLC.


Fixes


  • Fixed custom assetbundles not loading in cloud manager.
  • Fixed issue with custom objects starting with 2 dummy objects.


Stay up to date on development by following us on Twitter and Facebook!

Update v10.1 VR is now working!

This tiny update was mainly to get VR and Touch working again after the slight downtime with v10.0. Thanks for your patience!

General Improvements


  • VR is now working.
  • Touch is now working.
  • Doubled the max size of the packets so you can search and save larger things.
  • Improved sorting for server browser.
  • Servers that have a friend in it now have green text.
  • Added an invite icon on the top right, so you can easily invite your friends once all the slots are full, then it disappears.
  • Ping is more accurate and less jumpy.
  • Fixed issue with 50 value poker chip not showing properly for clients.


[ENDED] Tabletop Simulator and All DLCs On Sale!



Steam's Autumn Sale is here and with that, Tabletop Simulator is 50% off!
You can get both the individual and the 4-pack at this discounted price.

http://store.steampowered.com/app/286160/

Additionally, all our DLCs are on sale for 30-50% off!

Here's wishing everyone a very Happy Thanksgiving, no matter where you live!

Sale ends November 28th at 10am PST.

Update v10.0 New Networking, Updated Main Menu, Viticulture DLC expansions!

Hey everyone, v10.0 will be our largest patch ever added to the game! This update’s focus was on completely rewriting and optimizing the netcode on Tabletop Simulator to help solve a lot of the connection issues. If you helped us test on the beta, thank you very much for your input as we needed all the extra testing we could get to ensure things were cleaned up smoothly. This is a major update, so if you encounter any issues, please let us know on our forums with as much detail as possible before we head into the holidays.

We also have a free update to Viticulture by Stonemaier Games, which adds in the expansions Tuscany and Moor Visitors!

And finally, we have made a few UI improvements which we hope you like. The main menu has changed for simplicity and to match the rest of the UI, and the host options menu has been split into Game, Server and Permissions. We’ve added some additional features to these menus as well.

VR and Touch is currently not working in this update, but we plan on adding it back in very shortly.

Please be sure to post your feedback and suggestions on our forums.

Networking Overhaul


  • Networking has moved over to Steam.
  • Reduced overall networking traffic.
  • Alleviates host desync issues.
  • Reduces stutters and FPS loss when hosting.
  • Optimized cpu usage for networking.
  • Better game security against hackers.
  • People that had problems with server browser before should now work for everyone.


DLC - Viticulture Expansions: Tuscany & Moor Visitors


  • The Tuscany & Moor Visitors expansions to Viticulture has been added as a free update!
  • You can now have even more fun with these two anticipated expansions.
  • Minor update to the DLC itself and additional tables.
  • Scripting has been added for your convenience.


UI Improvements


  • Updated the main menu to match the rest of the UI and simplicity.
  • The Join button takes you directly to the server browser.
  • The Create button gives you the option for Singleplayer, Multiplayer and Hotseat.
  • The Host Options has been separated into the Game, Server and Permissions menus.
  • The Game menu let’s you change the game and gravity for that session.
  • The Server menu let’s you change the name of the server, password and max players in real time.
  • The Permissions menu leaves us options to add in more permissions.
    Separated the Tablet from Digital to be its own permission.
  • The Physics option has been moved to the Configuration menu as it is global.
  • The Server browser no longer has tabs. Use the friend check box to find servers with just your friends.


DLC - The Great Dinosaur Rush Improvements


  • Locked down the green bone tray and the token bag.
  • Fixed issue where some pieces are locked in place when starting the game.


Improvements


  • Updated to Unity 5.6.4 which fixes some bugs.
  • Updated the voice chat to fix some extra bugs.


Fixes


  • Fixed issue with spamming click while initial loading breaks it.
  • Fixed issue with scripting objects teleporting not syncing correctly.
  • Fixed issue with Go bowl’s pieces not going in.
  • Fixed issue with Linux typing random characters.
  • Fixed issue with Linux fullscreen not working.


Stay up to date on development by following us on Twitter and Facebook!