-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
1 changed file
with
19 additions
and
1 deletion.
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 |
---|---|---|
@@ -1,2 +1,20 @@ | ||
# PSN-PKG_Renamer | ||
Takes the raw .pkg files from the PSN content delivery (such as from NoPayStation) and uses pkg2zip to rename them for easy readability. | ||
Takes the raw .pkg files from the PSN content delivery (such as from NoPayStation) and uses pkg2zip to rename them for easy readability. (Big thanks https://github.com/mmozeiko/pkg2zip!) | ||
|
||
For use in Windows only (batch file). | ||
|
||
Supports several modes, as well as creating organizational folders for game/DLCs/updates. | ||
|
||
Go from this: | ||
|
||
![Screenshot 2024-06-15 174411](https://github.com/treyus30/PSN-PKG_Renamer/assets/136277393/fb4a8982-d97c-4272-95e7-fd99a791f44d) | ||
|
||
To one of these: | ||
|
||
![Screenshot 2024-06-15 174822](https://github.com/treyus30/PSN-PKG_Renamer/assets/136277393/f53a49ca-1c98-4d9e-938a-cc85c20c71b7) | ||
|
||
|
||
Or this: | ||
|
||
![image](https://github.com/treyus30/PSN-PKG_Renamer/assets/136277393/75d376ba-0574-4070-b9c5-ed76392c4f2c) | ||
![image](https://github.com/treyus30/PSN-PKG_Renamer/assets/136277393/7a2dc888-1805-4bea-97e8-2ef5f072893f) |