GithubHelp home page GithubHelp logo

happy-ferret / psx Goto Github PK

View Code? Open in Web Editor NEW

This project forked from roman-murashov/psx

0.0 1.0 0.0 1.12 MB

Debug information from the Japanese PSX release of Diablo 1.

License: The Unlicense

C 52.57% C++ 22.01% Python 25.42%

psx's Introduction

psx

The aim of this project is to facilitate an understanding of the inner workings of the Diablo 1 game engine, as based on the debug information of the Japanese release of Diablo 1 on Playstation 1 (SLPS-01416) and an early build of the European release of Diablo 1 on Playstation 1 (SLES-01156) with the code name Easy as Pie.

Directory structure

Note, the psx repository contains the debug information recovered from DIABPSX.SYM in two formats, firstly as original source files, and secondly as overlays.

The debug information split into original source files.

  • funcs: function declarations
    • funcs/source/items.cpp contains function declarations related to item handling.
  • globals: global variable declarations
    • globals/global_c.cpp contains the global variables of the overlay with ID $c

The debug information split into overlays.

  • overlays: function and global variable declarations
    • overlays/overlay_c.h contains the functions and global variables of the overlay with ID $c

The debug info split into Python scripts for importing into IDA.

  • ida: Python scripts for importing symbol information into IDA
    • ida/make_psx.py set names of symbols
    • ida/set_funcs.py set function signatures
    • ida/set_vars.py set types of global variables
    • ida/overlay_c/make_psx.py set names of symbols in overlay with ID $c

Overlays

  • Overlay ID $b: FRONTEND.BIN
  • Overlay ID $c: PREGAME.BIN
  • Overlay ID $d: GAME.BIN
  • Overlay ID $e: FMV.BIN

sym_dump

The information contained within this repository has been recovered by parsing the DIABPSX.SYM file contained on the Japanese release of Diablo 1 on Playstation 1 (SLPS-01416) using the sym_dump tool.

psx's People

Contributors

mewmew avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.