README.md edited online with Bitbucket

This commit is contained in:
SilicaAndPina 2021-08-17 16:59:21 +00:00
parent be29a64a80
commit b48c5d3d57
1 changed files with 3 additions and 1 deletions

View File

@ -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```