From d092121e060a81b4761f0b33aa96ada5680a4deb Mon Sep 17 00:00:00 2001 From: Downforce Agent Date: Fri, 9 Aug 2024 02:55:39 -0400 Subject: [PATCH] Update README.md --- README.md | 38 +++++++++++++++++++++++++++++++------- 1 file changed, 31 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b623749..6eae76a 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,35 @@ -# WIP - -I/O library for common PS3/PSP2 file formats. +Open source I/O library for common PS3/PSP2 file formats. In two parts: -## scotty -reimplemention of Sony's psp2psarc +# Scotty +Reimplemention of Sony's psp2psarc. +✅: Available +🔔: To be added / Unfinished +❌: No plan for support +| Feature | PSARC | Vitality4J | +| ------- | ----- | ---------- | +| OS agnostic |❌ |✅ | +| Free (as in freedom) and open source |❌ |✅ | +| **Can't land you in prison** :) |❌ |✅ | +| Allows no compression |✅ |🔔 | +| Zlib compression |✅ |🔔 | +| LZMA compression |✅ |🔔 | +| List files and their details |✅ |🔔 | +| Extracting entire archive |✅ |🔔 | +| Extracting single file |✅*|🔔 | +| Extracting array of files |✅*|🔔 | +| Absolute paths |✅ |🔔 | +| Relative paths |✅ |🔔 | +| Custom blocksize |✅ |🔔 | +| Multi-threading |✅ |❌†| +| MSELF Generation |✅ |❌ | +| Regex path modification |✅ |❌ | +| Strip paths |✅ |❌ | -## june -will handle common SCE asset formats (gxt, AT3, at9) \ No newline at end of file +\* *with some difficulty* +† *multithreading may be added but it's not on my priority list at the moment* + +# June +Will handle common SCE asset formats (gxt, AT3, at9) +Not here yet. TBC \ No newline at end of file