Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hey, thank you for trying the demo. :)

This is some very nice information and I'll be putting this in my notes for the next release as this seems to be a much better way of doing it.

As far as I understand, this means that I could bundle all dependencies with the game which would be a much better option than having the user install them.

So thanks a lot for this information. ^^

Just to be sure (and because I had already a lot of dependencies installed on my machine) I tried with a fresh install of Ubuntu 20.04 on a new VritualBox VM.

I think you are missing a step in the README: before installing the i386 library packages, I'm quite sure you have to enable the i386 architecture.

So this is the sequence of commands I verified to be working on a fresh install:

$ sudo dpkg --add-architecture i386

$ sudo apt install libopenal1:i386 libglu1:i386 libxrandr2:i386

$ cd Zordak;  ./start.sh    (the script I wrote last time)

Hope this helps. Bye and keep up with the really good job you're doing.

Hmm, I don't know, maybe..?

I didn't have to do that when installing it on a fresh VM or natively on my laptop (fresh install) when that still worked, both of them had Ubuntu 20.04 LTS 64-Bit installed.

And just to be clear here, the README does have the ":i386" part on all listed dependencies in case this is part of what you mean.

But that being said, I might add the "sudo dpkg --add-architecture i386" part explaining that this may have to be run to enable i386 architecture in the README for the next version.

Thanks again for the information/feedback. :)