mirror of
https://github.com/G2-Games/lbee-utils.git
synced 2025-04-19 07:12:55 -05:00
Update README.md, added cargo install instructions
This commit is contained in:
parent
810002c1fa
commit
9bb24a73f4
1 changed files with 15 additions and 33 deletions
48
README.md
48
README.md
|
@ -42,46 +42,19 @@ metadata can't be changed as of yet, however.
|
|||
## Programs
|
||||
|
||||
### [lbee-utils](https://github.com/G2-Games/lbee-utils/releases/tag/utils-0.1.1)
|
||||
Small command line tools for modifying CZ images and PAK archives. Usage for each
|
||||
is as follows:
|
||||
Small command line tools for modifying CZ images and PAK archives.
|
||||
|
||||
To install with Cargo:
|
||||
|
||||
#### pakutil
|
||||
```
|
||||
Utility to maniuplate PAK archive files from the LUCA System game engine by Prototype Ltd
|
||||
|
||||
Usage: pakutil <PAK FILE> <COMMAND>
|
||||
|
||||
Commands:
|
||||
extract Extracts the contents of a PAK file into a folder
|
||||
replace Replace the entries in a PAK file
|
||||
help Print this message or the help of the given subcommand(s)
|
||||
|
||||
Arguments:
|
||||
<PAK FILE>
|
||||
|
||||
Options:
|
||||
-h, --help Print help
|
||||
-V, --version Print version
|
||||
cargo install --git https://github.com/G2-Games/lbee-utils utils
|
||||
```
|
||||
|
||||
#### czutil
|
||||
```
|
||||
Utility to maniuplate CZ image files from the LUCA System game engine by Prototype Ltd
|
||||
Otherwise, download the binaries from the Releases page here.
|
||||
|
||||
Usage: czutil <COMMAND>
|
||||
|
||||
Commands:
|
||||
decode Converts a CZ file to a PNG
|
||||
replace Replace a CZ file's image data
|
||||
help Print this message or the help of the given subcommand(s)
|
||||
|
||||
Options:
|
||||
-h, --help Print help
|
||||
-V, --version Print version
|
||||
```
|
||||
------
|
||||
|
||||
### [PAK Explorer](https://github.com/G2-Games/lbee-utils/releases/tag/explorer-0.1.1)
|
||||
### [PAK Explorer](https://github.com/G2-Games/lbee-utils/releases/tag/explorer-0.1.2)
|
||||
This is a basic explorer application for PAK files which allows you to see
|
||||
their contents, replace the contents, extract files, and save them again.
|
||||
|
||||
|
@ -91,3 +64,12 @@ anything important as they offer many more options and allow for batch
|
|||
operations on many files at once.
|
||||
|
||||

|
||||
|
||||
|
||||
To install with Cargo:
|
||||
|
||||
```
|
||||
cargo install --git https://github.com/G2-Games/lbee-utils pak_explorer
|
||||
```
|
||||
|
||||
Otherwise, download the binaries from the Releases page here.
|
||||
|
|
Loading…
Reference in a new issue