1
0
Fork 0
mirror of https://github.com/k4zmu2a/SpaceCadetPinball.git synced 2025-09-06 00:10:15 +02:00

Fix issues

3


4
This commit is contained in:
Kowalski Dragon (kowalski7cc) 2021-12-23 10:06:32 +01:00
parent e4a416a712
commit c3f5fc6d44
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: C4E819BD2BC6233E
3 changed files with 9 additions and 13 deletions

View file

@ -1,6 +1,6 @@
[Desktop Entry] [Desktop Entry]
Version=1.0 Version=1.0
Name=Pinball Name=Space Cadet Pinball
Comment=Begins a game of 3-D Pinball. Comment=Begins a game of 3-D Pinball.
Exec=SpaceCadetPinball Exec=SpaceCadetPinball
StartupNotify=true StartupNotify=true

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application"> <component type="desktop-application">
<id>com.github.k4zmu2a.spacecadetpinball</id> <id>com.github.k4zmu2a.spacecadetpinball</id>
<name>3D Pinball for Windows Space Cadet</name> <name>3D Pinball for Windows - Space Cadet</name>
<display_name>Pinball</display_name> <display_name>Space Cadet Pinball</display_name>
<summary>Reverse engineering of 3D Pinball for Windows Space Cadet, a game bundled with Windows.</summary> <summary>Reverse engineering of 3D Pinball for Windows - Space Cadet, a game bundled with Windows.</summary>
<url type="homepage">https://github.com/k4zmu2a/SpaceCadetPinball</url> <url type="homepage">https://github.com/k4zmu2a/SpaceCadetPinball</url>
<url type="bugtracker">https://github.com/k4zmu2a/SpaceCadetPinball/issues</url> <url type="bugtracker">https://github.com/k4zmu2a/SpaceCadetPinball/issues</url>
<description> <description>

View file

@ -1,22 +1,18 @@
<!-- markdownlint-disable-file MD033 --> <!-- markdownlint-disable-file MD033 -->
# 3D Pinball for Windows Space Cadet # SpaceCadetPinball
## Summary ## Summary
Reverse engineering of `3D Pinball for Windows Space Cadet`, a game bundled with Windows. Reverse engineering of `3D Pinball for Windows - Space Cadet`, a game bundled with Windows.
## About the original game 3D Pinball for Windows - Space Cadet was a pinball video game developed by Cinematronics and published by Maxis in 1995.
3D Pinball for Windows Space Cadet is a pinball video game developed by Cinematronics and published by Maxis in 1995. It features pre-rendered 3D graphics and three tables—Space Cadet, Skullduggery, and Dragon's Keep. On each table, there are displays on the side that show the players' score, ball number, player number, a display for various information and a table-specific image.
## How to play ## How to play
Place compiled executable into a folder containing original game resources (not included).\ Place compiled executable into a folder containing original game resources (not included).\
Supports data files from Windows and Full Tilt versions of the game. Supports data files from Windows and Full Tilt versions of the game.
Use your keyboard or mouse to control the flipper
## Known source ports ## Known source ports
| Platform | Author | URL | | Platform | Author | URL |
@ -86,10 +82,10 @@ ninja
Some distributions provide a package in their repository. You can use those for easier dependency management and updates. Some distributions provide a package in their repository. You can use those for easier dependency management and updates.
**Fixing the audio issue**: To make music work, you need to export the following envar before launching the game: **If you can't hear the background music**: You need to export the following variable before launching the game like this:
`export SDL_SOUNDFONT=/path/to/your/soundfont` `export SDL_SOUNDFONT=/path/to/your/soundfont`
Fluidsynth will install a default soundfont in this path: Fluidsynth will install a default soundfont in the following path:
On Fedora: `/usr/share/soundfonts/FluidR3_GM.sf2` On Fedora: `/usr/share/soundfonts/FluidR3_GM.sf2`
On Ubuntu/Debian: `/usr/share/sounds/sf2/FluidR3_GM.sf2` On Ubuntu/Debian: `/usr/share/sounds/sf2/FluidR3_GM.sf2`