Play 3D pinball under Linux

Original link: https://blog.251.sh/play-3d-pinball-space-cadet-in-linux

2.png

That is 3D Pinball Space Cadet

Find i386 directory in your Windows XP installation CD, and then create a new directory called Pinball in your Windows C disk to store the decompressed files.

 expand -r pinball*.* C:\Pinball expand -r sound*.wa_ C:\Pinball expand -r font.da_ C:\Pinball expand -r table.bm_ C:\Pinball copy wavemix.inf C:\Pinball

Next test to see if it works. Usually there is no problem.

Then go inside your Ubuntu 22.04 LTS environment:

 $ sudo apt install build-essential cmake libsdl2-dev $ git clone https://github.com/k4zmu2a/SpaceCadetPinball.git

Next, copy *.wav , *.dat , *.mid and WAVEMIX.INF in C:\Pinball directory to the SpaceCadetPinball directory.

Finally, just execute cmake . .

Bonus

Inside Fedora install dependencies using this command:

 sudo dnf install SDL2 SDL2_mixer cmake gcc-c++

If you like this article, please click the “Applause” button below!

If nothing is loaded above, you can click here .

This article is transferred from: https://blog.251.sh/play-3d-pinball-space-cadet-in-linux
This site is only for collection, and the copyright belongs to the original author.