Source port of Test Drive Unlimited PC (TDU) (MC 1.66A)
The goal of this project is to create a new client fixing various issues encountered on modern systems (AI, rendering, security, etc.) as well as providing cross-platform compatibility. This project is not a replacement for the game (you still need to own a legal copy); and does not provide any game assets!
Nightly binaries are available here: https://github.com/opentestdriveunlimited/opentestdriveunlimited/releases.
- CMake (3.15 or newer)
- C++17 compiler (eg. clang; gcc or MSVC)
- Vulkan SDK (1.3.204.0 or newer)
- Clone the code using:
git clone --recursive git@github.com:opentestdriveunlimited/OpenTestDriveUnlimited.git - Run the build script for your host platform (
build_win.bat x64for Windows orbuild_unix.shfor Linux or macOS)
You must run opentdu_assetExtractor at least once before running opentdu for the first time! This executable will extract shaders and configuration files from the original executable (as well as generating SPIRV bytecode for Vulkan).
Progress is tracked on a game mode basis:
| GameMode | Project Page | Status |
|---|---|---|
| VideoBumper | N/A | Done |
| Login | https://github.com/orgs/opentestdriveunlimited/projects/5 | In Progress |
| CarShowCase | https://github.com/orgs/opentestdriveunlimited/projects/1 | In Progress |
| Intro | N/A | Not Started |
| FreeRide | N/A | Not Started |
| Map | N/A | Not Started |
| Home | N/A | Not Started |
| Shop | N/A | Not Started |
| Mission | N/A | Not Started |
| GameModeEdit | N/A | Not Started |
| InstantChallenge | N/A | Not Started |
| TestCar | N/A | Not Started |
| Garage | N/A | Not Started |
| Living | N/A | Not Started |
| Sandbox | N/A | Not Started |
| Goodies | N/A | Not Started |
| AvatarShowcase | N/A | Not Started |
| DriveIn | N/A | Not Started |
| Dressing | N/A | Not Started |
| AfterMarket | N/A | Not Started |
| AITrainer | N/A | Not Started |
| CinViewer | N/A | Not Started |
| Estates | N/A | Not Started |
| Club | N/A | Not Started |
| Lobby | N/A | Not Started |
| OnlineReplay | N/A | Not Started |
| IntroDemo | N/A | Not Started |
| OutroDemo | N/A | Not Started |
| BoatTour | N/A | Not Started |
| Jail | N/A | Not Started |


