Pilotwings 64: Recompiled is a project that uses N64: Recompiled to statically recompile Pilotwings 64 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., border removal, widescreen support). 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.
- 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.
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
- Pilotwings64Decomp for symbols, headers and function definitions used for making patches and enhancements
- ares for RSP vector instruction reference implementations, used in RSP recompilation
