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

🌟 Special thanks to our amazing supporters:


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


Update v12.3 Attach Tool, Server Browser Search Improvements, and much more!

Hey everyone, hope you are all doing ok in these crazy times! We have another great update for you guys today that adds a brand new tool called Attach which lets you stick objects together. We also have a much needed performance optimization on the server browser due to all the new players joining us! Welcome everyone new hope you all our enjoying the game! We have a ton more below in the full patch notes.

Attach Tool


  • The new tool is used for combining objects into a single object.
  • This attach is in a parent child relationship where one object is the owner of the other.
  • Want to add modular pieces to your figures? This is the perfect tool.
  • You might be thinking this sounds like the old joint tool but this lets you merge objects and even put them in and out of bags.
  • This is also much more performant compared to the old joint tool because it's just one object with multiple visuals combined.

Combine Tools


  • Includes the Attach, Fixed Joint (old joint tool), Hinge Joint, and Springs Joint tools.
  • Exposes the Hinge Joint and Spring Joint tools without being hidden in a menu.
  • Hinge joints are just like a door, but they can even have motors!
  • Springs joints are just like sound objects are connect with a spring.
  • All joint properties can be configured in the right click contextual menu -> Joints.

Server Browser


  • Improved Server Browser performance.
  • Server Browser window is now resizable.
  • Server Browser search text is now persistent.
  • Server Browser search now looks in country codes if you use square brackets, i.e. [GB]
  • Fixed some search bugs in Server Browser (also, see below).

Search


Search inputs are now more powerful (applies to Server Browser and in-game Search dialog).
  • Ignores case and inflections: A and will both be found by a.
  • Will filter to entries which match all space-separated words in search.
  • Use comma to add another set of words.
  • Start a word with - to negate it, removing any entries which it matches.
  • Negation only applies to the set of words it is grouped with.
  • A set of words which are all negated will apply to every set of words.
Example: gloom -fantasy, scythe, -casual will find any servers with "gloom" (but not "fantasy") or "scythe", so long as they do not contain "casual".

Spectator View


  • Fixed alt-zoomed objects not displaying on spectator view.
  • Fixed objects in hidden zones showing when view restricted.
  • Spectator Zoom may appear at cursor or at a fixed position.
  • Spectator Zoom may be restricted.
  • See System Console section for details.

VR


  • Changed Wall Mode to Tilt Mode, and added Tilt Angle setting.

General


  • Special thanks to modzero for helping us track down a security vulnerability that we hotfixed.
  • Added Drag Selectable toggle to components: when disabled the object will not be included in a drag selection (unless SHIFT held).
  • Alt-zoomed books (i.e. PDFs) may now be page-turned with the mouse wheel.
  • Split Zoom Toggle key binding into Zoom Toggle and Pan actions.
  • Alt-Zoom may now be fixed in place on the screen instead of following pointer (see System Console section below)
  • Made collapsed context menus more obvious.
  • Added entry in Misc settings to set size of collapsed menus.
  • Objects which can go in hand will be drawable by hitting 1 on them, like cards etc. Can be disabled in Misc settings.
  • Fixed context menus being stuck.
  • Fixed turn indicator not displaying.
  • Fixed scaling on custom figurine colliders.
  • Fixed BBCode showing up in steam/discord rich presence.
  • Fixed some UI theming issues.

Lua


UI


  • Fixed a bunch of bad interactions between 2D XML UI, 3D XML UI, the normal UI, and invisible objects. Everything should now behave as you would expect.

Object values


Allows objects to behave similarly to poker chips: when set, the object will display its value when hovered over, and if multiple objects which share a flag are selected the total value will be displayed.
  • object.value - integer value of object.
  • object.value_flags - flags for object values.

Book objects (e.g. PDFs)


  • book.page_offset - Offset virtual book numbers are from numbers rendered on pages.
  • book.getPage(offsetPageNumbering = false) - Get current page. If offsetPageNumber is true then factor in the page_offset.
  • setPage(page, offsetPageNumbering = false) - Set current page.
  • setHighlight(x1, y1, x2, y2) - Set highlight box on current page.
  • clearHighlight() - Clear highlight.

Browser objects (e.g. Tablet)


  • browser.url - URL which currently wants to display.
  • browser.pixel_width - The pixel width the browser is virtually rendering to.

Attach Tool


  • To go along with the new Attach tool there is new Object functions available to create these bindings in script.
  • object.addChild(Object) - The Object supplied as param is destroyed and becomes a dummy Object child.
  • object.removeChild(index) - Use getChildren to find out the index property.
  • object.removeChildren() - Detaches the children of this Object.
  • object.destroyChildren() - Destroys the children objects without detaching them.
  • object.getChildren() - Returns a table in the same format as getObjects() for containers.

Grid Global Class


  • Grid options menu is now available to scripting as Grid.show_lines = true
  • int type
  • bool show_lines
  • Color color
  • float opacity
  • bool thick_lines
  • float offsetX
  • float offsetY
  • float sizeX
  • float sizeY

Misc


  • object.drag_selectable - Drag Selectable toggle of object.
  • object.getSelectingPlayers() - Returns table of players currently selecting the object.
  • object.addToPlayerSelection(player_color) - Add object to player's selection.
  • object.removeFromPlayerSelection(player_color) - Remove object from player's selection.
  • player.clearSelectedObjects() - Clears a player's current selection.

Fixes:


  • Fixed log not outputing to external API.

System Console


  • cam_load, cam_load_zero, cam_save, cam_save_zero - Load and save camera positions.
  • dev_autoconfirm_browser_url_change - Disables browser page load confirmation. Use with caution!
  • hand_component_hotkey_draw - Controls whether objects which can go in hands will respond to the draw 1 hotkey.
  • load & save - Load and save games.
  • spectator_restrict_zoom - Restrict view of spectator zoom if object should be hidden to spectators.
  • spectator_show_zoom - Display alt-zoom in spectator window.
  • spectator_zoom_follows_pointer - Alt-zoom aopears at pointer position in spectator window.
  • spectator_zoom_position - Position on spectator window alt-zoom appears if above is turned off.
  • ui_context_menus_collapsed_height - Height of collapsed context menus.
  • ui_games_window - Visibiliy of Games window.
  • ui_server_browser_search - search text in Server Browser.
  • ui_server_browser_window - Visibility of Server Browser window.
  • zoom_position - Position on screen to display alt-zoom if above is disabled.
  • zoom_follows_pointer - Alt-zoom follows mouse pointer.
  • vr_tilt_mode, vr_tilt_angle - VR Tilt Mode toggle, and angle setting.


[ 2020-04-02 17:15:29 CET ] [ Original post ]



Tabletop Simulator
Berserk Games
  • Developer

  • Berserk Games
  • Publisher

  • 2015-06-05
  • Release

  • Indie Strategy RPG Simulation Singleplayer Multiplayer Coop
  • Tags

  • Game News Posts 108  
    🎹🖱️Keyboard + Mouse
    🎮 Full Controller Support
  • Controls

  • Overwhelmingly Positive

    (40214 reviews)


  • Review Score

  • https://www.tabletopsimulator.com/
  • Website

  • https://store.steampowered.com/app/286160 
  • Steam Store

  • The Game includes VR Support

    Oculus

     1 

     

    SteamVR

     1 

     

    Room width requirement

     2 

     

    Room depth requirement

     1.5 

     

    Standing

     1 

     

    Seated

     1 

     

    Tabletop Simulator Linux [3.6 G]

  • Public Linux depots

  • 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
  • Available DLCs

  • 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

    [ 5851 ]

    50.39$ (16%)
    5.06$ (16%)
    1.63$ (18%)
    12.27$ (18%)
    12.44$ (17%)
    24.87$ (17%)
    16.79$ (16%)
    33.59$ (16%)
    20.49$ (18%)
    8.47$ (15%)
    7.03$ (12%)
    8.19$ (18%)
    33.99$ (15%)
    12.59$ (16%)
    6.71$ (16%)
    26.09$ (13%)
    49.79$ (17%)
    16.99$ (15%)
    25.19$ (16%)
    31.59$ (21%)
    16.79$ (16%)
    12.29$ (18%)
    17.19$ (14%)
    12.74$ (15%)
    11.99$ (40%)
    12.44$ (17%)
    16.79$ (16%)
    20.74$ (17%)
    41.31$ (17%)
    33.59$ (16%)
    GAMERSGATE

    [ 492 ]

    0.18$ (91%)
    2.81$ (81%)
    0.9$ (92%)
    25.99$ (35%)
    3.68$ (82%)
    15.39$ (38%)
    30.0$ (50%)
    35.99$ (10%)
    30.0$ (50%)
    1.13$ (92%)
    1.8$ (77%)
    2.1$ (79%)
    0.38$ (92%)
    0.75$ (92%)
    1.35$ (92%)
    0.38$ (92%)
    17.99$ (10%)
    0.75$ (92%)
    0.75$ (92%)
    0.68$ (89%)
    13.27$ (56%)
    0.45$ (92%)
    9.9$ (67%)
    5.0$ (90%)
    13.04$ (48%)
    32.49$ (35%)
    4.5$ (77%)
    1.32$ (91%)
    1.58$ (77%)
    2.76$ (86%)

    FANATICAL BUNDLES

    Time left:

    3 days, 22 hours, 44 minutes


    Time left:

    6 days, 22 hours, 44 minutes


    Time left:

    10 days, 22 hours, 44 minutes


    Time left:

    33 days, 22 hours, 44 minutes


    Time left:

    15 days, 22 hours, 44 minutes


    HUMBLE BUNDLES

    Time left:

    1 days, 16 hours, 44 minutes


    Time left:

    1 days, 16 hours, 44 minutes


    Time left:

    6 days, 16 hours, 44 minutes


    Time left:

    13 days, 16 hours, 44 minutes


    Time left:

    13 days, 16 hours, 44 minutes

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