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
Starbound 1.2 - Vault Update

https://youtu.be/ru5Mh7_IxuE Hello! Many thanks for everyone who helped us out by playing 1.2 on the unstable branch and provided feedback or bug reports. Starbound 1.2 - Vault Update is here! Check out the trailer above to get the gist of what's been added in 1.2, or check the patch notes below for a more in-depth list. Or both, even! Follow your heart! Either way, please enjoy the last big Starbound update of the year. :) In case you missed it, we also recently launched a shop page on the Chucklefish blog! You can see all Starbound merch in the same place, and there are links to partner sites where you can buy them.
Onward to patch notes!

Major Changes


  • Ancient Vaults
    • Players who have completed the main storyline can visit a mysterious trader on the Outpost who will send them on a quest to activate and enter the Ancient Gateways found floating in some systems
    • These gateways provide access to Ancient Vaults: challenging procedural dungeons left by the ancients, filled with dangerous guardians (including procedural bosses!) and fantastic lost technologies
  • Terraforming
    • Using powerful devices acquired from the Ancient Vaults along with a new Essence currency, you can now transform regions or whole planets into entirely different biomes
    • Terraformers can be used to expand a region across a planet’s surface, replacing natural blocks, objects and plant life, and eventually changing the type of the planet itself
    • Microformers are consumable single-use terraformers which provide even more region types to add to your worlds
  • Weapon Upgrades
    • Use the ancient anvil available at the end of Ancient Vaults and spend Essence to upgrade your outdated legendary weapons, opening up many new options for endgame combat styles
  • Elemental Damage
    • Monsters now have resistance and weakness to elemental damage types, making your choice of weapons more important than ever
  • Holiday Spirit!
    • Celebrate the holidays with the variety of festive items bought from Space Santa at the Outpost!
     

Minor Changes / Bug Fixes


  • Holding the activation key while in a distortion sphere tech will force deactivation, to avoid being permanently stuck in small spaces
  • Contain tooltips within the game window when they’re near the edge
  • Fix a bug with monster kill sounds not playing correctly
  • Several bug fixes to monster/NPC behaviors and pathfinding
  • Various typo and asset fixes
  • Add appropriate “bushes” to the Rust biome
  • Update SDL2 to 2.0.5, should fix some fullscreen issues
  • Fix some security vulnerabilities in server packet handling
  • Fixed an issue where crew would duplicate
  • Fix a player inventory networking issue

Performance Improvements


  • Improve generation time of older, image-based dungeons
  • Other minor improvements to dungeon and world generation
  • Use larger texture atlases on graphics cards that support them
  • Various optimizations to monster/NPC scripts
  • Improve loading speed for dungeon worlds

Modding API Changes


  • Behavior Tree system moved to engine for performance reasons, now accessible with the root.behavior lua binding. (Check lua documentation)
    • Cleanup node removed
    • Decorator node lua implementation changed
    • Action node arguments moved around, now (args, output, nodeId, dt).
  • Generic currency support.
    • Additional currencies can be added and consumed without requiring configuration
    • To associate a currency with a currency item, to be used in crafting, it needs to be configured in /currencies.config
    • .coinitem files changed to .currency
  • Object changes for terraforming support
    • Objects can have a new boolean key, "biomePlaced" which if true will cause them to be placed and removed by terraforming.
    • Objects can have a new boolean key, "rooting" which if true will mark all of their anchor spaces as roots and prevent those tiles from being broken until the object is broken (identical to how trees and vines work).
  • Player inventory can now be configured in player.config, allowing changes to:
    • Number of bags
    • Inventory size of each bag
    • Number of action bars
    • Action bar size
    • NOTE: modifications to player inventory size need to be applied both server side and client side, and will invalidate existing characters
  • Damage sources, requests, and notifications
    • Introduced new hit types; WeakHit, StrongHit and Killed.
    • Removed killed boolean from damage notifications, replaced with Killed hit type.
    • Damage effects (sounds, particles) can be configured for each hit type (Hit, WeakHit, StrongHit, ShieldHit, Killed) in damage type configurations (.damage files).
    • Added support for elemental types to damage types. Elemental types can be configured in /damage/elementaltypes.config and can be set for each damage type using the “elementalType” key, which defaults to the “default” elemental type. Each elemental type has a unique set of damage number particles for each hit type.
  • Monsters
    • Added support for client side rendering scripts
    • Allow overriding randomly selected monster parts by setting “selectedParts” in parameters
    • Add support for direct palette swaps with the “colorSwap” parameter
    • Allow overriding “shortdescription“ in parameters
    • Allow overriding “dropPools” in parameters
    • Allow setting animation parameters directly in monster parameters with the “animationCustom” parameter. This is merged into the animator configuration.
  • Lua API changes:
    • ActiveItemAnimation
      • Removed activeItemAnimation.animationParameter (replaced with animationConfig.animationParameter)
    • Animator
      • Added animator.partProperty
    • Item
      • Replaced item.is with item.matches
    • Monster
      • Added monster.setDamageParts
      • Added monster.setAnimationParameter
    • Npc
      • Added npc.loungingIn
    • ObjectAnimator
      • Removed objectAnimator.animationParameter (replaced with animationConfig.animationParameter)
    • Player
      • Added player.currency
      • Added player.addCurrency
      • Added player.consumeCurrency
      • Modified player.hasItem to allow exact parameter matching
      • Modified player.hasCountOfItem to allow exact parameter matching
      • Modified player.consumeItem to allow exact parameter matching
      • Added player.id
      • Added player.uniqueId
    • Root
      • Added root.behavior
    • Added animationConfig table for use in client side rendering scripts
    • ScriptPane
      • Added pane.playSound
    • Widget
      • Added widget.setSliderValue
      • Added widget.getSliderRange
      • Added widget.setSliderEnabled
      • Added widget.setItemSlotItem
    • World
      • Modify world.spawnItem to allow optionally setting a velocity and an intangibleTime
      • Added world.size
      • Added world.inSurfaceLayer
      • Added world.terrestrial
      • Changed world.entityMoney to world.entityCurrency
      • Added world.universeFlagSet
      • Modified world.entityHasCountOfItem to allow exact parameter matching
      • Added world.lineTileCollisionPoint
      • Added world.addBiomeRegion
      • Added world.expandBiomeRegion
      • Added world.pregenerateAddBiome
      • Added world.pregenerateExpandBiome
      • Added world.setLayerEnvironmentBiome
      • Added world.setPlanetType


[ 2016-12-15 19:12:28 CET ] [ Original post ]

Starbound
Developer
Chucklefish Publisher
2016-07-22 Release
Game News Posts: 39
🎹🖱️Keyboard + Mouse
Very Positive (85779 reviews)
The Game includes VR Support
Public Linux Depots:
  • Starbound Linux Depot [200.33 M]
Starbound is an extraterrestrial sandbox adventure game in which you take on the role of a character who's just fled from their home planet, only to find themselves lost in space with a damaged ship. Their only option is to beam down to the planet below and begin gathering the resources they need to repair their ship and set off to explore the vast, infinite universe…



Use the starmap to travel between star systems, settle down and farm the land, build and colonize a modern metropolis, take on quests to earn a living, or complete story missions to unlock some of the greater galactic mysteries!

With lots to do and a near-infinite number of procedurally generated worlds to discover, Starbound allows players to create their own adventures in space.


Key Features:
  • 7 playable races
  • A procedurally generated universe with unlimited procedurally generated planets
  • All content available in online drop in/drop out co-op
  • Generated dungeons full of unique enemies
  • Randomly generated monsters
  • Thousands of items
  • A deep crafting system
  • PVP gameplay
  • Own and decorate your own Starship
  • Develop your own home planet
  • Menacing boss battles
  • Procedurally generated guns and melee weapons
  • Farming, hunting and survival mechanics
  • Built from the ground up to support modding
  • Ongoing free updates
  • Multi-platform multiplayer

What will you find?

MINIMAL SETUP
  • OS: Debian Stable or Ubuntu 12.04 LTS or later
  • Processor: Core 2 DuoMemory: 2 GB RAM
  • Memory: 2 GB RAM
  • Graphics: 256 MB graphics memory and opengl 2.1 compatible gpuNetwork: Broadband Internet connection
  • Storage: 3 GB available space
RECOMMENDED SETUP
  • OS: Debian Stable or Ubuntu 12.04 LTS or later
  • Processor: Core i3Memory: 4 GB RAM
  • Memory: 4 GB RAM
  • Graphics: 256 MB graphics memory and opengl 2.1 compatible discrete gpuNetwork: Broadband Internet connection
  • Storage: 4 GB available space
GAMEBILLET

[ 6099 ]

8.39$ (16%)
16.79$ (16%)
5.56$ (78%)
33.59$ (16%)
16.79$ (16%)
25.79$ (14%)
12.71$ (15%)
15.63$ (8%)
50.97$ (15%)
21.24$ (15%)
9.00$ (70%)
16.99$ (15%)
8.27$ (17%)
2.22$ (78%)
31.14$ (11%)
22.24$ (11%)
4.19$ (16%)
16.57$ (17%)
12.59$ (16%)
4.12$ (17%)
21.22$ (15%)
2.45$ (18%)
8.42$ (16%)
21.23$ (15%)
21.19$ (4%)
8.00$ (11%)
26.09$ (13%)
8.49$ (15%)
4.12$ (17%)
3.29$ (18%)
GAMERSGATE

[ 842 ]

1.28$ (91%)
0.85$ (91%)
0.79$ (89%)
2.55$ (83%)
13.49$ (10%)
11.9$ (70%)
0.9$ (92%)
0.53$ (92%)
6.38$ (57%)
2.7$ (91%)
0.43$ (91%)
1.28$ (91%)
1.95$ (90%)
1.28$ (91%)
0.85$ (91%)
7.0$ (53%)
13.8$ (45%)
1.91$ (87%)
0.53$ (92%)
1.5$ (85%)
0.84$ (58%)
20.39$ (49%)
0.49$ (51%)
0.53$ (92%)
0.54$ (91%)
3.57$ (74%)
34.99$ (50%)
4.39$ (45%)
3.14$ (37%)
2.13$ (96%)

FANATICAL BUNDLES

Time left:

11 days, 9 hours, 43 minutes


Time left:

18 days, 9 hours, 43 minutes


Time left:

7 days, 9 hours, 43 minutes


Time left:

4 days, 9 hours, 43 minutes


Time left:

12 days, 9 hours, 43 minutes


Time left:

14 days, 9 hours, 43 minutes


Time left:

35 days, 9 hours, 43 minutes


Time left:

356460 days, 1 hours, 43 minutes


Time left:

17 days, 9 hours, 43 minutes


Time left:

46 days, 9 hours, 43 minutes


Time left:

32 days, 9 hours, 43 minutes


Time left:

42 days, 9 hours, 43 minutes


HUMBLE BUNDLES

Time left:

1 days, 3 hours, 43 minutes


Time left:

6 days, 3 hours, 43 minutes


Time left:

8 days, 3 hours, 43 minutes


Time left:

13 days, 3 hours, 43 minutes

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