
SiriusCrack
Published
Runs directly, or after editing provided run.sh
The game does not launch through Steam or the provided run.sh
out of the box, but launching the executable directly does work.
Changing the export
line in run.sh
to the following fixes this and allows the game to be run through run.sh
or Steam.
export LD_LIBRARY_PATH="/usr/lib:$LD_LIBRARY_PATH:./assets/linuxlibs/"
Launches with changes to run.sh, but mouse input is broken
The game does not launch through Steam or the provided run.sh
out of the box, but launching the executable directly does work.
Changing the export
line in run.sh
to the following fixes this and allows the game to be run through run.sh
or Steam.
export LD_LIBRARY_PATH="/usr/lib:$LD_LIBRARY_PATH:./assets/linuxlibs/"
Once launching, after tinkering with run.sh
as seen above, mouse input doesn't work. Whenever the game recieves a click, the cursor is moved to the bottom left and the game loses focus. Also, when mousing over menu items, button selection highlights only appear for an instant while moving the mouse, so clicking buttons is impossible. Gamepad control works fine, though.