Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Shienar

3
Posts
10
Following
A member registered Nov 08, 2020

Recent community posts

Settings -> FPS Counter -> OFF

I had some trouble launching the game in linux:

$ ./Monster_XXXperiment.sh 
X Error of failed request:  BadLength (poly request too large or internal Xlib length error)   Major opcode of failed request:  18 (X_ChangeProperty)   Serial number of failed request:  267   Current serial number in output stream:  267
Luckily, I found a workaround here: https://itch.io/post/3017410
$ convert -resize 1000x1000 game/gui/window_icon.png game/gui/window_icon.png

The `convert` command is from the ImageMagick package (it's usually installed by default or in your distro's package manager repository). Posting here in case anyone else has this problem since it took a bit of digging.

Not sure what you mean by "converted to .deb file". When I extract the zip, I see:

OurApartmentPreview/
├── LinuxPlayer_s.debug
├── OurApartmentPreview_Data/
├── OurApartmentPreview.x86_64
├── UnityPlayer_s.debug
└── UnityPlayer.so

Just run "OurApartmentPreview.x86_64" like a normal binary, e.g. with "./OurApartmentPreview.x86_64" in your terminal or double-click it in your GUI file manager.