Skip to content

A C# CLI for working with Paper Mario Color Splash archives

License

Notifications You must be signed in to change notification settings

Fuzzy2319/Lzarc-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lzarc Tool

A C# CLI for working with Paper Mario Color Splash archives

Usage: Lzarc_Tool [-l/--list] [-x/--extract] [-p/--pack] [--init-project] ...

-l/--list: list the files in given archive
Ex: Lzarc_Tool -l ./Fld_AD_Town_map.lzarc
Ex: Lzarc_Tool --list ./Fld_AD_Town_map.lzarc

-x/--extract: extract the files from an archive to the given directory
Ex: Lzarc_Tool -x ./Fld_AD_Town_map.lzarc ./Fld_AD_Town_map/
Ex: Lzarc_Tool --extract ./Fld_AD_Town_map.lzarc ./Fld_AD_Town_map

-p/--pack: pack a directory into a new archive
Ex: Lzarc_Tool -p ./Fld_TN_PostOffice_map/ ./Fld_TN_PostOffice_map_repack.lzarc
Ex: Lzarc_Tool --pack ./Fld_TN_PostOffice_map/ ./Fld_TN_PostOffice_map_repack.lzarc

--init-project: blank all lzarc files from the game directory and copy them to a project
EX: Lzarc_Tool --init-project /games/PMCS/content/ ./content/

About

A C# CLI for working with Paper Mario Color Splash archives

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages