This project is an attempt at re-making the Need For Speed 4 High Stakes experience in Godot engine.
- re-implementation of the original physics
- compatibility with community addons through one-click conversion
- multiplayer
- moddability
The project does not come with any cars and tracks from the original game on its own. You must own the original game and convert the cars and tracks yourself locally.
- Install latest Blender, speedtools addon and latest Godot
- Open the project in Godot, close it, and open it again. Otherwise strange things happen.
- Import a track with the following options enabled:
- Import shading
- Import collision
- Import cameras
- Import ambient
- Mode: GLTF
- Export the track into the
./import/tracks
directory- For example, export map
UK
into./import/tracks/UK/UK.glb
- Enable the following options:
- Export attributes
- Export cameras
- Export extras
- Export lights
- For example, export map
- Import a car
- Export the car into the
./import/cars
directory- For example, export B911 into
./import/cars/B911/B911.glb
- Enable the following options:
- Export attributes
- Export extras
- Export lights
- For example, export B911 into
- Wait for Godot to process the asset. This may take a while.
- Run the project
- Select a track and a car. Click
Start game
button - Drive around
The conversion steps above will be automated later on.
The keyboard bindings are currently non-configurable. Here is the list:
- Arrow keys - steering, acceleration, braking
- R - reset position
- A - shift up
- Z - shift down
- Esc - end race
EA has not endorsed and does not support this project.