mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-22 02:12:43 +01:00
14 lines
565 B
Markdown
14 lines
565 B
Markdown
|
# 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.
|
||
|
|