Update README.md

This commit is contained in:
SvenGDK
2024-08-18 20:17:00 +02:00
committed by GitHub
parent 1f271dd9a8
commit f98fa29486
+25 -2
View File
@@ -1,2 +1,25 @@
# PS-Classics-fPKG-Builder
Create PS1, PS2 & PSP game fake packages for the PS4 / PS5.
# PS Classics fPKG Builder for macOS & Windows
- Easily create PS1, PS2 & PSP game fake packages for the PS4 / PS5
- Supports .BIN files (PS1) & .ISO files (PS2 & PSP)
- Detects PS1 game protection and can apply the required patch
- Automatic PS1 game TOC generation for games using CDDA music
- Customize the icon & background
- Configurate the used emulator
- Select up to 4 discs on PS1 & up to 5 discs on PS2
## Notes for macOS users
- Wine runs under the hood to get the publishing tools working on macOS, this is why the archive size is way bigger for macOS.
- This is experimental but works.
- You will need to add an exception when opening the app for the first time (CMD+Open) :
- https://support.apple.com/en-gb/guide/mac-help/mh40616/mac
PS Classics fPKG Builder uses the following tools from other developers:
| Tool | Created by | Repository |
| --- | --- | --- |
| `crc` | asahui | [https://gist.github.com/asahui/a6af64606a9476a40442274335f5feaf](https://gist.github.com/asahui/a6af64606a9476a40442274335f5feaf)
| `Cue2toc` | Goatman13 | [https://github.com/Goatman13/Cue2toc](https://github.com/Goatman13/Cue2toc)
| `pspdecrypt` | John-K & More | [https://theunarchiver.com/command-line](https://github.com/John-K/pspdecrypt)
| `sfo` | hippie68 | [https://github.com/hippie68/sfo](https://github.com/hippie68/sfo)
| `unar` | The Unarchiver | [https://theunarchiver.com/command-line](https://theunarchiver.com/command-line)
| `wine` | WineHQ | [https://www.winehq.org/](https://www.winehq.org/)