Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

Just thought I would give some feedback, so far the game seems to be running fine on my Archlinux system with a Fury running the opensource drivers. I've only gotten through I think to level 2, the level after the ship, and partway into the next level. So far it seems to be a solid 60 fps running in 4k, and it seems to handle it fairly well, the particle effects seem to run a bit on the heavy side, in the area near the ship, as when power limiting my Fury to 100 watts to help to reduce some of the heat it will drop down to around 35-40 fps, but overall seems to run well. It handles changes to the window well it seems, no issues with resizing the window. One thing I did notice is that it seems like I can't turn off VSync, it remains capped at 60 fps no matter what the toggle is set to. Also I'm not 100% sure if the shadow settings all work or not, I notice with low and medium they are visible, but it seems like it's reversed or something, notice the shadows more with Low and the higher I go they get more soft or something, but maybe it's just them being more accurate.

Also, I tried it with my Steam controller running through the sc-controller app as an xbox 360 controller and it seemed to detect it fine and be playable. Though one thing I might recommend is maybe making it possible for both mouse and joystick can work together, to make full use of the touchpads that it can have.

Also, thought I would let you know that the game segfaults on quitting with this backtrace:

Thread 1 "SmithAndWinston" received signal SIGSEGV, Segmentation fault.
0x00007ffff4d6680b in _int_free () from /usr/lib/libc.so.6
(gdb) bt
#0  0x00007ffff4d6680b in _int_free () from /usr/lib/libc.so.6
#1  0x00007ffff541a935 in _XFreeDisplayStructure () from /usr/lib/libX11.so.6
#2  0x00007ffff5408422 in XCloseDisplay () from /usr/lib/libX11.so.6
#3  0x00007ffff7d71382 in X11_DeleteDevice (device=0x555555f98710) at /home/dazza/Downloads/SDL2-2.0.8/src/video/x11/SDL_x11video.c:116
#4  0x00007ffff7d3d5f6 in SDL_VideoQuit_REAL () at /home/dazza/Downloads/SDL2-2.0.8/src/video/SDL_video.c:2771
#5  0x00007ffff7c89164 in SDL_QuitSubSystem_REAL (flags=29233) at /home/dazza/Downloads/SDL2-2.0.8/src/SDL.c:294
#6  SDL_Quit_REAL () at /home/dazza/Downloads/SDL2-2.0.8/src/SDL.c:354
#7  0x00005555556d256e in main ()

Will let you know of further findings.