LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Games (https://www.linuxquestions.org/questions/linux-games-33/)
-   -   Howto: build and play False Genesis' Aquaria repo (https://www.linuxquestions.org/questions/linux-games-33/howto-build-and-play-false-genesis-aquaria-repo-4175443914/)

dugan 01-03-2013 01:18 AM

Howto: build and play False Genesis' Aquaria repo
 
Here's how to make and play a current build of Aquaria. I'll assume you're starting with the Steam version because that's how I recommend buying it these days. When you're done, you will have a build that is more up to date than any official release. If you're on a 64-bit distro (as I think most of us are these days), then the resulting binary will be 64-bit native.

Use the Linux version of Steam to install it. That will get you a 32-bit version that needs Steam to run. We'll then make a copy of the game, build False Genesis' Aquaria Clean repo, and put them together.

Assuming you're starting from the Linux Steam version, here are the exact sequence of commands to get it done:

Code:

cp -r ~/.steam/steam/SteamApps/common/Aquaria ~/aquaria
git clone https://github.com/fgenesis/Aquaria_clean.git
cd Aquaria_clean
cp -r files/* ~/aquaria
cp -r game_scripts/* ~/aquaria
mkdir cmake_build
cd cmake_build
cmake ..
make
# wait
cp aquaria ~/aquaria

You can then launch aquaria like this:

Code:

cd ~/aquaria
./aquaria

On my multilib Slackware64 14.0 installation, I've tested it as far as getting the shield song (about 5 minutes in). Everything up to that point works.

kabamaru 02-26-2013 02:35 PM

Thanks Dugan :-) Didn't expect it, but the game actually runs noticeably smoother this way. No issues so far.

dugan 02-26-2013 02:58 PM

Is Aquaria a great game or what!

Just keep playing. It gets better and better. I think it actually surpasses Super Metroid by a few levels of awesomeness.

kabamaru 03-01-2013 12:10 PM

1 Attachment(s)
Hmm... it turns out the git version segfaults on my system every time at a specific part, the one with the huge dog. Fortunately the Steam version picked up the saves with no issues :cool:

The game is indeed very enjoyable. I'm a sucker for side-scrollers. I recently finished Trine, and Trine 2 + expansion. Cool games :)

dugan 03-01-2013 12:27 PM

You should report that to the aquaria-devel mailing list. I guarantee you that they'll fix it quickly.


All times are GMT -5. The time now is 08:18 PM.