Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomb5/tomb5
Tomb Raider: Chronicles Disassembly translated to C source code.
https://github.com/tomb5/tomb5
android code croft decompile disassemble emscripten engine game ios lara linux mac pc port psx raider source tomb tomb-raider
Last synced: 17 days ago
JSON representation
Tomb Raider: Chronicles Disassembly translated to C source code.
- Host: GitHub
- URL: https://github.com/tomb5/tomb5
- Owner: TOMB5
- License: mit
- Created: 2017-06-21T10:56:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-03T17:20:35.000Z (almost 3 years ago)
- Last Synced: 2024-07-31T12:14:54.170Z (3 months ago)
- Topics: android, code, croft, decompile, disassemble, emscripten, engine, game, ios, lara, linux, mac, pc, port, psx, raider, source, tomb, tomb-raider
- Language: C
- Homepage:
- Size: 6.76 MB
- Stars: 491
- Watchers: 24
- Forks: 45
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Project: Decompile Tomb Raider: Chronicles (TOMB5)
Start Date: 21st June 2017.
PSX:
PSXPC_N:
PC_N:
| Platform | Build State |
| ------------- | ------------- |
| Windows (PSXPC_N) | [![Build status](https://ci.appveyor.com/api/projects/status/wbfndh3l1j605tow/branch/master?svg=true)](https://ci.appveyor.com/project/Gh0stBlade/tomb5/branch/master) |
| Linux (PSXPC_N) | [![Build status](https://ci.appveyor.com/api/projects/status/wbfndh3l1j605tow/branch/appveyor-ubuntu?svg=true)](https://ci.appveyor.com/project/Gh0stBlade/tomb5/branch/appveyor-ubuntu) |
| Linux (PSXPC_N) | [![Build Status](https://travis-ci.org/TOMB5/TOMB5.svg?branch=master)](https://travis-ci.org/TOMB5/TOMB5) |
| PSX | [![Build status](https://ci.appveyor.com/api/projects/status/wbfndh3l1j605tow/branch/appveyor-psx?svg=true)](https://ci.appveyor.com/project/Gh0stBlade/tomb5/branch/appveyor-psx)
## 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. For further usage and build instructions visit [this](CONTRIBUTING.md) file.
## How long will this take?
Depending on the amount of contributors it could take years.
Feel free to contact me on this: [Discord server](https://discord.gg/KYSx8Q7) 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 EMU.
- XProger: EMU render optimisations.
- [You?](CONTRIBUTING.md)