Super Mario 64 Splitscreen Multiplayer -normal ... ((new)) Jun 2026

Turn every level into a competitive race to see who reaches the Star first.

It’s a humid July evening in Redmond, Washington. Dylan Nguyen, a 24-year-old QA tester for Nintendo of America, is the last one in the dimly lit debugging lab. His job is to verify bug fixes for the Japanese 1.1 revision of Super Mario 64 , but his real passion lies in the game’s unused data—scraps of text, placeholder assets, and one curious file simply labeled SPLIT_MULTI_TEST.bin . Super Mario 64 Splitscreen Multiplayer -Normal ...

But the true magic? A small indie dev, inspired by the leaked footage, creates Parallel Plumbers , a 3D platformer built entirely for splitscreen co-op. It wins an IGF award. In the credits: “Special thanks to a lost N64 mode that proved two plumbers are better than one.” Turn every level into a competitive race to

One player can distract Bowser while the other goes for the tail. His job is to verify bug fixes for the Japanese 1

To understand why this mod is a marvel, one must understand how Super Mario 64 was originally built. The game runs on a "loop." Every frame, the console calculates the game state: where Mario is, where the enemies are, and what the camera sees. The game was designed with a single global "Mario struct"—a block of data in memory that defines the player.

The "Normal" mod works around this through a complex process often referred to as "level de-syncing" or utilizing a custom handler that tricks the console into thinking it is running two separate instances of the game loop.