Code Monkey home page Code Monkey logo

att's Introduction

NieR: Automata Text Tools

This is a tool for working with game's formats, disassembling scripts, and replacing files.

It does not handle .cpk archives, and works with data that has already been extracted from these.

Commands

List files

Lists all files in a directory, including contents of DAT archives.

att list DATA FILTER

DATA Directory containing the game data. Default is data.

FILTER Include only a subset of files.

A filter can be a file extension (e.g. wta), or one of the predefined filters, text (all text formats) and data (all DAT containers, regardless of file extension).

Extract files

Collects all files from a directory, extracting DAT files, and copying the rest.

att extract DATA OUTPUT FILTER

DATA Directory containing the game data. Default is data.

OUTPUT Directory where the extracted files will be. Default is extract.

FILTER Include only a subset of files. Explained in List files section.

Export text

Extracts and converts all text from the game data into an editable text format.

att export DATA OUT

DATA Directory containing the game data. Default is data.

OUT Directory where the text files will be. Default is text.

Import text

This command analyzes changes in edited text files, and generates a patch that can be put directly into game data folder.

att import DATA TEXT OUT

DATA Directory containing the game data. Default is data.

TEXT Directory containing previously exported text. Default is text.

OUT Directory where patched files will be. Default is patch.

att's People

Contributors

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