regomne / mabi-pack2

New pack utilities for Mabinogi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mabinogi Pack Utilities 2

It seems that the game developers don't want their packages being unpacked, so this repository WILL NOT UPDATE ANY MORE.

New pack utilities for Mabinogi.

Works on .it packages.

Can run both in Windows and *nix/MacOS.

Build

Use rust 1.59 or above.

cargo build --release

Usage

USAGE:
    mabi-pack2 [SUBCOMMAND]

OPTIONS:
    -h, --help       Print help information
    -V, --version    Print version information

SUBCOMMANDS:
    extract    Extract a .it pack
    help       Print this message or the help of the given subcommand(s)
    list       Output the file list of a .it pack
    pack       Create a .it pack

To extract all .xml and .txt files from a pack:

mabi-pack2 extract -i D:\Mabinogi\package\data_00788.it -o D:\data --filter "\.xml" --filter "\.txt"

To list all files of a pack:

mabi-pack2 list -i D:\Mabinogi\package\data_00000.it

To pack files to a .it file:

mabi-pack2 pack -i D:\Mabinogi\pkg -o zz_00.it

Note: Renaming of *.it files is not allowed, or extracting and listing will fail.

License

This program is distributed under the MIT License.

About

New pack utilities for Mabinogi

License:MIT License


Languages

Language:C 61.4%Language:Rust 38.6%