Skip to main content

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

doctor_shim

4
Posts
1
Following
A member registered Jan 01, 2019

Recent community posts

I managed to get away with high approval ratings and a budget surplus playing as a capitalist. Can’t say much for the environment, but the game doesn’t simulate free markets (e.g. people choosing not to buy plastic or opt for local businesses).

can’t run it without an x64 binary

Don't don't get me wrong, I like the game just fine! I'm going to go ahead and give it another shot in Windows after work hours, and give you a detailed debrief!

the problems on Linux may have to do with the fact that some of the audio is in wav files. I'm going to try to install the appropriate audio codecs and give it another shot! Linux can be very hard to target. I appreciate the effort!

(1 edit)

On Linux: If you launch the game using the itch.io launcher and are presented with a black screen, try the following (on Fedora):

$ sudo dnf install chromium-browser
$ cd "~/.config/itch/apps/crushs-crisis/Chrush's Crisis 1-3"
$ chromium-browser --disable-web-security --user-data-dir=.

Basically, install chromium-browser, go to where you downloaded the game, launch the Chromium browser with the above parameters, then navigate Chromium to index.html. You may also try installing ffmpeg.

You will probably get all sorts of errors regarding missing assets.

Edit: The game does not run reliably on Windows either.