README.md edited online with Bitbucket

This commit is contained in:
SilicaAndPina 2021-08-17 12:11:51 +00:00
parent 19ee4bd38a
commit 7d66eaf08f
1 changed files with 4 additions and 1 deletions

View File

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