KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
mabi-pack2
★ 38
Open GitHub ↗
New pack utilities for Mabinogi
Download README (.md)
Explore Similar Repositories
kanan
:
Mods for Mabinogi using Javascript
MabiPack
:
Mabinogi Package File Management Tool. Multi-language support in Chinese, English, Japanese and Korean.
Uiscias
:
A small collection of .it mods for Mabinogi.
YKSConverter
:
YKSConverter is converting Mabinogi MML to MIDI written C++.
mml2beep
:
Converts MML to beep music score. 转换MML乐谱到beep谱
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
mabi-pack2
?
Download (.md)
# 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. ```bash 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.