Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

It's been years since I last tried to install this, but I'm trying on Ubuntu. Where do I put the built audiality2 install so that Kobo Redux can be built?

Thanks.

Audiality 2 can be installed anywhere, and should be found by pkg-config if installed correctly.

Make sure you get the right version, though! (Specified in BUILDDEFS.) Normally, just building the latest master of the game + libs should work, but if you check out older versions, you may need the corresponding Audiality 2 version, as these are still development versions that break compatibility every now and then.

You can look at the install-libs script to see how things are supposed to be installed, which also covers checking out the correct versions of my libs.

(You can actually run the script to download, build, and install the dependencies, but it's really meant for virtualized build hosts, so it might install additional versions of libs you already have on the system, if they're not were the script expects them to be.)

(2 edits)

The game is built, but when I run it in bash, it gives me this and terminates. A similar output occurs when I run the demo instead of the release. What should I do next?

Looks like the build is fine, as far as I can tell from that, but the game can't find the data files. IIRC, it should work if you put all of them in the user .koboredux folder. (That is, gfx and sfx should be subfolders in there.) You can run kobord with the '-debug' switch to see where it's looking for these files.

Fantastic! After 3 years I'm finally able to play this game! It's great so far, but the sound is broken. I probably have to reinstall audiality for that to work. Thank you so much for making this and for helping me!

Awesome! Any audio related log output? It said 1.9.4 in the log, and I've pretty much only added documentation and build script fixes to Audiality since then, so it "should" work with master as well. Anyway, have fun! :-)