An attempt to recreate the classic Need for Speed Games (1-6), unpacking their original data files into a modern scratch built engine. Extremely early in development, current features include:
- Reverse engineered asset loaders (tracks, cars, images, music etc) for NFS 1-6 PC and PSX (with the possibility for other systems as well), soon to be separated into LibOpenNFS for the creation of mod tools/converters through a stable API
- A barebones game engine designed with enough configurability to accurately replicate each titles respective graphics and gampelay
- Bullet Physics Integration for vehicle dynamics
- New shaders that allow for dynamic lighting and shadows
Below is a table better describing the current level of asset load into OpenNFS:
Game | Cars | Tracks | Music |
---|---|---|---|
NFS6 PC | |||
NFS5 PC | 40%** | 25%** | |
NFS4 PC | 90%* | 90%* | |
NFS4 PS1 | 50%* | ||
NFS3 PC | 100% | 100% | 95% |
NFS3 PS1 | 40% | 90% | 95% |
NFS2 SE | 90%* | 90% | |
NFS2 PC | 90%* | 90% | |
NFS2 PS1 | 90%* | 90% | |
NFS1 |
*Some titles fail to load in current builds of OpenNFS due to the undertaking of a large parser refactor.
**NFS5 Track formats have been reverse engineered, but a stable parser has not yet been written.
- An actual implementation of gameplay that replicates the original titles
- AI generated through neuroevolution for both the police and racers
- Custom(izable), modular menus built from moddable configuration files
- Automated import of game assets from CD, ISO or provided URLs
- A track editor and automated converter between classic NFS titles, utlilising LibOpenNFS
- Free Roam of an open world amalgamation of all classic NFS tracks
- Multiplayer!
OpenNFS does not bundle any EA intellectual property. A copy of the original games must be provided to OpenNFS in order to function, instructions for this are available on the release page.
View the latest stable feature releases Here
All versions (Windows/Mac/Linux) are built on GitHub Actions. To use these builds, just click on the last build for the main branch and download the version for your operating system there. The Need For Speed games files will still need to be supplied, but otherwise the builds are ready to use.
Build Status |
---|
Check out what I'm working on by looking at the Github Project boards for an upcoming point release here.
The project has a dedicated #open_nfs
channel on the "Classic Need for Speed" Discord server, invite here.
The CMake files are currently configured to detect external libraries from within the 'lib' folder at the same level as 'src', just do a 'git submodule update --recursive --remote' to get them.
- GLEW
- GLFW
- GLM
- Bullet3
- Boost
Massive thanks to Denis Auroux, Vitaly 'Necromancer', EdasX, Ian Brownm, Jesper Juul-Mortensen and Arushan for their work on reverse engineering various NFS formats. Thanks go out to AJ_Lethal for the OpenNFS Logo.
Models, textures, tracks, cars by EA Seattle (C) 1998, 1999, 2002. EA Canada (C) 2000, EA Blackbox (C) 2002. OpenNFS is not affiliated in any way with EA.
Released under the MIT License.