Giter VIP home page Giter VIP logo

pogo's Introduction

Path of Go - Golang tools for reading PoE data files

Installation

go get -u github.com/oriath-net/pogo

You'll need to have Go 1.18 or later installed.

Usage

pogo ls Content.ggpk:Data

pogo ls 'Path of Exile':

pogo ls some_files.zip:subdirectory/

List the contents of a GGPK file, Steam install, or PKZIP archive, including files within bundles if appropriate.

The colon in this (and other) commands is significant; it separates files in the real filesystem on the left from files within the virtual filesystem on the right.

(Support for PKZIP archives is provided as a utility for developers. The game never naturally provides data in this format.)

 pogo cat --utf16 Content.ggpk:Metadata/StatDescriptions/stat_descriptions.txt

Output the contents of a single file in the GGPK to standard output, converting UTF-16 to UTF-8 for output.

pogo extract Content.ggpk:Audio/

Extract all audio files from the GGPK.

pogo data2json Content.ggpk:Data/WorldAreas.dat

Dump a data file to JSON. Data file formats are specified in dat/formats; the contents of that directory are embedded in the pogo executable.

The jq tool is incredibly useful for displaying and manipulating JSON data, and is highly recommended.

pogo analyze Content.ggpk:Data/WorldAreas.dat

Analyze the contents of ActiveSkills.dat, providing information which may be useful in interpreting it.

Most of these commands have a bunch of additional options; they can be viewed from within the application using e.g. pogo help cat.

pogo's People

Contributors

duskwuff avatar vilsol 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.