Page 1 of 1

3D Pinball for Windows - Space Cadet ported to Linux PPC

Posted: Thu Oct 28, 2021 11:24 pm
by xeno74
Hi All,

Do you still know the old pinball game from the Microsoft Windows Plus! package for Windows 95? It was also available for Windows NT4, Windows 2000, and for Windows XP.
This game was decompiled and rewritten for Windows, Linux, macOS, PS Vita, Nintendo Switch, webOS TV, Nintendo Wii, Nintendo Wii U, and for Nintendo 3DS. It works also on Wine.

Fortunately I was able to backport some big endian patches from the Wii U port to the official port and after that I was able to compile it for Linux PowerPC.

Download: space-cadet-pinball-2.0-linux.powerpc.tar.gz

You can start it with ./SpaceCadetPinball in the bin folder. The patched source code is included in this package.

You need a new Linux distribution like Fienix, MintPPC and Void for playing this game. It doesn"t work on old Linux distributions like ubuntu MATE 16.04.

Image

Have a lot of fun with Space Cadet Pinball! :-)

Cheers,
Christian

Re: 3D Pinball for Windows - Space Cadet ported to Linux PPC

Posted: Mon Nov 01, 2021 10:31 am
by xeno74
Image

This ported Linux version is really better than the old Windows version because it can scale to larger screen sizes, it uses linear filtering for textures, and has faster frame rates.

Re: 3D Pinball for Windows - Space Cadet ported to Linux PPC

Posted: Wed Feb 22, 2023 4:30 pm
by xeno74
Space Cadet Pinball doesn't play music on Void PPC

Solution: You need the package "soundfont-fluid" for the music (MIDI files).

Code: Select all

xbps-install -S soundfont-fluid
After that you need to create a symbolic link:

Code: Select all

ln -s /usr/share/soundfonts /usr/share/sounds/sf2
Result:

Code: Select all

bash-5.1# ls -ld /usr/share/sounds/sf2
lrwxrwxrwx 1 root root 21 Feb 22 15:21 /usr/share/sounds/sf2 -> /usr/share/soundfonts