TUXDB - LINUX GAMING AGGREGATE
by NuSuey
NEWSFEED
▪️ GAMES
▪️ STEAM DECK ▪️ DEALS ▪️ CROWDFUNDING ▪️ COMMUNITY
tuxdb.com logo
Support tuxDB on Patreon
Currently supported by 9 awesome people!

🌟 Special thanks to our amazing supporters:


✨ $10 Tier: [Geeks Love Detail]
🌈 $5 Tier: [Arch Toasty][Benedikt][David Martínez Martí]

Steam ImageSteam ImageSteam ImageSteam ImageSteam ImageSteam Image
Update v13.0 - Translations, Engine Upgrade, Layout Zones, Object Tags & More!

Hey everyone it's been a while, but we have a huge patch for you guys today!


The headline feature is Tabletop Simulator now supports translations for all 29 languages supported by Steam. The game has been translated with the help of google translate but we also added support for creating your own translations and sharing them on the Workshop. Using google translate is an exciting jumping off point for a more global user friendly experience, however, recognizing google translates limitations we are also excited to see what native speakers in the community can come up with for the most authentic multilingual game play experience. Furthermore, the translation support is extended to all of your great mods out there. Now players can participate in the same game with different localized text or assets based on their selected language. We've also upgraded the game's engine (everything should run smoother), added layout zones (automatically lay out cards easily), and added object tags (easily filter system interactions). We have a bunch of other great new features, upgrades, and fixes you can read about all below. Finally we are launching a new method for collecting user feedback and bug reports found at https://tabletopsimulator.nolt.io/. This will allow us to better connect with the community for a more fluid and streamlined feedback loop, including increased visibility into our process. The new system allows you to easily make suggestions and upvote and downvote other community member ideas in a similar style to reddit. Additionally, the community will now be able to see our progress on implementing suggestions, fixes, and new features through the roadmap tool.

Updates, Optimizations, and Cleanup


  • Updated Unity version to 2019.4 LTS.
  • Enable graphics jobs, free performance by multi-threading the rendering (benchmarked up to 25% increase in fps).
  • PhysX version upgrade gives better accuracy and performance in a variety of cases.
  • Video player is now using hardware decoding on the gpu making video textures more performant.
  • Updated tablet chromium version which now supports mp3.
  • Updated Dissonance voice chat plugin.
  • Voice chat is now working on Linux again.
  • Updated Lua Moonsharp to 2.0.
  • Lots of code refractoring and cleanup to facilitate faster updates in the future.
  • Reduced ram usage, by lower the number of variants for our custom DXT5nm Standard shader.
  • Optimized a lot of physics code to use non gc allocing functions.
  • Greatly sped up updating Workshop mods on initial load.
  • Optimized the netcode to be more performant on the cpu.

Translation



  • Added translations for most common languages using google translate. Access Language menu via the button in the bottom right of the main menu, or in the menu bar of the Configuration window.
  • Added the ability to create your own translations for the default UI and share them on the Workshop.
  • Added localization support for your text fields. This allows you to translate your mods for different languages. Example: {en}Hello {fr}Bonjour {de}Hallo
This also works in url fields if you need to change assets based on the language. Example: {en}url1 {fr}url2 Supported languages: [en]English, [zh-cn]Chinese (Simplified), [ru]Russian, [es]Spanish, [pt-br]Portuguese (Brazil), [de]German, [fr]French, [ko]Korean, [pl]Polish, [tr]Turkish, [ja]Japanese, [zh-tw]Chinese (Traditional), [th]Thai, [it]Italian, [pt]Portuguese, [cs]Czech, [hu]Hungarian, [sv]Swedish,
Dutch, [es-419]Spanish (Latin America), [da]Danish, [fi]Finnish, [nb]Norwegian, [ro]Romanian, [uk]Ukrainian, [el]Greek, [vi]Vietnamese, [bg]Bulgarian, [arb] Arabic

Object Tags



New mechanics which allows objects to selectively interact with game systems. If a system (e.g. a hidden zone, a hand zone, etc.) has a tag set, then only objects which share a tag with it will interact with it. Taggable systems:
  • Hidden zones
  • Randomize zones
  • Hand zones
  • Layout zones
  • Fog-of-War zones
  • Scripting zones
  • Snap points
Set what tags a object or system has by right-clicking it and selecting Tags from the menu. You may access all tags present at the table via the Modding->Tags window. Added Snap-Point Creation Tags window: new snap points will automatically gain whatever tags you set here.

Zones


Hand, Hidden, and Random zones should perform much faster and no longer slow down the game. Zones now work correctly when there are multiple colliders attached to the same Object. (TODO: LayoutZone and FogOfWarZone) Zones now all have a right-click context menu. Left-click will open the zone-specific menu that used to be on right-click.

Layout Zones



New Zone tool (in the zone tool popout) which allows you to automatically lay out objects (primarily cards) across the table. Deploy like any other zone, then left-click and hit the cog to change its settings. Especially useful for card games in which you lay melds on the table (like Gin) or which have trick-taking (Whist, Bridge, etc.), but can also be used to simply arrange a bunch of objects in a grid without locking them to it. Features include:
  • Filter affected objects (face-up/down, non-cards, etc)
  • Split/Combine decks.
  • Set to Manual Only for one-off arranging.
  • Automatic sorting of objects inside groups based on Name, Description, etc.
Layout Zones can triggered by using the Layout Zone tool and left-clicking the zone then hitting the big Layout button, or by right-clicking a object inside a zone it interacts with and selecting the Layout option in its context menu. Mouse pointer shows icon indicating when you are holding an object inside a layout zone: will also show the zone's name if it has one.

Hotseat


  • Improved turn transitions.
  • Added ability to set player names.
  • End Turn button now shows current player instead.
  • Added some Misc Settings, detailed below.
  • Fixed object visibility.
  • Fixed a bunch of bugs in the Lua API relating to Hotseat mode.

General


  • Added "Order" option to contextual menu for bags (LIFO, FIFO, and Random).
  • Spawn mode now works off objects in the void.
  • Picking up objects that are teleported from out bounds now snap to the mouse nicer.
  • When cloning/spawning objects you may hold the left mouse button down and move the mouse to spawn multiple objects.
  • Buttons will now only appear on Books (i.e. PDF objects) when you hover the mouse over them. This can be disabled in Misc Settings.
  • Decks now have a Spread action in the right-click menu; spreads the cards out across the table. Distance between cards is set in Misc Settings.
  • NGUI now shows up on objects in the onscreen hand view and optimized it when alt zooming. (XML UI still doesn't work)
  • Added description to the tooltip when searching a container.
  • Workshop loading wheel above chat is always spinning now when updating.

Lua:


  • HandZones are now Objects like everything else.
  • Added Lua Hands.getHands() and get/setValue() string Color for Hands Objects.
  • Added Lua WebRequest.custom(string url, string method, bool download, string data, Dictionary headers, Closure callbackFunction)
  • Lua getAllObjects() is now instantly updated to add or remove when an object is spawned or destroyed.
  • Added Hands class to Lua with members (bool enable, bool disable_unused, int hiding) sames as the hands menu.
  • Deck no longer populates cards with its script and script state.
  • Added tryRandomize(player_color) and tryObjectRandomize(object, player_color) for when someone tries to shuffle/roll/randomize an object. Returning false will prevent randomization.
  • Added onBlindfold(player, blindfolded) event, triggered when a player puts on or takes off blindfold.
  • Added object.alt_view_angle property: when non-zero the Alt view will use the specified Euler angle to look at the object.
  • Added object.getPositionSmooth() and object.getRotationSmooth() return the current smooth move target and null if not moving.
  • Added object.isDestroyed() returns true if an object is (or will be) destroyed.
  • Deprecated object.tag property: use object.type instead.
  • Deprecated filter... commands: now use prefix try.... e.g. tryObjectEnter.
  • Added object.memo, a string you can store info in on an object.
  • Stopped the ability to spawn Tables using spawnObject.
Added Lua Global classes Tables and Backgrounds. Tables:
  • string getTable()
  • bool setTable(string name)
  • string getCustomURL()
  • bool setCustomURL(string url)
  • Object getTableObject()
  • Backgrounds:
  • string getBackground()
  • bool setBackground(string name)
  • string getCustomURL()
  • bool setCustomURL(string url)
Added Info global static class exposing Info menu.
  • string name
  • string type
  • string complexity
  • int[] playing_time
  • int[] number_of_players
  • List tags
Added calls for working with Tags:
  • object.getTags() -> Table gets the Tags attached to an object.
  • object.setTags(Table tags) sets the Tags attached to an object.
  • object.addTag(string label) adds the Tag to the object.
  • object.removeTag(string label) removes the Tag from the object.
  • object.hasTag(string label) -> bool checks if the object has the Tag.
  • object.hasAnyTag() -> bool checks if the object has any Tags.
  • object.hasMatchingTag(other) -> bool checks if the other object has a matching Tag with this object.
  • scripting_zone.getObjects() will utilize Tags attached to the zone, unless you override with scripting_zone.getObjects(true)
  • deck.spread(distance) uses the spread action on the deck.
  • getObjectsWithTag(string tag)
  • getObjectsWithAnyTags({tag, tag...})
  • getObjectsWithAllTags({tag, tag...})

Fixes:


  • Fixed network sync bug with Xml UI by adding null check to Xml setAttribute(s) and setValue.
  • Fixed object.getSnapPoints() throwing when having no snap points.
  • Fixed loading_custom to work with custom decks and cards.
  • Fixed object.clone() sound parameter not working.
  • Fixed MusicPlayer.playlistIndex to MusicPlayer.playlist_index (old way still works).
  • Fixed Grid calls not working over network.
  • Fixed Grid.snapping not working.
  • Fixed showHotkeyConfig working over network. Added color parameter; dialog will be shown to that player.
  • Fixed onObjectRandomize and onRandomize not returning correct player colour.
  • Fixed Physics.cast not returning list in correct order.
  • Fixed Group action ignoring tryObjectEnter and tryObjectEnterContainer.

System Console


  • Added commands for options detailed in Misc Settings above.
  • Added language, language_... commands for selecting current language.
  • Added translation_export, translation_import, translation_for... commands for working on translations.
  • Added translate command to translate an English term into the current language (if TTS knows it).
  • Added hotseat_name_..., hotseat_start_turn, and hotseat_end_turn commands.
  • Added pointer_position command.
  • Added lift_height and rotation_degrees commands.
  • Added action_spread and action_layout commands.
  • Added ui_clear command to clear UI generated by other commands (e.g. ui_button)

Fixes


  • Fixed major bug when saving stuff to cache not overwriting but writing on top of and maybe deleting garbage at the end.
  • Fixed url redirect issue when trying to load assets from the web with expired certs error. (Curl error 51: Cert verify failed: UNITYTLS_X509VERIFY_FLAG_EXPIRED)
  • Fixed chat breaking and being uninteractable.
  • Fixed bug when uploading steam cloud image thumbnail for Workshop by only allowing local files.
  • Fixed being unable to click through magnify ui to pick up objects.
  • Fixed issues with states number 95 being 96.
  • Fixed rotation values not syncing on connecting client.
  • Fixed null reference when downloading old workshop files that had null width and height deck info.
  • Fixed issue when downloading a bunch of mods with the games menu open causing an insane number of threads to spawn and blow up the game.
  • Fixed bug with FogOfWarZone and child colliders not working correctly.
  • Fixed objects with Measure Movement working on clients.
  • Fixed measuring tool logging revealing hidden object info.
  • Fixed Lift Height slider not hiding when you click away from it.
  • Fixed Pan key not working while holding a object (as long as it is not on the same binding as Flip)
  • Fixed Camera Hold Rotate key not working while holding a object (as long as it is not on the same binding as Tap)

Hotfix v13.0.1


  • Fixed not being able to put objects back into infinite bags.
  • Fixed card peek not working correctly.
  • Fixed cards not flipping correctly in Hand Zones.
  • Fixed {verifycache} not working on URLs.
  • Fixed scripting zones getObjects() not working on interactable == false.
  • Fixed VR highlighting displaying incorrectly.


[ 2021-01-29 21:32:15 CET ] [ Original post ]

Tabletop Simulator
Berserk Games Developer
Berserk Games Publisher
2015-06-05 Release
Game News Posts: 110
🎹🖱️Keyboard + Mouse
🎮 Full Controller Support
Overwhelmingly Positive (40214 reviews)
The Game includes VR Support
Oculus: 1
SteamVR: 1
Room width requirement: 2
Room depth requirement: 1.5
Standing: 1
Seated: 1
Public Linux Depots:
  • Tabletop Simulator Linux [3.6 G]
Available DLCs:
  • Tabletop Simulator - Superfight
  • Tabletop Simulator - Cosmic Encounter Connector
  • Tabletop Simulator - Euphoria
  • Tabletop Simulator - Mistfall
  • Tabletop Simulator - Darkest Night
  • Tabletop Simulator - Tiny Epic Galaxies
  • Tabletop Simulator - Battle For Souls
  • Tabletop Simulator - Scythe
  • Tabletop Simulator - RARRR!!
  • Tabletop Simulator - Tiny Epic Kingdoms
  • Tabletop Simulator - In the Name of Odin
  • Tabletop Simulator - Indonesia
  • Tabletop Simulator - Scuttle!
  • Tabletop Simulator - Warfighter
  • Tabletop Simulator - Spirits of the Rice Paddy
  • Tabletop Simulator - The Captain Is Dead
  • Tabletop Simulator - Zombicide
  • Tabletop Simulator - Mr. Game!
  • Tabletop Simulator - Simurgh
  • Tabletop Simulator - Wizard's Academy
  • Tabletop Simulator - Three Cheers For Master
  • Tabletop Simulator - Viticulture
  • Tabletop Simulator - Tiny Epic Defenders
  • Tabletop Simulator - Darkrock Ventures
  • Tabletop Simulator - Tiny Epic Western
  • Tabletop Simulator - Xia: Legends of a Drift System
  • Tabletop Simulator - Abraca...What?
  • Tabletop Simulator - Khronos Hunter
  • Tabletop Simulator - Cavern Tavern
  • Tabletop Simulator - Three Kingdoms Redux
  • Tabletop Simulator - The Red Dragon Inn: Battle For Greyport
  • Tabletop Simulator - The Great Dinosaur Rush
  • Tabletop Simulator - Pillars of Eternity: Lords of the Eastern Reach
  • Tabletop Simulator - Draco Magi
  • Tabletop Simulator - Tortuga 1667
  • Tabletop Simulator - Tiny Epic Quest
  • Tabletop Simulator - Deck Quest
  • Tabletop Simulator - Blood Rage
  • Tabletop Simulator - Boss Monster
  • Tabletop Simulator - Unearth
  • Tabletop Simulator - Wingspan
  • Tabletop Simulator - Dungeon Drop
  • Tabletop Simulator - Dawn of the Zeds
  • Tabletop Simulator - Down in Flames: Locked-On
  • Tabletop Simulator - Mistborn: House War
  • Tabletop Simulator - One Night Ultimate Werewolf
  • Tabletop Simulator - Bristol 1350
Create your own original games, import custom assets, automate games with scripting, set up complete RPG dungeons, manipulate the physics, create hinges & joints, and of course flip the table when you are losing the game. All with an easy to use system integrated with Steam Workshop. You can do anything you want in Tabletop Simulator. The possibilities are endless!

Endless Games


Tabletop Simulator has it all. The base game includes 15 classics like Chess, Poker, Jigsaw Puzzles, Dominoes, and Mahjong. Additionally, there are thousands of community created content on the Workshop. If you’re the tabletop gaming type, we include an RPG Kit which has tilesets & furniture, as well as animated figurines that you can set up and battle with your friends, with even more options in the Chest. There’s even an option for Game Masters so they can control the table!

Create Games


If you’re into creativity and prototyping, you can easily create your own games by importing images onto custom boards & tables, create custom decks, import 3D models, create scripts, and much more. You can choose to upload your creations on the Steam Workshop or share them privately with your friends.

Fun For All Ages


Everyone can play Tabletop Simulator! Play a classic board game with grandma, have poker night with the guys, or start your epic RPG adventure with your crew. Play almost any tabletop game you can think of! Being a multiplayer-focused game, up to 10 players can play at any given time.

DLCs


Our downloadable content (DLCs) are different from other games, as we partner with developers and publishers to bring their games into Tabletop Simulator. Each DLC is custom created with high quality assets and special themes that match their games. And best of all, only the host needs to own the DLC for everyone at the table to play.



Key Features:

  • Online sandbox with unlimited games to play how you want.
  • Multiplayer physics with objects that collide and interact just how you would expect.
  • Create your own mods easily with full Steam Workshop support and 3D model importing.
  • Take games to the next level with Lua scripting support.
  • Play just like you do in real life; pick up, rotate, shake, and throw any object.
  • Up to 10 people can play together on the same table.
  • Team system with voice and text chat.
  • Save & load individual objects and complete games.
  • Hotseat allows you to play locally on the same computer with your friends.
  • Browse the internet, listen to music, and watch videos in multiplayer, in-game on a tablet.
  • Perfect for RPGs - build your very own roleplaying dungeons with our modular tileset, RPG Kit, Multiple States and Tablet (useful for character sheets).
  • Great admin tools to enable or disable player permissions and to eliminate griefing in public games.
  • 360° panoramic backgrounds that change the lighting and atmosphere.
  • Included games: Backgammon, Cards, Chess, Checkers, Chinese Checkers, Custom Board, Dice, Dominoes, Go, Jigsaw Puzzles, Mahjong, Pachisi, Piecepack, Poker, Reversi, RPG Kit, Sandbox, Solitaire, and Tablet.

MINIMAL SETUP
  • OS: Ubuntu 16.04+
  • Processor: SSE2 instruction set support.Memory: 4 GB RAM
  • Memory: 4 GB RAM
  • Graphics: Graphics card with shader model 4.0 capabilities.Network: Broadband Internet connection
  • Storage: 3 GB available space
GAMEBILLET

[ 6089 ]

4.95$ (17%)
21.99$ (12%)
1.65$ (79%)
0.79$ (92%)
13.02$ (13%)
0.30$ (90%)
15.99$ (20%)
13.59$ (20%)
4.12$ (17%)
5.00$ (75%)
10.67$ (47%)
12.42$ (17%)
9.76$ (51%)
16.57$ (17%)
11.89$ (66%)
8.17$ (18%)
21.24$ (15%)
2.83$ (81%)
5.10$ (66%)
6.50$ (50%)
26.09$ (13%)
4.24$ (15%)
8.79$ (12%)
12.42$ (17%)
8.59$ (14%)
7.68$ (69%)
13.12$ (74%)
6.25$ (72%)
4.34$ (13%)
4.12$ (17%)
GAMERSGATE

[ 3241 ]

37.49$ (25%)
0.64$ (87%)
4.5$ (75%)
25.0$ (50%)
2.53$ (86%)
5.0$ (75%)
6.4$ (60%)
3.0$ (90%)
11.99$ (20%)
0.68$ (83%)
6.69$ (33%)
0.88$ (82%)
0.88$ (82%)
3.8$ (81%)
0.85$ (83%)
15.99$ (20%)
1.0$ (80%)
17.49$ (30%)
7.04$ (65%)
3.6$ (80%)
9.0$ (85%)
3.39$ (32%)
7.5$ (70%)
0.87$ (91%)
36.0$ (55%)
8.84$ (66%)
5.4$ (82%)
4.0$ (80%)
5.0$ (80%)
5.31$ (79%)

FANATICAL BUNDLES

Time left:

7 days, 11 hours, 36 minutes


Time left:

13 days, 11 hours, 36 minutes


Time left:

10 days, 11 hours, 36 minutes


Time left:

10 days, 11 hours, 36 minutes


Time left:

10 days, 11 hours, 36 minutes


Time left:

10 days, 11 hours, 36 minutes


Time left:

10 days, 11 hours, 36 minutes


Time left:

10 days, 11 hours, 36 minutes


Time left:

10 days, 11 hours, 36 minutes


Time left:

10 days, 11 hours, 36 minutes


Time left:

10 days, 11 hours, 36 minutes


Time left:

10 days, 11 hours, 36 minutes


Time left:

10 days, 11 hours, 36 minutes


Time left:

10 days, 11 hours, 36 minutes


Time left:

10 days, 11 hours, 36 minutes


Time left:

35 days, 11 hours, 36 minutes


Time left:

15 days, 11 hours, 36 minutes


Time left:

7 days, 11 hours, 36 minutes


Time left:

42 days, 11 hours, 36 minutes


Time left:

31 days, 11 hours, 36 minutes


Time left:

28 days, 11 hours, 36 minutes


Time left:

36 days, 11 hours, 36 minutes


Time left:

38 days, 11 hours, 36 minutes


HUMBLE BUNDLES

Time left:

2 days, 5 hours, 36 minutes


Time left:

16 days, 5 hours, 36 minutes

by buying games/dlcs from affiliate links you are supporting tuxDB
🔴 LIVE