Go to file
Ilya Shurumov bd0803f160 - implement jump_debris, nose_down
- little fix to CheckCarToCarCollision
2020-05-10 14:36:03 +06:00
dump_music - dump_music now extracts all PSX sounds including alpha builds 2020-03-28 02:13:37 +06:00
REDRIVER_2.rep - update Ghidra DB 2020-05-10 13:48:11 +06:00
src_rebuild - implement jump_debris, nose_down 2020-05-10 14:36:03 +06:00
.gitignore - add TOMB5 emulator code 2020-03-31 22:56:49 +06:00
dump.bat - initial commit 2019-02-19 00:49:19 +06:00
dump.h - initial commit 2019-02-19 00:49:19 +06:00
README.md - update README 2020-05-01 11:18:59 +06:00
REDRIVER_2.gpr - redone Ghidra project with TDR 2020-03-28 02:12:54 +06:00

REDRIVER2

PC:

Project attempting to reverse-engineer PS1 game Driver 2;

Goals

  • Rebuild all source code from assembly
  • Compile native version for PC (and for PSX later)
  • Make game playeble from start to finish, all game modes should function properly
  • Fix some existing critical bugs and performance issues
  • OpenDriver2? rewrite code, implement various cool stuff, PC rendering and audio engine, get rid of hard-coded stuff

How is it done?

  • All information (variables, types and function names) have been obtained from debugging symbols (.SYM), driver_psx_level and DLE
  • Ghidra project (based on Italian SYM) to deal with overlays, simple code complex branching - semi-auto decompilation
  • IDB based on Spanish SYM when dealing with things Ghidra can't handle properly - manual decompilation (mostly GTE code)

Usage

  • Assuming you have compiled the most recent code. Copy DRIVER2 folder from your game CD to location where compiled EXE is located.

Credits

  • Soapy - lead programmer
  • Gh0stBlade - API-level PSY-Q libraries reimplementation (aka HLE PSX Emulator)
  • Ben Lincoln - This Dust Remembers What It Once Was (TDR)
  • Stohrendorf - Symdump tool