Git Product home page Git Product logo

toradora-portable-dat-extractor's Introduction

Toradora Portable (PSP) Dat File Extractor

This is a simple command line application that extracts files from .dat archives for the Toradora Portable (PSP) Game.

Usage: in the windows command prompt...

app.exe -extract input.dat [output directory]

app.exe -extract [input directory] [output directory]

app.exe -rebuild [input directory] [output directory]

  • -extract extraction mode for the application, extracting data from a dat file.
  • -rebuild build mode for the application, packs a folder and the files inside of it into a dat file.
  • [input directory] is the directory path on the disk where the .dat files for the game are stored. The application looks for any .dat files in this directory for extraction.
  • [output directory] is the directory path on the disk where the extracted files for the .dat archive will be stored. When a dat file is extracted, there is a folder created in the output directory with the name of the dat file, and inside that folder all of the files inside the archive will be extracted here.

TODO

  • More ressarch on the building mode. There is a quirk with my testing where some data archives that I extracted and rebuilt. Some offsets and overall data archive size aren't 1:1. There seems to be some additional byte padding that is going in the original data archive. If I can get some help correcting this you can make a pull request or get in contact, it would be much appreciated.

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.