This repository is currently used to track the progress of making 3D Pinball: Space Cadet, IRL. See below for references to different sections of this repo, and beyond.
- Build Your Own Pinball Machine - element14 presents
- How to build a pinball machine from scratch - phyxis101
- Building Custom Pinball Machines (33c3) - media.ccc.de
- pinballmakers.com
- This site provides great information on the entire build process.
Received by exporting blueprint from the Visual Pinball model.
Download and run the WinRAR-based installer for 3D Pinball: Space Cadet.
This should install 3D Pinball: Space Cadet, and add a game shortcut to your desktop.
NOTE
This version of the game is not 1-to-1 with the original Windows XP version. However, it does enable exporting of 3D models and blueprints, as well as show the logic used to program the game.
- Download and install the Virtual Pinball software
- Download and extract the contents of Space_Cadet-022118a.zip
- Execute spacecadet 022118a.vpx to run the game
This is to be used as a reference when programming the table.
- Intro to the Guide
- Concepts
- Game Information
- Program Controls and Menus
- Scoreboard
- Table
- Messages
- Missions
- Secondary Objectives
- Bonus, Jackpots and Awards
- Multi-Player Mode
- Cheat Codes
- Advice and Strategy
- Thanks
- Version History
This project is currently set to be programmed in Python3, using Mission Pinball Framework as the backend. More details to come later.