Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

jglrxavpok

12
Posts
3
Followers
A member registered Sep 29, 2014 · View creator page →

Creator of

Recent community posts

I tried with Proton Experimental.
If it still does not work for you, I don't know what else to try...

Yes I forgot to ship some libraries :/


The Windows version can be launched via Steam, with the following configuration.


However it takes a long time to load, probably due to the console spam.

Linux build worked out of the box! <3 (contrary to my game as you have experienced...)

I'm not a big fan of auto-battler, but I still found the game's concept very interesting! The game lacks a bit of feedback though and choosing attacks felt a bit random as I had no idea what the enemy could do

Maybe with openxr-loader-git through AUR?
Neither my friend nor I had the issue, so there might be a *few* missing libraries :/
FYI LD_PRELOAD="libA libB" should work for multiple libraries (or using a semicolon).

Just in case I looked for .so files inside my engine build folder, here's the list:

slang/slang-2025.10.4-linux-x86_64/lib/libgfx.so 
KTX-Software/libktx.so 
KTX-Software/libktx.so.4 
KTX-Software/libktx.so.4.1.0 
OpenXR-SDK-Source/src/loader/libopenxr_loader.so 
OpenXR-SDK-Source/src/loader/libopenxr_loader.so.1 
OpenXR-SDK-Source/src/loader/libopenxr_loader.so.1.0.32.1 
slang/slang-2025.10.4-linux-x86_64/lib/libslang.so 
slang/slang-2025.10.4-linux-x86_64/lib/libslang-glslang.so 
slang/slang-2025.10.4-linux-x86_64/lib/libslang-glsl-module.so 
slang/slang-2025.10.4-linux-x86_64/lib/libslang-llvm.so 
slang/slang-2025.10.4-linux-x86_64/lib/libslang-rt.so

Everything related to slang should not be necessary to run the game.

I want to already thank you for your patience!

I really like how you implemented the theme!

However I could not get very far, in part because the game uses WASD even on AZERTY keyboards

Loved the artstyle! I agree with Aruseus on the timer, I could not get past the first ramp.

The game was fun! 

It gets really hard at wave 5!
A recap of the score on the game over screen would have been nice to compare with others

A friend had the same issue, and had to install libktx manually.
Alternatively, this build has a version of libktx inside, in 'thirdparty/KTX-Software/libktx.so.4' (which I hoped that would have been enough), you might be able to run the game with LD_PRELOAD pointing to the .so file.

It's possible your GPU is too old. Aruseus has posted that their GTX1060 does not support mesh shaders, which are another requirement for the engine (even if the game does not use them). I've updated the game description to mention mesh shaders, but sadly I don't think you will be able to play the game :c

The game does not use it but the engine requires it by default, sorry I forgot to disable it for this release  :/
By curiosity, which GPU do you have?

There is a Launch.bat file inside the zip which runs the exe inside RelWithDebInfo with the correct folder and arguments to run the game.

What GPU do you have?