An installer script that sets up the newest version of the Sega Model 3 Supermodel emulator, configures it and sets up shortcuts to allow playing of SpikeOut: Digital Battle Online, and SpikeOut: Final Edition out-of-the-box (the SpikeOut ROMs (spikeout.zip and spikeofe.zip) are not included and must be procured yourself), and optionally integrates them into your Steam Library. This in turn allows the script to import a custom Steam Input controller configuration scheme that contains some useful controller macros and configs.
In case you are wondering about the differences between Digital Battle Online and Final Edition, you can find a work-in-progress changelog here.
Special thanks to RexZakel for testing out the script!
To run this script, either download Setup-SpikeOut.ps1 from the Setup-SpikeOut folder and run it locally in a PowerShell window, or run the following commands in a PowerShell window:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Method Get 'https://raw.githubusercontent.com/GriekseEi/GriekseEi-RandomPowerShellScripts/refs/heads/main/Setup-SpikeOut/Setup-SpikeOut.ps1' | Invoke-Expression
