From b48c5d3d5785b5a8f44d9e81b9bd67faadc7c3e7 Mon Sep 17 00:00:00 2001 From: SilicaAndPina Date: Tue, 17 Aug 2021 16:59:21 +0000 Subject: [PATCH] README.md edited online with Bitbucket --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 36af8ce..a125710 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ 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. +v8 RELEASE! - Fixed more locale related issues when compiling, More explicit InvarientCulture definitions + 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 @@ -37,7 +39,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/CXMLDecompilerv7.zip +Download: https://bitbucket.org/SilicaAndPina/cxml-decompiler/downloads/CXMLDecompilerv8.zip Example Decompile Usage: ```CXMLDecompiler common_resource.rco -d -p``` Example Compile Usage: ```CXMLDecompiler common_resource\common_resource.xml -c```