cxml-decompiler/README.md

27 lines
1.7 KiB
Markdown
Raw Normal View History

2019-04-28 19:09:57 +00:00
# CXML-Decompiler
2019-04-28 18:35:51 +00:00
2019-05-07 14:19:32 +00:00
v1 RELEASE! CAN NOW BE USED ON .RCO AND .RCSF!
v2 RELEASE! - Fixed some issues with PS4: "Sce.HighLevel.UI2.RCO" *nice to know PSM lives on sony :D*
2019-05-07 15:30:07 +00:00
Added an experimental* VAG decoder, .VAG sound effects embedded in CXML should now automatically be decoded,
you can also use this feature on its own simply by using the "-iv" argument.
2020-09-04 04:55:29 +00:00
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
2020-09-05 23:00:51 +00:00
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)
2020-09-05 23:01:24 +00:00
fixed an issue that sometimes happened zlib decompression (idek why this was a thing, nor how i fixed it- but it was ...)
2020-09-05 23:00:51 +00:00
2020-09-07 23:16:39 +00:00
v5 RELEASE! - Arrays are now encased in \[], fixed filepaths .
2020-09-07 23:11:15 +00:00
2021-08-13 20:30:42 +00:00
v6 RELEASE! - Fixed a shitload of bugs, and now includes a COMPILER
2019-05-07 15:31:30 +00:00
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)
2020-09-04 04:55:29 +00:00
2019-05-03 21:02:56 +00:00
About .GIM and .VAG formats:
If you have "GimConv.exe" inside "Working Directory/GimConv/GimConv.exe" then GIM will be converted to PNG automatically.
2019-05-07 14:19:32 +00:00
VAG is automaticaly converted by this program with my own custom VAG Decoder lol
2019-05-03 20:26:29 +00:00
2020-09-07 23:17:12 +00:00
Download: https://bitbucket.org/SilicaAndPina/cxml-decompiler/downloads/CXMLDecompilerv5.zip