As algent suggest, running the game with the -nosound
flag works, but a game without sound can't be that funny 😉
To solve the problems, just use the source from one of the releases, for example the latest release v1.0.8 from here https://github.com/triplane-classic/triplane/releases/tag/v1.0.8
Sot to get it to work you have to do the following steps:
sudo eopkg it -c system.devel
sudo eopkg it g++ sdl1 sdl1-mixer sdl1-devel sdl1-mixer-devel
- Download the zip file with the source code of the latest release from https://github.com/triplane-classic/triplane/releases/tag/v1.0.8
- Extract the source code
- change into the source code directory and run
make depend
- followed by
make
- run the game with
./triplane
If you want to you can also run make install
to install the game system wide.
Oh an there are also some handy command flag to zoom the screen:
-help Help on options
-fullscreen Start game in fullscreen mode (default)
-nofullscreen Start game in windowed mode
-nosound Start game without sounds
-2, -3, -4 Zoom the 320x200-pixel game window 2x, 3x or 4x
-2svga Zoom the 800x600-pixel window 2x to produce 1600x1200-pixel window