Skip to main content

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

DenisHillier

2
Posts
1
Followers
13
Following
A member registered Dec 25, 2018

Recent community posts

(2 edits)

Your best bet is to use an Interactive Fiction interpreter called gargoyle , the easiest way to install it on Ubuntu is probably through Flatpak bc it's not in the repos or snap, check here for help setting that up. Once installed, use gargoyle to open the Anchorhead.gblorb file located in resources/app/anchorhead in the directory you extracted the zip file and you should be away.

PSA: If you're using Linux and get a '3502 can't open sound...' message when running Brigand in wine, you can fix it by installing the 32-bit packages for the 'bad' and 'ugly' gstreamer plugins.

In Ubuntu:

sudo dpkg --add-architecture i386

sudo apt update

sudo apt install gstreamer1.0-plugins-bad:i386 gstreamer1.0-plugins-ugly:i386