Reverse Engineering Stunts: SuperSight Mod Development Log (Part I)

2025-08-17

Alberto Marnetto details his journey creating SuperSight, a graphical enhancement mod for the classic racing game Stunts. The article chronicles his reverse engineering process, leveraging the community-driven Restunts project (containing partially disassembled code and C-language ports) to understand the game's rendering engine. Initial attempts to modify graphics settings via the in-game menu proved difficult due to the game's lack of option saving. By analyzing Restunts' code, he pinpointed the variable controlling graphical detail. He then implemented simple enhancements like altering the field of view, encountering and documenting minor glitches. This successful proof of concept paves the way for further improvements detailed in future parts.

Read more
Game