Skip to content
This repository has been archived by the owner on May 19, 2022. It is now read-only.

regomne/mabi-pack2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published