Leaked Wipeout Source Code Leads To Near-Total Rewrite and Remaster
An anonymous reader quotes a report from Ars Technica: There have been a lot of Wipeout games released since the 1995 original, including Wipeout HD and the Omega Collection, but only the original has the distinction of having its Windows port source code leaked by (since defunct) archive Forest of Illusion. Dominic Szablewski grabbed that code before it disappeared and set about creating a version that's not just a port. He rewrote the game's rendering, physics, sound, and generally "everything everywhere." He documented the project, put his code on GitHub, and has some version of a justification. "So let's just pretend that the leak was intentional, a rewrite of the source falls under fair use and the whole thing is abandonware anyway," Szablewski writes. As he digs into the specifics of his work, Szablewski takes the reader on a tour of PSX dev kits and how they handled Z-levels, how to translate yesterday's triangles to today's OpenGL, breaking the 30 FPS cap on a game that explicitly forbade that, and more. He takes the code from 40,699 lines to 7,731 and notably loved an excuse to work in C. "I had an absolute blast cleaning up this mess!" Szablewski's Wipeout rewrite can be compiled for Windows, Linux, Mac, and WASM (Web Assembly). You can even play it in your browser on his server (please be gentle). I spent some time in it this morning, and let me tell you: I am not ready for anti-gravity racing in the year 2052. It was a struggle to even get to fourth place, but those struggles were due entirely to skill, not system. The web version feels buttery smooth, even when you're continually clunking into walls. I had misremembered this game as having a lot more to it, but it's all feel: the trance/prog music, the physics, the controls, and the sense that you're always just slightly out of control.
Read more of this story at Slashdot.