Skip to content

Releases: suicvne/SpaceCadetPinball_Vita

Release_1.1.1_VitaBuild_2

28 Sep 22:10
Compare
Choose a tag to compare

This is the second public Vita Build of 3D Space Cadet Pinball (from Win95/98/XP originally).
By me, this build will be referred to as "Vita Build 2" or VB2.

NOTICE
In order for the game to run, you will need to place your legally obtained data files from your preferred version of Windows into

ux0:data/SpaceCadetPinball

All the MIDI files and sound config files should be copied.

This version changes the following:

- Rip out SDL_Mixer in favor or SDL_Mixer_X (by Wohlstand: https://github.com/WohlSoft/SDL-Mixer-X)
   - TODO: Fully switch license to GPLv3 & ensure licenses are visible in app. 
- Update ImGui implementation to latest version
- Allow ImGui SDL renderer to create and destroy font textures (adding support for custom fonts)
- Fix MIDI Loading by initializing SDL_Mixer with proper MIDI flags. 
- Added custom Win95 style including SIL Open Font W95FA by FontsArena (https://fontsarena.com/w95fa-by-fontsarena/)
   - Please leave suggestions for further themes, I would love to add the options! 
- Add new menu for switching MIDI Device Emulator on-the-fly between libADLMIDI and libOPNMIDI
  - Also adds menus for switching libADLMIDI emulator and sound banks (again, on the fly!). There are at least 78 sound banks to choose from. 
  - All of these new options are saved and remembered as part of the game's native saving system.
- Bind DPad Left and Right to table bump left/right
- Bind DPad down to table bump down. 
- Attempt to add a short button delay to avoid menu chaos on the Vita

2021-09-28-180856
2021-09-28-180617
2021-09-28-180639

Release_1.1.1_VitaBuild_1

19 Sep 20:50
Compare
Choose a tag to compare

This is the first Public Vita Build of Space Cadet Pinball (from Win95/98/XP originally).

NOTICE
In order for the game to run, you will need to place your legally obtained data files from your preferred version of Windows into

ux0:data/SpaceCadetPinball

All the MIDI files and sound configuration files should be copied. I like to copy the entire data folder with exe and then delete the un-needed exe.
Specifically, PINBALL.DAT. CADET.DAT will also load if you have that.

2021-09-19-164626

2021-09-19-114944

2021-09-19-164613

Known issues:

  • Tilt not bound yet
  • Rear touch-pad is also considered mouse in addition to front (SDL for Vita bug)
  • Menu focusing can be odd

Normal Release Log Version 1.1.1

Bug-fix release.
Fixed issues:
Midi initialization in WINE, thanks to GeorgeMcMullen. Happens only when playing with Windows version data files.
Wav duration approximation for BL timers. Impacts manually up-sampled sounds.
Sound pops introduced by WaveMix internal up-sampler. This should remove the need for manual up-sampling.