Superman 64: Recompiled is a project that uses N64: Recompiled to statically recompile Superman: The New Superman Adventures into a native port with many new features, enhancements, and extensive mod support. This project uses RT64 as the rendering engine to provide graphical enhancements.
Check out the latest release here (coming soon).
Important
This recomp is in early development. While it is currently playable, it is unpolished and lacks some basic features (e.g., unlocked framerate). Until then, this project must be built from the sources and is only made public for those that are either curious or interested in contributing.
Join the N64: Recompiled Community Discord to discuss this and other N64: Recompiled projects!
This repository and its releases do not contain game assets. The original game is required to build or run this project.
A GPU supporting Direct3D 12.0 (Shader Model 6), Vulkan 1.2, or Metal Argument Buffers Tier 2 support is required to run this project. The oldest GPUs that should be supported for each vendor are:
- GeForce GT 630
- Radeon HD 7750 (the one from 2012, not to be confused with the RX 7000 series) and newer
- Intel HD 510 (Skylake)
- A Mac with Apple Silicon or an Intel 7th Gen CPU with MacOS 13.0+
On x86-64 PCs, a CPU supporting the SSE4.1 instruction set is also required (Intel Core 2 Penryn series or AMD Bulldozer and newer). ARM64 builds will work on any ARM64 CPU.
If you have issues with crashes on startup, make sure your graphics drivers are fully up to date.
https://www.youtube.com/watch?v=9VsL8zCdYVk
Static recompilation is the process of automatically translating an application from one platform to another. For more details, check out the full description of how this project's recompilation works here: N64: Recompiled.
Unlike N64 ports in the past, this project is not based on the source code provided by a decompilation of the game. This is because static recompilation bypasses the need for decompiled source code when making a port, allowing ports to be made without source code. However, the reverse engineering work done by the decompilation team was invaluable for providing some of the enhancements featured in this project. For this reason, the project uses headers and some functions from the decompilation project in order to make modifications to the game. Many thanks to the decompilation team for all of the hard work they've done.
- Overlays such as MSI Afterburner and other software such as Wallpaper Engine can cause performance issues with this project that prevent the game from rendering correctly. Disabling such software is recommended.
- Graphical artifacts when running with uncapped framerate. For now, keep framerate set to Original under graphics settings.
Prebuilt binaries are not currently available, and likely won't be until a future 1.0 release.
Instructions on how to build this project can be found in the BUILDING.md file.
- N64Recomp for static recompilation
- RT64 for the project's rendering engine
- RmlUi for building the menus and launcher
- lunasvg for SVG rendering, used by RmlUi
- FreeType for font rendering, used by RmlUi
- moodycamel::ConcurrentQueue for semaphores and fast, lock-free MPMC queues
- Gamepad Motion Helpers for sensor fusion and calibration algorithms to implement gyro aiming
- Superman64Decomp for symbols, headers and function definitions used for making patches and enhancements
- ares for RSP vector instruction reference implementations, used in RSP recompilation
