TUXDB - LINUX GAMING AGGREGATE
 NEWS TOP_PLAYED GAMES ITCH.IO CALENDAR CHAT WINE SteamDeck
 STREAMERS CREATORS CROWDFUNDING DEALS WEBSITES ABOUT
 PODCASTS REDDIT 

 

SUPPORT TUXDB ON KO-FI

MENU

ON SALE

New Twitch streamer aggregation implemented (#FuckTwitch) due to Twitch's API issues (more info on my Discord )


Name

 Tabletop Simulator 

 

Developer

 Berserk Games 

 

Publisher

 Berserk Games 

 

Tags

 Indie 

 Strategy 

 

RPG 

 

Simulation 

 

Singleplayer 

 

Multiplayer 

 

 Co-op 

Release

 2015-06-05 

 

Steam

 9,99€ 7,49£ 9,99$ / 50 % 

 

News

 107 

 

Controls

 Keyboard 

 

 Mouse 

 

 Full Controller Support 

 

Players online

 2862 

 

Steam Rating

 Overwhelmingly Positive 

Steam store

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

 

SteamSpy

Peak CCU Yesterday

  

Owners

 2,000,000 .. 5,000,000 +/-  

 

Players - Since release

  +/-  

Players - Last 2 weeks

  +/-  

Average playtime (forever)

 985  

Average playtime (last 2 weeks)

 461 

Median playtime (forever)

 596 

Median playtime (last 2 weeks)

 613 

Public Linux depots

 Tabletop Simulator Linux [3.6 G] 


DLC

 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 - Rise of Tribes 


 Tabletop Simulator - Adventure Mart 




LINUX STREAMERS (15)
backflip9zactherippertwitchcasperonlinuxquasarsevilla
z0eeehexdslhamishtpbMrDaylight
jenshaetomlowshanglorddickfisttoastylinux
DJNrrddneavessidusetluna




Update v9.3 New DLC: Abraca...What?, Lighting Menu, Scripting Improvements!

Our latest DLC is by GARYKIMGAMES and published by Korea Boardgames, Abraca...What? is a family game of deduction and spellcasting. Now available in Tabletop Simulator with a 15% launch discount!

An exciting new feature that a lot of you have asked for is the ability to adjust the lighting! You no longer have to rely on the 8 different backgrounds for the only light source. You can customize your own and combining that with Assetbundles, you can create some pretty nifty things. We can’t wait to see what you come up with!

Thanks to all of your feedback, we made a lot of improvements as well as additions to scripting and we’ve added the much requested hotkeys to scripting (so keybinds had to be reset - sorry!).



DLC - Abraca...What?


    http://store.steampowered.com/app/468739/Tabletop_Simulator__AbracaWhat
  • Designed by GARYKIMGAMES and published by Korea Boardgames.
  • Now available for $5.99 with a 15% launch discount!
  • Only the host needs to own the DLC for everyone else to play.
  • The dealing of spellstones is automated through the clicking of the relevant spell scroll, as is temporary blindfolding when taking a secret spellstone.
  • The health tokens can also be added/removed by buttons, and will be refilled at the start of every new round.
  • This is a game where you aren’t supposed to see your own pieces. To prevent pieces from getting knocked out of your hidden zones, the host should set the physics to either semi-lock or locked.




Lighting

  • You can now adjust the lighting by going to Options -> Lighting.
  • You can adjust the intensity of the light shining from above.
  • The color of the light shining from above can be changed with the color picker.
  • Choose between ambient light from the default backgrounds or gradient with 3 colors.
  • Choose how strong you want reflections on shiny objects to be.
  • You can load lighting from a save file by expanding it.
  • You can read all about Lighting in our Knowledge Base: http://berserk-games.com/knowledgebase/lighting


Scripting Improvements

    Doocumentation:
  • Added type Color and Vector to documentation to cleanup all duplicate documentation.

  • Event:
    fixedUpdate()
    onScriptingButtonDown(int index, string player_color)
    onScriptingButtonUp(int index, string player_color)

  • Player:
    Transform getHandTransform()
    bool setHandTransform(Transform)

  • Object:
    BoundsTable getBounds()
    BoundsTable getBoundsNormalized()
    Vector(Direction) getTransformForward()
    Vector(Direction) getTransformRight()
    Vector(Direction) getTransformUp()
    Vector positionToLocal(Vector)
    Vector positionToWorld(Vector)

  • Bounds Table:
    Vector center
    Vector size
    Vector offset (transform offset from bounds)

  • New Class Lighting:
    float light_intensity
    Table getLightColor()
    setLightColor(Color)
    float ambient_intensity
    int ambient_type
    Color getAmbientSkyColor()
    setAmbientSkyColor(Color)
    Color getAmbientEquatorColor()
    setAmbientEquatorColor(Color)
    Color getAmbientGroundColor()
    setAmbientGroundColor(Color)
    float reflection_intensity
    apply()

  • New Class Physics:
    HitTable cast(Table Cast)
    Vector getGravity()
    setGravity(Vector)

  • Cast Table:
    Vector origin
    Vector direction
    Vector size (Box and Sphere)
    Vector orientation (Only Box)
    float max_distance
    int type (1 Ray, 2 Sphere, 3 Box)

  • Hit Table:
    Vector point
    Vector normal
    float distance
    Object hit_object

  • Fixed:
    Improved erroring when trying to Json.Encode() a table with string and number keys.
    Editing a button not changing its color.




Cloud Manager Improvements

  • Revamped cloud manager menu to match the rest of the UI.
  • You can now see previews of your cloud images.
  • To see previews of the OBJ files, click the triple dot icon and choose "preview".
  • Clicking on the file will copy the URL to the clipboard.


Blocked Menu Improvements

  • Updated the block menu to match rest of the UI.
  • Added ability to block people manually with a name and steam id.
  • You can find the Steam ID in Steam by going to View -> Players -> Recent.


UI Improvements

  • Scrolling the games menu with your middle mouse now properly scrolls on the background/dot icon not just on the buttons.
  • DPI works in non auto scaling mode.
  • Added help and knowledge base articles to missing menus, as well as updating old ones.
  • Fixed miscellaneous blurry parts of the UI.
  • Fixed some click colliders to be more accurate.
  • Fixed some UI glitches on high resolution screens.
  • Fixed jittering when removing blindfold.


Improvements

  • Moving objects around should feel much more smooth.
  • Chip stack alt zoom will always look down from the top.
  • Saved object will no longer be automatically unlocked when spawned.
  • Grouping cards while holding them will now hold the deck created from that grouping.
  • DLC - Indonesia: Set the point tokens to not be sticky for easier player movement.
  • Fixed table & objects disappearing when using gizmo tool & top down camera.


Fixes

  • Fixed AssetBundles or obj files in bags having colliders.
  • Fixed Rotation in bags being bugged.
  • Fixed AssetBundles that are loaded in hidden zones not being hidden.
  • Fixed issue with Hand Zone creating card copies when grouping them.
  • Fixed Custom Token collider issues.
  • Fixed issue with clients getting stuck loading when rewinding.


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


[ 2017-06-09 21:03:30 CET ] [ Original post ]