Go to file
2019-05-29 01:33:47 +06:00
dump_music - initial commit 2019-02-19 00:49:19 +06:00
ReDriver2.rep - some types fixed 2019-05-29 01:16:59 +06:00
src - first attempt to do something 2019-03-25 01:16:02 +06:00
.gitignore - add ghidra project 2019-05-07 00:50:07 +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 - adding readme 2019-05-29 01:33:47 +06:00
ReDriver2.gpr - some types fixed 2019-05-29 01:16:59 +06:00

REDRIVER2

This project attempting to reverse-engineer PS1 game Driver 2;

This is probably NOT going to be a 1:1 recreation of the original source code.

  • First we need to understand what's going on with all of this and how it works
  • Second is to implement data format loaders as the game does
  • Third is to attempt to reverse-engineer basic gameplay stuff (core mechanics - car physics, pedestrians, etc)
  • Fourth is to build the game based on this reverse engineered work and get rid of hardcoded shit (there's a lot)

Project may be abandoned at any time.