-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fd0c1b8
commit 08c2931
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# paktools | ||
|
||
###### Level-5 PS2 Package Tools | ||
|
||
`paktools` is a piece of software designed to manage Level-5 PS2 packages, including `.chr`, `.pac`, `.pak`, `.snd` | ||
and others. | ||
|
||
## Requirements | ||
|
||
- A compatible 64-bit operating system | ||
- Windows | ||
- Linux | ||
|
||
## Getting started | ||
|
||
- Download the latest release [here](https://github.com/piorrro33/paktools/releases/latest) | ||
- You have to pick the version corresponding to your operating system | ||
- Extract the archive and open the folder in a terminal | ||
- Type `paktools --help` for a list of commands | ||
|
||
You can also drag and drop onto the executable to easily extract and rebuild packages. | ||
|
||
## Building | ||
|
||
You will need JDK 17 on your computer. | ||
|
||
- Clone the repository and open it in a terminal | ||
- Execute `gradlew build` | ||
|
||
You can also create GraalVM native images by executing `gradlew native-image`. | ||
|