Talk:CXML Containers: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
Line 8: Line 8:


*Usage:
*Usage:
**Note this examples considers [[lines.qrc]] and [[coldboot.raf]] has been removed from the zlib compression layer that originally is applyed over the whole file... this is why his file-extensions in the command line examples are renamed to "qrcf" and "rafo"
{{Keyboard|content=
'''C:\Portables\cxml decompiler v3 alpha>decompiler.exe lines.qrcf lines.xml'''
}}
{{Keyboard|content=
{{Keyboard|content=
'''C:\Portables\cxml decompiler v3 alpha>decompiler.exe coldboot.rafo coldboot.xml'''
'''C:\Portables\cxml decompiler v3 alpha>decompiler.exe coldboot.rafo coldboot.xml'''
}}
}}


*Changelog
*CXML decompiler v3 alpha, download links: http://multiupload.biz/dnsipf0dkssz/cxml_decompiler_v3_alpha_MultiUpload.biz.7z.html
'''Changelog'''
'''---------'''
  v1 alpha - Basic .cxml support
  v1 alpha - Basic .cxml support
  v2 alpha - Fixed a bug related with RAFO header (coldboot.raf support added)
  v2 alpha - Fixed a bug related with RAFO header (coldboot.raf support added)
  v3 alpha - Fixed offset/length displacements in the function that locates float values (xml tag attributes related with x,y,z axis in 3D space now looks correct)
  v3 alpha - Fixed offset/length displacements in the function that locates float values (xml tag attributes related with x,y,z axis in 3D space now looks correct)


*CXML decompiler v3 alpha, download links: http://multiupload.biz/dnsipf0dkssz/cxml_decompiler_v3_alpha_MultiUpload.biz.7z.html
*CXML decompiler v3 alpha, source code:
*CXML decompiler v3 alpha, source code:
<div style="height:600px; overflow:auto">
<div style="height:600px; overflow:auto">

Revision as of 06:05, 9 September 2014

Tools

CXML decompiler

Experimental tool coded by flatz for documenting purposes, three versions of the tool was released publically in a IRC channel the same day (first and second versions had bugs that was identifyed and fixed)

The tool can extract the files contained inside a CXML container (CXML, QRCF, P3TF, RAFO, etc...), and generates an .xml that represents the original CXML structure

  • Usage:
    • Note this examples considers lines.qrc and coldboot.raf has been removed from the zlib compression layer that originally is applyed over the whole file... this is why his file-extensions in the command line examples are renamed to "qrcf" and "rafo"
Type This
'''C:\Portables\cxml decompiler v3 alpha>decompiler.exe lines.qrcf lines.xml'''
Type This
'''C:\Portables\cxml decompiler v3 alpha>decompiler.exe coldboot.rafo coldboot.xml'''
Changelog
---------
v1 alpha - Basic .cxml support
v2 alpha - Fixed a bug related with RAFO header (coldboot.raf support added)
v3 alpha - Fixed offset/length displacements in the function that locates float values (xml tag attributes related with x,y,z axis in 3D space now looks correct)
  • CXML decompiler v3 alpha, source code:
Code Sample