Go to file
2020-11-20 16:19:03 +01:00
.appveyor appveyor: add Ubuntu image 2020-11-20 16:19:03 +01:00
.github/ISSUE_TEMPLATE Update issue templates 2020-11-16 17:28:24 +06:00
data - include FMV font as header 2020-11-18 12:21:22 +06:00
src_rebuild Refactor FEMAIN.C 2020-11-18 18:46:04 -08:00
symbols - update CONTRIBUTING 2020-08-28 11:48:56 +06:00
tools - initial stuff on cosmetic editor 2020-10-29 01:27:24 +06:00
.gitignore - update .gitignore 2020-11-17 22:29:33 +06:00
appveyor.yml appveyor: add Ubuntu image 2020-11-20 16:19:03 +01:00
changelog.txt - update changelog 2020-11-15 03:04:24 +06:00
CONTRIBUTING.md - update CONTRIBUTING.md 2020-11-19 01:47:38 +06:00
LICENSE Create LICENSE 2020-07-08 16:23:47 +06:00
README.md - update README.md 2020-11-19 01:47:29 +06:00

REDRIVER2

PC (Windows): Build status

PSX: pending

Project attempting to reverse-engineer PS1 game Driver 2;

Start Date: 28 March 2019

Goals

  • Rebuild all source code from assembly
  • Compile native version for PC (and for PSX later)
  • Make game playable from start to finish, all game modes should function properly
  • Fix all reverse-engineering bugs
  • 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)
  • Originally targeted Playstation game built upon Psy-X (Psy-Cross) (formely extended TOMB5 emulator)

How to use

See Wiki/Installation Instructions

Credits

  • Soapy - lead programmer
  • Fireboyd78 - code refactoring and improvements
  • Krishty, someone972 - formats decoding
  • Gh0stBlade - API-level PSY-Q libraries reimplementation (HLE PSX Emulator) (link)
  • Ben Lincoln - This Dust Remembers What It Once Was (TDR)
  • Stohrendorf - Symdump utility