ggpack

command
v0.6.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 27, 2022 License: BSD-3-Clause Imports: 10 Imported by: 0

Documentation

Overview

A tool to inspect, unpack or create "ggpack" files.

Usage:

ggpack -list|-extract|-create "filename_pattern" [-key name] ggpack_file

Flags:

-list     List files in the pack matching the pattern.
-extract  Extract the files from the pack matching the pattern to
          the current working directory.
-create   Create a new pack and add the files from the file system
          matching the pattern.
-key      Name of the key to decrypt/encrypt the data via XOR.
          Possible names: 56ad (default), 5bad, 566d, 5b6d, rtmi

Examples:

ggpack -list "*" ExamplePackage.ggpack1
ggpack -list "*.tsv" ExamplePackage.ggpack1
ggpack -list "*" -key rtmi Weird.ggpack1a
ggpack -extract "ExampleSheet.png" ExamplePackage.ggpack1
ggpack -extract "*.txt" ExamplePackage.ggpack1
ggpack -extract "*" ExamplePackage.ggpack1
ggpack -create "*" ExamplePackage.ggpack1`

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL