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

🌟 Special thanks to our amazing supporters:


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

Any feedback for tuxDB? Join us!

Screenshot 1
Fullscreen Screenshot 1
×
Screenshot 2
Fullscreen Screenshot 2
×
Screenshot 3
Fullscreen Screenshot 3
×
Screenshot 4
Fullscreen Screenshot 4
×
Screenshot 5
Fullscreen Screenshot 5
×

※New Experience you have never got

  • storytelling single player
  • multi-player no faction distinction
  • custom costume, attributes, and weapon
  • concise level-based design

※Unique "Chinese" style

  • reality visual style, no kungfu, modern stage not in China
  • realistic battle style
  • pick up whatever you find and fight
    {STEAM_APP_IMAGE}/extras/combo1.gif
  • feel the real pain!

(No real dogs were hurt during the development)

About the single-player extra mode
First, create your custom Character, you can use it to play these three modes below

1.Jamais-Vu

Replay the story mode levels with a custom character.

2.Endless Nightmare

Randoms levels await in this mode, some enemies are franchised in this mode. you can Initialize with a seed to acquire a determined-Random level.

3.Deruption

Scenario to test weapons. Eliminate the red poxes!
/////////////////////////////////////////////////////////////////////////////////

Control Instructions


WASD to move your Avatar, with SPACE to sprint. Separately press SPACE to Walk
Mouse Left to kick, Mouse Right to attack, Mouse Middle to Heavy Attack
Z to toggle auto camera rotation
Table to Lock on the enemy.SPACE is walk slowly only when locking mode on.
E to interact with objects.
Blue outline means Seat to rest
Red outline means Info to read
White outline means Weapon to pick, available when locking mode on.
F to activate Certain weapons' skills
Alt + F4 or ESC to Quit

XBOX one Controller is Compatible

X -Interactive
Y -Attack
B -Kick
A -HevayAttacl
LB -Lock
RB -Sprint/Walk
LS -Skill
RS -Toggle Auto-Camera
Eruption
DBHDeveloper
DBHPublisher
2021-06-10Release
🎹🖱️ Keyboard + Mouse
🕹️ Partial Controller Support
🎮 Full Controller Support
Positive (25 reviews)
2024.12.24 v0.8.30 Theme Update Doppio

Intro:

This version focuses on introducing a local two-player competitive mode, while also addressing and optimizing multiple performance and functional issues.

Updates:

Doppio

  • Added a local multiplayer competitive mode, Doppio Double Fight, in free mode.
  • Use saved characters from free mode, default to the same character, and 2P can select other characters by entering the serial number.
  • Player characters reset (re-equip initial weapons) and swap initial locations every 100s or after one player falls.
  • Use a fixed orientation camera, aiming mode is not available.
  • Characters will be marked with colors and characters at the top, indicating approximate health.
  • Locking logic has been specifically optimized.
  • Different operation modes such as keyboard + mouse (2P), keyboard + gamepad, gamepad + gamepad are available.
  • When the 2P uses the No.1 gamepad option is checked in settings, one gamepad can be used for local two-player play.Game Description ImageGame Description Image
  • 2P keyboard controls are as follows:
  • Right Shift: Lock
  • Right Ctrl: Dodge
  • Arrow Keys: Movement
  • Numpad 0: Sprint
  • Numpad 1: Attack
  • Numpad 2: Kick
  • Numpad 3: Heavy Attack
  • Numpad 4: Interact/Pick up
  • Numpad 5: Skill
  • Numpad 7: Previous Weapon
  • Numpad 8: Next Weapon
  • Numpad 9: Info Panel
  • Currently, the 2P gamepad control settings are synchronized with 1P.

Critical Fixes and Optimizations:

  • Fixed numerous memory issues, further improving program stability and performance.Game Description ImageGame Description Image
  • Fixed the issue of character movement stutter during locking or other low frame rate conditions.
  • Optimized character control and turning movement, now more flexible and accurate.
  • Fixed synchronization of direction correction during aiming and locking in multiplayer mode.
  • Optimized the animation and position synchronization effects of characters in multiplayer mode, making it smoother.
  • Optimized visual effects for kicking and battle roar.
  • Fixed multiple issues that could cause connection failures in multiplayer mode.
  • Fixed the issue where polluted sound effects would not stop after a character was defeated.
  • Fixed the issue where character shadows would not display in the quality mode in the cinema scene.
  • Fixed foot misalignment issues in some heavy attack animations.

Conclusion:

The current local two-player competitive mode is just an appetizer, with more scenarios and gameplay to be introduced based on it in the future. Stay tuned! Merry Christmas!

2025.1.7 Emergency Fixes

  • Fixed the issue with character indicators in two-player mode in Endless Nightmare.
  • Fixed the crash caused by UE Templar when leaving slippery surfaces.
  • Optimized the turning, walking, and other animation effects of UE Templar, adding posture tilting during movement.
  • Added screen shake effects to some actions of certain weapons.
  • Fixed an issue with the hand during the normal attack of dual-handed swings.
  • Fixed the damage bonus of the corrosion abnormal effect on UE.

P.S ASL Script
state("Eruption")
{
int LevelSelected : "GameAssembly.dll", 0x01F2F560, 0xB8, 0x0, 0x140;
int GreenHP : "UnityPlayer.dll", 0x01BC38D8, 0x258, 0x10, 0x100, 0x28, 0x21C;
int CCBossHP :"GameAssembly.dll", 0x01F18BE0 , 0xB8, 0x0, 0x38, 0x10, 0x20, 0x21C;
int UEBossHP :"GameAssembly.dll", 0x01F072D0, 0xB8, 0x0, 0x248, 0x0;
int PlayerHP :"GameAssembly.dll", 0x01F04FA8, 0xB8, 0x0, 0x48, 0x21C;
}

split
{
bool shark2 = current.UEBossHP <= 0 && old.UEBossHP > 0 && current.LevelSelected == 14;
bool t2 = current.UEBossHP <= 0 && old.UEBossHP > 0 && current.LevelSelected == 18;
bool CCBoss = current.CCBossHP <= 0 && old.CCBossHP > 0;
return (CCBoss || shark2 || t2) && current.PlayerHP > 0;
}

start
{
return current.LevelSelected == 0 && current.GreenHP == 1000;
}

[ 2024-12-24 11:40:10 CET ] [Original Post]

Minimum Setup

  • Processor: Modern 4 core CPUMemory: 4 GB RAM
  • Memory: 4 GB RAM
  • Graphics: GTX 750 / HD 6770Network: Broadband Internet connection
  • Storage: 1 GB available spaceAdditional Notes: Running On Proton
  • Memory: 8 GB RAM
  • Recommended Setup

    • Processor: Core i / RyzenMemory: 8 GB RAM
    • Graphics: GTX 1050 / RX 460Network: Broadband Internet connection
    • Storage: 1 GB available spaceAdditional Notes: Running On Proton
    GAMEBILLET

    [ 6530 ]

    5.27$ (12%)
    34.59$ (42%)
    12.59$ (16%)
    2.40$ (84%)
    16.57$ (17%)
    4.80$ (84%)
    12.59$ (16%)
    49.77$ (17%)
    13.34$ (11%)
    5.03$ (16%)
    13.30$ (11%)
    12.42$ (17%)
    17.59$ (12%)
    13.25$ (17%)
    24.87$ (17%)
    16.57$ (17%)
    4.50$ (70%)
    6.61$ (17%)
    24.87$ (17%)
    49.77$ (17%)
    20.72$ (17%)
    41.47$ (17%)
    16.57$ (17%)
    16.57$ (17%)
    39.95$ (11%)
    18.39$ (8%)
    17.59$ (12%)
    17.75$ (11%)
    33.19$ (17%)
    20.72$ (17%)
    GAMERSGATE

    [ 2738 ]

    1.19$ (83%)
    2.76$ (91%)
    0.6$ (91%)
    11.24$ (55%)
    1.28$ (87%)
    0.63$ (87%)
    0.9$ (91%)
    2.76$ (86%)
    0.75$ (92%)
    10.2$ (74%)
    0.43$ (91%)
    6.0$ (80%)
    0.75$ (92%)
    2.25$ (91%)
    1.84$ (74%)
    2.24$ (55%)
    2.55$ (87%)
    1.05$ (85%)
    0.74$ (63%)
    0.83$ (92%)
    4.5$ (91%)
    6.38$ (74%)
    6.38$ (57%)
    0.64$ (87%)
    1.11$ (91%)
    1.05$ (85%)
    1.28$ (91%)
    3.19$ (87%)
    5.39$ (55%)
    0.85$ (91%)
    MacGamestore

    [ 4858 ]

    3.99$ (90%)
    0.99$ (75%)
    15.89$ (21%)
    2.98$ (90%)
    31.99$ (20%)
    1.09$ (91%)
    2.09$ (70%)
    1.89$ (81%)
    51.49$ (26%)
    1.99$ (85%)
    1.42$ (93%)
    3.74$ (75%)
    1.89$ (81%)
    5.99$ (85%)
    0.99$ (80%)
    4.49$ (70%)
    1.99$ (90%)
    1.19$ (76%)
    9.49$ (5%)
    2.98$ (80%)
    0.79$ (89%)
    0.99$ (93%)
    67.19$ (16%)
    13.99$ (7%)
    7.94$ (21%)
    1.49$ (85%)
    6.24$ (75%)
    53.99$ (10%)
    2.99$ (85%)
    1.09$ (95%)

    FANATICAL BUNDLES

    Time left:

    356214 days, 20 hours, 18 minutes


    Time left:

    356214 days, 20 hours, 18 minutes


    Time left:

    4 days, 3 hours, 18 minutes


    Time left:

    0 days, 3 hours, 18 minutes


    Time left:

    10 days, 3 hours, 18 minutes


    Time left:

    21 days, 3 hours, 18 minutes


    Time left:

    24 days, 3 hours, 18 minutes


    Time left:

    25 days, 3 hours, 18 minutes


    Time left:

    34 days, 3 hours, 18 minutes


    HUMBLE BUNDLES

    Time left:

    4 days, 14 hours, 18 minutes


    Time left:

    4 days, 21 hours, 18 minutes


    Time left:

    5 days, 21 hours, 18 minutes


    Time left:

    5 days, 21 hours, 18 minutes


    Time left:

    7 days, 21 hours, 18 minutes


    Time left:

    12 days, 21 hours, 18 minutes


    Time left:

    14 days, 21 hours, 18 minutes


    Time left:

    19 days, 21 hours, 18 minutes

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