Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Having a bit of difficulty getting it to run on linux - tried both versions in command line to no avail, I get the following error talking about a missing library: 

$ ./franken

./franken: error while loading shared libraries: libSDL2_mixer-2.0.so.0: cannot open shared object file: No such file or directory

unpacked from the tarball there is only the following:

franken
franken.rpg
LICENSE-binary.txt
README-franken.txt

So perhaps a lib file is missing or some link is broken?

i have never used a linux system in my life so i am pretty unable to help you i'm afraid! maybe try downloading the linux version of OHRRPGCE and running the .rpg file through it?

(2 edits) (+5)

Try installing libSDL2-mixer like this:

sudo apt install libsdl2-mixer-2.0-0

worked for me on ubuntu :) if you have a different linux search the system repo for "sdl mixer"

That worked for me too (I am also on ubuntu)! thanks!