Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+3)(-1)

There are a couple issues with the game on Linux as of now (0.2.0) :

  • the executable isn't set as executable (easy to fix with the chmod command)
  • the executable still has the old name (Phoenixes-0.1.0.x86_64) instead of just Phoenixes (has to be the same name as the .pck file it seems)
  • the game can't save its settings or save at all : from what the log says, it can't create the folders it needs to do so (by the way there seems to be a typo and it tries to create/access a folder named "Phonexies"). Creating the folders manually don't solve the issue though settings are saved correctly
  • the game freezes on quit, have to kill it through the terminal

Other than that, the game itself seems to work fine, the rendering, the animations, the text and stuff. Here's the full log.

(+1)

^ Freeze on quit was also existing in 0.1.0 as well.