diff --git a/README.md b/README.md index c3d8872..fc90758 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,9 @@ v5 RELEASE! - Arrays are now encased in \[], fixed filepaths . v6 RELEASE! - Fixed a shitload of bugs, and now includes a COMPILER +v7 RELEASE! - Fixed an issue with german language computers where instead of decompiling floats to "7.5" it would be "7,5" +thus breaking arrays sometimes. + A CXML De/compiler For VITA & PS4 CXML formats. ~ Can decompile PSMA (Playstation Mobile 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 @@ -34,7 +37,7 @@ there is an updated version of it on PSVita and PS4 called "HeVag" there is a de this program, but for encoding u need a SCE CONFIDENTIAL tool >_< note: the hevag decoding does NOT support stereo files! -Download: https://bitbucket.org/SilicaAndPina/cxml-decompiler/downloads/CXMLDecompilerv6.zip +Download: https://bitbucket.org/SilicaAndPina/cxml-decompiler/downloads/CXMLDecompilerv7.zip Example Decompile Usage: ```CXMLDecompiler common_resource.rco -d -p``` Example Compile Usage: ```CXMLDecompiler common_resource\common_resource.xml -c```