README.md edited online with Bitbucket

This commit is contained in:
SilicaAndPina 2020-09-05 23:00:51 +00:00
parent a4e56b8675
commit 8991e0bb3c
1 changed files with 4 additions and 1 deletions

View File

@ -9,6 +9,9 @@ you can also use this feature on its own simply by using the "-iv" argument.
v3 RELEASE! - Fixed an issue where Float and Interger arrays would not be read correctly.
Renamed Style Table to correct name, (Hash Table)- Fixed endainess of hash table entries
v4 RELEASE! - Float values are now suffixed with a lowercase 'f', Files extracted are now saved as the hash value of there contents (note that ID is the hash of the FILENAME, and not the contents)
fixed an issue that sometimes happened zlib decompression (idek why this was a thing, but it was ...)
A CXML Decompiler For VITA & PS4 CXML formats. ~ Can decompile PSMA (app.info), RCOF (.rco) and RCSF (.rcs)
Was originally made for reading PSM "app.info" but now it can be used on RCO too :D
it will output the XML files and embedded resources (and attempt to work out what type of file it is)
@ -17,4 +20,4 @@ About .GIM and .VAG formats:
If you have "GimConv.exe" inside "Working Directory/GimConv/GimConv.exe" then GIM will be converted to PNG automatically.
VAG is automaticaly converted by this program with my own custom VAG Decoder lol
Download: https://bitbucket.org/SilicaAndPina/cxml-decompiler/downloads/CXMLDecompilerv3.zip
Download: https://bitbucket.org/SilicaAndPina/cxml-decompiler/downloads/CXMLDecompilerv4.zip