MeinerI / TOMB5

Tomb Raider: Chronicles Disassembly translated to C source code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project: Decompile Tomb Raider: Chronicles (TOMB5)

Start Date: 21st June 2017.

PSX:

PSXPC_N:

PC_N:

Platform Build State
Windows (PSXPC_N) Build status
Linux (PSXPC_N) Build status
Linux (PSXPC_N) Build Status
PSX Build status

Disclaimer

This project may be abandoned at any time, use this product at your own risk.

What is this?

This repository contains decompiled code for the game Tomb Raider: Chronicles. All decompiled code is based off the final PlayStation and PC version. The goal is to decompile as much as possible since the original source code is reportedly lost. It is not expected for decompiled code to be 1:1 with the original source code. However, functionality wise it will be the same. Further debugging of the original PlayStation version at a later phase will help map out any existing bugs. All information (variable, file names, method names and data structures) have been obtained from debugging symbols (.SYM, .MAP), TRosettastone 3.0 and GAMEWAD.OBJ.

What are the current goals?

Current goals include decompiling all code up until the title screen sequence, ensuring it's fully correct then proceeding to decompiling in-game code. At this point in time the most critically required parts of code reside within the "GAME" folder.

Usage

Assuming you have compiled the most recent code or downloaded the latest binaries from appveyor (artifacts). Simply put your Tomb Raider: Chronicles PlayStation disc into your PC. At this point you'll need to copy all the files from the root of the CD to the same folder as MAIN.EXE. The codebase is currently based off the final NTSC version of Tomb Raider: Chronicles and final PC version. This means that other localised versions may not be supported.

How long will this take?

Depending on the amount of contributors it could take years.

Feel free to contact me on this: Discord server channel #TOMB5-decompile

Credits

  • Gh0stBlade: Lead Programmer (PSX/PSXPC_N).
  • zdimension: Programmer (PSX/PSXPC_N,PC_N).
  • Stohrendorf: Symdump tool creator.
  • smf: GTE code for PSXPC_N code path.
  • You?

About

Tomb Raider: Chronicles Disassembly translated to C source code.

License:MIT License


Languages

Language:C 81.8%Language:C++ 9.7%Language:Java 5.0%Language:CMake 1.9%Language:Python 1.2%Language:Makefile 0.2%Language:HLSL 0.2%Language:Batchfile 0.1%