TUXDB - LINUX GAMING AGGREGATE
by NuSuey
NEWSFEED
▪️ GAMES
▪️ STEAM DECK ▪️ DEALS ▪️ CROWDFUNDING ▪️ COMMUNITY
tuxdb.com logo
Support tuxDB on Patreon
Currently supported by 10 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 Image
Version 0.7 now available!

Version 0.7 is now available as an update! This version has taken a bit longer to produce because a lot of the changes issued required a complete rework of existing systems and could not be published until those things were back in working order. The two most dramatic but less noticeable of those things being a complete replacement of unity's input manager (and the accompanying required refactoring of all input logic), and the refactoring of the game controller to facilitate the eventual introduction of multiplayers game modes (something the original game was not designed to account for at all, much to my own chagrin). On top of these more dramatic changes to the core game, development has slowed a little over the past 2 months as I have had to take on part-time work in order to... well, survive, which eats into the amount of time that can actually be spent on the game, of course. Since this update has been in the works for a while, and so many bugs have emerged and been fixed in a way that I can't really remember what was in previous versions and what was the result of my meddling, this changelog is going to be a little less formal and take on more of a blog format to hopefully highlight all of the actual changes. First and foremost, one of the first things you'll notice is that there are a lot of new graphics for some HUD and UI elements, all thanks to the talents of J Mackenzie Graham. The health bars are a massive improvement, are far more animated now than they previously were. The images representing the attunements are nicer, the key bindings images are more crisp and sleek, and there are now button graphics for Xbox and Playstation controllers.

Speaking of Xbox and Playstation controllers, game pad support has been improved dramatically, which is essentially what necessitated a complete overhaul of the input manager and input controllers. I found through playtesting that a lot of players were drawn to move the cursor with the analogue stick, but that the analogue stick presented a spacial disconnect on an isometric grid where up actually represents a diagonal movement. Furthermore, the ticking, digital movement of the cursor felt unnatural with analogue controls, so when steering with the analogue stick, the game uses 1:1 movement and will "snap" to the closest tile. D-pad controls still have traditional grid movement, and this is thankfully all now customizable from an in-game menu.

Current controller configurations which are supported include Xbox One on Mac (using the 360Controller driver), Xbox One on Windows, DualShock 4 on Mac and PC, and DualShock 3 on Mac. A controller configuration menu will be added later to accomodate other controllers as well in a later update. Other changes include some new clothing items which can be purchased from Willy using the coins you've collected, including a new badge type that gives an attack buff to characters attuned to the star (the water badge can still be purchased in a newer, as-yet unfinished shop area). As the online multiplayer still requires a lot of features (currently only quick matches are implemented, and there are still rare sync issues), I've included a simple local hotseat multiplayer so players can try it out. Some additional infrastructure required for online multiplayer has also been included (such as this swanky software keyboard I had to develop because the unity UI text input is so intrinsically locked into its input manager which I replaced).


With a lot of the input refactoring, some improvements have also been made to how mouse controls function. Mouse movement does instigate the movement arrows even in keyboard controls so that it is less jarring if you switch between them frequently. Similarly, camera panning controls have been smoothed and improved. And finally, as I am prone to be obsessive about optimizing, some new optimization improvements have been brought about to the way tiles are drawn and culled as well. This is a bit more technical so I will spare the details, but basically: tiles will only render the areas that would be visible (instead of how it previously drew the entire height of the tile), which saves up to the tens of thousands of verts in certain levels. Culling is much tighter now, and is now based on the visibility of tiles rather than just a broad margin around the camera's focal point, which was a bit messier. Previously, in order to spare draw calls, tiles meshes were combined into one any time that the camera moved and detected a change in tile visibility. Instead of repeating mesh combines that have already occurred, meshes are now cached, since the mesh combine can be pretty CPU intensive. UItimately, these changes should make the game run a little better on older machines and anything with an integrated graphics card.
Look at how tight that is hngggg nothing that doesn't HAVE to be rendered is rendered. That's about all I can think of that is different! Hopefully the next update isn't so far out, but given that a lot of the core structural changes are now taken care of, incremental updates should be more feasible. Thanks for reading! And especially thanks for playing. Cheers, Lyon


[ 2018-06-21 02:45:06 CET ] [ Original post ]

The March build (v.0.6.0) is now live!

The March update to the game is comparatively simpler than the February build, just because of having to move apartments last month and prepping a bit for EGLX, but does include some minor improvements, as well as a new level which introduces a new animal class, and a new game mechanic. More content (some clothes and accessories, etc) will be added once I am back from EGLX next weekend to supplement the smaller update.

Content


  • The first level of chapter 2 has been added. Chapter 2 finds Lupe, Lucas, and Otis returning to the Wolf Den, only to find that it has been completely taken over by bobcats.
  • The bobcats are a new animal class. Not all bobcats will be identical like this, but for now, this is the model to represent them.
  • Bobcats have one more move distance than any of the other animals that have been encountered so far, so they require a little extra cunning to thwart their paths since you can't outrun them.
  • The new level also introduces the newest game mechanic, which is bridges and switches. Bridges raise or lower when a switch is hit, and can be used to influence your enemies' paths.
  • Oh yeah, those bushes are technically new too!

Changes


  • A minor improvement to tile movement has been made, if there is an available tile on the other side of a blocked tile, rather than having to navigate the cursor around, it will automatically travel to the next available tile in the direction you've pressed.


[ 2018-03-06 00:44:27 CET ] [ Original post ]

The March build (v.0.6.0) is now live!

The March update to the game is comparatively simpler than the February build, just because of having to move apartments last month and prepping a bit for EGLX, but does include some minor improvements, as well as a new level which introduces a new animal class, and a new game mechanic. More content (some clothes and accessories, etc) will be added once I am back from EGLX next weekend to supplement the smaller update.

Content


  • The first level of chapter 2 has been added. Chapter 2 finds Lupe, Lucas, and Otis returning to the Wolf Den, only to find that it has been completely taken over by bobcats.
  • The bobcats are a new animal class. Not all bobcats will be identical like this, but for now, this is the model to represent them.
  • Bobcats have one more move distance than any of the other animals that have been encountered so far, so they require a little extra cunning to thwart their paths since you can't outrun them.
  • The new level also introduces the newest game mechanic, which is bridges and switches. Bridges raise or lower when a switch is hit, and can be used to influence your enemies' paths.
  • Oh yeah, those bushes are technically new too!

Changes


  • A minor improvement to tile movement has been made, if there is an available tile on the other side of a blocked tile, rather than having to navigate the cursor around, it will automatically travel to the next available tile in the direction you've pressed.


[ 2018-03-06 00:44:27 CET ] [ Original post ]

The February build (v0.5.0) is now live!

The February build is now live, including many improvements and upgrades to existing features, new content, and some bug fixes.

Patch Notes


Content


  • Scully the big horn sheep has been added as a boss character. Scully has some unique mechanics to him, namely that he can only move in one of the four cardinal directions at a time, he has no movement limit, and he will move until he hits the edge of a map or a solid object, attacking and displacing every character in his path.
    Scully's AI is a bit more advanced than the regular enemies, as he has to plot a path over multiple turns to avoid getting stuck bouncing back and forth between obstacles.
  • A new level has been added, this is where you will be facing off against Scully.
    This level splits your team up, leaving Otis left to fend for himself against the three other sheep, while Lupe and Lucas must navigate a maze to avoid Scully's attacks.
  • A cutscene has been added to the previous level (Spoiled Operation) to segue into the new level. If you haven't seen it but have already played the level, just disable automatic cutscene skipping in the options.
  • An opening cutscene has been added to the new level.
  • A new music track has been added, serving as Scully's boss music.
  • Steam achievements have been added to the game, starting with 6 basic achievements for now.

Changes


  • Some CPU performance optimizations.
  • Minor dialogue changes.
  • General AI improvements. In the previous version, AI characters would determine the best available target for each teammate by iterating through all available targets, then the teammates to determine which teammates are closer. This worked as intended, but in levels with more targets than teammates, the targets which were first iterated through and thus selected would not necessarily be the closest first. This also caused a hang each turn on the newest level, as there are a lot of monuments to work through. The process has been flipped now, and targets are now iterated through each teammate, and a second loop ensures that the teammates are still targetting the best available target (which is what the inverse was designed to address). This is also much faster since it is technically more decisive.
  • An outline was added to the ground material to better be able to see where ledges are.
  • A dithered transparency has been added to all characters, the tile selection cursor, and the tile highlights to be able to see them better when behind large cliffs (such as the one in the newest level) and through grass and other obstacles.
  • In the clothing customization, clothing items with no customization will now no-longer display the color customization screen, and clothes with only 1 color to customize will only show 1 color to customize.

    Bug fixes


  • If a cutscene was skipped mid-dialogue, the next time a dialogue window would appear, it would skip to whatever index it was on in the previous dialogue. This has been fixed.
  • Lupe's undo did not work in Spoiled Operation because her name changes from "???" to "Lupe" mid-cutscene, which breaks the undo as the map data would check against the name. It now checks against a GUID for each actor.
  • The attack indicator was bugged when using mouse controls, it now displays the correct icon relative to the strength of the attack.
  • A bug which I was not able to reproduce allowed Otis to overlap the luggage in the first level. Since the auto-select on the characters was based on actor position, the game would then soft-lock as the luggage was chosen as the selected character rather than Otis. This has been changed to theoretically, in the worst case scenario where two actors overlap to choose by turn order instead to avoid potentially soft-locking.
  • The camera portraits are supposed to update on different frames when they are not set to update on every frame to offset the rendering workload as much as possible. This was not working as intended and every portrait was updating on the same frame so it was updating every other frame, sparing the work on some frames but then dumping it all on the next frame. This has been fixed to behave as intended, where the portraits updates are offset from each other.


    [ 2018-02-01 00:07:19 CET ] [ Original post ]

  • The February build (v0.5.0) is now live!

    The February build is now live, including many improvements and upgrades to existing features, new content, and some bug fixes.

    Patch Notes


    Content


    • Scully the big horn sheep has been added as a boss character. Scully has some unique mechanics to him, namely that he can only move in one of the four cardinal directions at a time, he has no movement limit, and he will move until he hits the edge of a map or a solid object, attacking and displacing every character in his path.
      Scully's AI is a bit more advanced than the regular enemies, as he has to plot a path over multiple turns to avoid getting stuck bouncing back and forth between obstacles.
    • A new level has been added, this is where you will be facing off against Scully.
      This level splits your team up, leaving Otis left to fend for himself against the three other sheep, while Lupe and Lucas must navigate a maze to avoid Scully's attacks.
    • A cutscene has been added to the previous level (Spoiled Operation) to segue into the new level. If you haven't seen it but have already played the level, just disable automatic cutscene skipping in the options.
    • An opening cutscene has been added to the new level.
    • A new music track has been added, serving as Scully's boss music.
    • Steam achievements have been added to the game, starting with 6 basic achievements for now.

    Changes


  • Some CPU performance optimizations.
  • Minor dialogue changes.
  • General AI improvements. In the previous version, AI characters would determine the best available target for each teammate by iterating through all available targets, then the teammates to determine which teammates are closer. This worked as intended, but in levels with more targets than teammates, the targets which were first iterated through and thus selected would not necessarily be the closest first. This also caused a hang each turn on the newest level, as there are a lot of monuments to work through. The process has been flipped now, and targets are now iterated through each teammate, and a second loop ensures that the teammates are still targetting the best available target (which is what the inverse was designed to address). This is also much faster since it is technically more decisive.
  • An outline was added to the ground material to better be able to see where ledges are.
  • A dithered transparency has been added to all characters, the tile selection cursor, and the tile highlights to be able to see them better when behind large cliffs (such as the one in the newest level) and through grass and other obstacles.
  • In the clothing customization, clothing items with no customization will now no-longer display the color customization screen, and clothes with only 1 color to customize will only show 1 color to customize.

    Bug fixes


  • If a cutscene was skipped mid-dialogue, the next time a dialogue window would appear, it would skip to whatever index it was on in the previous dialogue. This has been fixed.
  • Lupe's undo did not work in Spoiled Operation because her name changes from "???" to "Lupe" mid-cutscene, which breaks the undo as the map data would check against the name. It now checks against a GUID for each actor.
  • The attack indicator was bugged when using mouse controls, it now displays the correct icon relative to the strength of the attack.
  • A bug which I was not able to reproduce allowed Otis to overlap the luggage in the first level. Since the auto-select on the characters was based on actor position, the game would then soft-lock as the luggage was chosen as the selected character rather than Otis. This has been changed to theoretically, in the worst case scenario where two actors overlap to choose by turn order instead to avoid potentially soft-locking.
  • The camera portraits are supposed to update on different frames when they are not set to update on every frame to offset the rendering workload as much as possible. This was not working as intended and every portrait was updating on the same frame so it was updating every other frame, sparing the work on some frames but then dumping it all on the next frame. This has been fixed to behave as intended, where the portraits updates are offset from each other.


    [ 2018-02-01 00:07:19 CET ] [ Original post ]

  • Wolf Gang
    Nylon Blonde Developer
    Nylon Blonde Publisher
    2018-01-11 Release
    Game News Posts: 5
    🎹🖱️Keyboard + Mouse
    🎮 Full Controller Support
    5 user reviews (5 reviews)
    The Game includes VR Support
    Public Linux Depots:
    • Wolf Gang Linux Content [110.08 M]
    Wolf Gang is a tactical turn based game where you play as a band of wolves as they make their way around the mountain, pursuing their territorial aspirations while fighting other animals. The combat revolves around a unique rule set that puts the tides of advantage constantly in flux. Knock outs are only temporary, and the traditional rock-paper-scissors strength and weakness hierarchy is subverted with a system of constantly rotating attunements.

    Features


    • Accessible pick-up-and-play puzzle game-play
    • Story driven single player campaign
    • Additional challenges for completionists
    • Tons of unlockables and character customization

    MINIMAL SETUP
    • OS: Anything Debian Based
    • Processor: Intel Core DuoMemory: 2 GB RAM
    • Memory: 2 GB RAM
    • Graphics: Intel HD Graphics
    • Storage: 150 MB available space
    GAMEBILLET

    [ 6031 ]

    33.04$ (17%)
    15.47$ (14%)
    53.49$ (24%)
    25.46$ (15%)
    26.69$ (11%)
    6.49$ (68%)
    12.74$ (15%)
    33.57$ (16%)
    16.97$ (15%)
    33.19$ (17%)
    16.97$ (15%)
    49.79$ (17%)
    16.01$ (11%)
    8.27$ (17%)
    8.79$ (12%)
    31.14$ (11%)
    5.03$ (16%)
    16.52$ (17%)
    2.66$ (11%)
    11.01$ (15%)
    13.34$ (11%)
    16.96$ (15%)
    9.95$ (75%)
    31.39$ (22%)
    35.59$ (11%)
    20.49$ (18%)
    8.29$ (17%)
    12.45$ (11%)
    7.95$ (20%)
    26.09$ (13%)
    GAMERSGATE

    [ 687 ]

    5.0$ (80%)
    0.75$ (81%)
    0.9$ (92%)
    0.75$ (85%)
    1.0$ (80%)
    2.5$ (90%)
    8.99$ (55%)
    12.99$ (35%)
    0.37$ (63%)
    7.5$ (50%)
    0.56$ (81%)
    3.26$ (78%)
    13.04$ (48%)
    11.99$ (20%)
    7.7$ (78%)
    19.79$ (34%)
    1.35$ (89%)
    28.42$ (25%)
    6.0$ (70%)
    3.19$ (81%)
    0.94$ (81%)
    2.25$ (89%)
    15.0$ (70%)
    5.63$ (81%)
    5.85$ (55%)
    29.99$ (40%)
    21.24$ (15%)
    0.56$ (81%)
    12.49$ (50%)
    0.54$ (91%)

    FANATICAL BUNDLES

    Time left:

    356423 days, 7 hours, 16 minutes


    Time left:

    9 days, 15 hours, 16 minutes


    Time left:

    5 days, 15 hours, 16 minutes


    Time left:

    4 days, 15 hours, 16 minutes


    Time left:

    11 days, 15 hours, 16 minutes


    Time left:

    37 days, 14 hours, 16 minutes


    Time left:

    19 days, 15 hours, 16 minutes


    Time left:

    22 days, 15 hours, 16 minutes


    Time left:

    8 days, 15 hours, 16 minutes


    Time left:

    24 days, 15 hours, 16 minutes


    Time left:

    32 days, 15 hours, 16 minutes


    HUMBLE BUNDLES

    Time left:

    10 days, 9 hours, 16 minutes


    Time left:

    13 days, 9 hours, 16 minutes


    Time left:

    18 days, 8 hours, 16 minutes

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