v0.4.2-beta — multiplayer controller routing fix (current)
Pre-release
Pre-release
PokemonStadiumRecomp — SS Anne — v0.4.2-beta
A native PC build of Pokémon Stadium (US v1.0), produced by static
recompilation. You must supply your own legal ROM — none is included.
This is the current, definitive beta. It supersedes v0.4.1-beta.
What's new since v0.4.1-beta
- Fixed multiplayer controller routing. Previously one controller could
end up driving several players (e.g. in Kid's Club, Player 1's pad
controlled Players 1–3). Each player now reads only its own assigned
device, and one physical controller maps to exactly one player. - Controller and enable choices now persist. Assigning a controller or
toggling a player's Enabled state is saved tolauncher.cfgimmediately,
so it survives a relaunch (previously only ROM/save changes persisted). - Self-healing config. If a config assigns the same device to multiple
slots, it's de-duplicated on load (first slot keeps it, the rest fall back
to an unused device or None).
Carried over from v0.4.x
- Default supersampling (2×2 SSAA) + 4× MSAA — the models look right out of
the box, no settings needed. - In-app SS Anne launcher (works with no config), with Game Boy cart/save
pairing validation and game-colored cart dots. - GB Tower, Transfer Pak, and a self-contained build that needs no Visual
C++ redistributable.
Install / run
- Unzip anywhere.
- Run
PokemonStadiumRecomp.exe. - On first launch, point it at your own Pokémon Stadium (US v1.0) ROM. The
path is remembered.
What's NOT included (you provide these)
- The Pokémon Stadium N64 ROM, and any Game Boy game ROMs.
Source code & license (GPLv3)
PokemonStadiumRecomp is GPLv3. The Corresponding Source for this binary
is this repository at the v0.4.2-beta tag, built from:
- PokemonStadiumRecomp —
6455da892794477b99cbac08ec17c6bbc3c0cefb(tagv0.4.2-beta) - N64ModernRuntime —
aaff9349725edfcce4d27b018253f69e0ba9b743 - N64Recomp —
62a475436d9b66f4448ab52b415295255628789a - rt64 —
f8dfe294cd4cfe84999ac3df68034c6d604d63da
Every component's license text is included in the licenses/ folder.
Build instructions: build_ssanne.bat (see README.md).