REDRIVER2/README.md

26 lines
861 B
Markdown
Raw Normal View History

2019-05-28 21:33:47 +02:00
# REDRIVER2
2020-04-12 19:08:03 +02:00
PC:
<p align="center">
<a href="https://streamable.com/s5f9kt"><img src="https://i.ibb.co/cQZtX2Q/aaa.png"/><a>
</p>
2019-05-28 21:33:47 +02:00
This project attempting to reverse-engineer PS1 game Driver 2;
2020-04-12 19:08:03 +02:00
This is probably NOT going to be a 1:1 recreation.
2019-05-28 21:33:47 +02:00
### Goals
- Understand what's going on with all of this and how it works
- Implement LEV file and other loaders as the game does
- Reverse-engineer basic gameplay stuff (core mechanics - car physics, pedestrians, etc)
- Build the game both for PSX and PSXPC targets
- *OpenDriver2?*
2019-05-28 21:33:47 +02:00
### How done
- Ghidra project (based on Italian SYM) to deal with overlays and very simple logic
- IDB based on Spanish SYM when dealing with things Ghidra can't handle
### Credits
- Soapy - lead programmer
- Gh0stBlade - HLE PSX Emulator
- Ben Lincoln - This Dust Remembers What It Once Was (*TDR*)
- Stohrendorf - Symdump tool