Coder Social home page Coder Social logo

dbh-file-parser's Introduction

Detroit Become Human file parser

build & test workflow

Reads the game's files and extract the text contents to json files.

Usage

Help

Shows tool usage help.

Examples:

  • FileParser -h

Extract

Extracts the translation keys and their value and generate a json file for each language.

Option Usage Description Required
Input -i, --input The path to the folder containing the BigFile_PC.d* files. Default value is ./input. No
Output -o, --output The path to the folder where the json files will be exported. Default value is ./output. No
Verbosity -v, --verbose If set, the program will show the extraction progress. No

Examples:
FileParser extract -v -i ./input
FileParser extract --input C:/Foo/Bar --output ./output

Search

Search for a value in the files.

Option Usage Description Required
Value The value to search (case sensitive). Yes
In keys -k, --in-keys If set, will search the value in the translation keys. Otherwise, in the translation values. Default value is false. No
Buffer size -b, --buffer-size Size of the buffer used to process the files, in bytes. Default value is 100 Mb. No
Verbosity -v, --verbose If set, the program will show the search progress. No

Examples:
FileParser search Gourami --verbose -b 1024

dbh-file-parser's People

Contributors

detroitbecometext 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.