2019-05-28 21:33:47 +02:00
|
|
|
# REDRIVER2
|
|
|
|
|
2020-04-12 19:08:03 +02:00
|
|
|
PC:
|
|
|
|
<p align="center">
|
2020-04-28 09:20:01 +02:00
|
|
|
<a href="https://streamable.com/m8d29f"><img src="https://i.ibb.co/9rTkQND/aaa.png"/><a>
|
2020-04-12 19:08:03 +02:00
|
|
|
</p>
|
|
|
|
|
2020-04-28 09:20:01 +02:00
|
|
|
Project attempting to reverse-engineer PS1 game Driver 2;
|
2019-05-28 21:33:47 +02:00
|
|
|
|
2020-03-27 21:47:29 +01:00
|
|
|
### Goals
|
2020-04-28 09:20:01 +02:00
|
|
|
- Rebuild all of source code from assembly.
|
|
|
|
- Compile it NATIVELY for **PC** (and probably **PSX** later)
|
|
|
|
- Make game playeble from start to finish, all game modes
|
|
|
|
- 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
|
2019-05-28 21:33:47 +02:00
|
|
|
|
2020-03-27 21:47:29 +01:00
|
|
|
### How done
|
2020-04-28 09:20:01 +02:00
|
|
|
- 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
|
|
|
|
|
|
|
|
### Usage
|
|
|
|
- Assuming you have compiled the most recent code. Copy DRIVER2 folder from your **game CD** to location where compiled EXE is located.
|
2020-03-27 21:47:29 +01:00
|
|
|
|
|
|
|
### Credits
|
|
|
|
- Soapy - lead programmer
|
2020-04-28 09:20:01 +02:00
|
|
|
- Gh0stBlade - API-level PSY-Q libraries reimplementation (aka HLE PSX Emulator)
|
2020-03-27 21:47:29 +01:00
|
|
|
- Ben Lincoln - This Dust Remembers What It Once Was (*TDR*)
|
|
|
|
- Stohrendorf - Symdump tool
|