11/11:
support 5.00
Attachment:
File comment: support 5.00
ctftools.rar [29.55 KiB]
Downloaded 2534 times
7/3:
Attachment:
File comment: 7/3, fixed ctf.exe, not including wallpaper / header address error
ctf_0703.zip [31.31 KiB]
Downloaded 2210 times
fixed ctf.exe, not including wallpaper / header address error
7/2/2008:
update for support 4.01CFW:
Quote:
you need decrypted paf/vshmain/common_gui in /support/401/
需要解密的 paf/vshmain/common_gui 放 /support/401/
by hrimfaxi...
http://www.2alien.info/2008/03/hrimfaxi ... ftool.htmlfor creating CTF, PAF/VSH/COMMON_PLUGIN PRX from theme packs MUST BE de-compressed
生成CTF時,主題的PAF/VSH/COMMON_PLUGIN PRX必須是解壓的Quote:
eng. readme:
Quote:
here is a rough translation of the Chinese readme:
CTF:
REQUIREMENTS
A support folder contains decrypted official vshmain.prx,common_gui.prx,paf.prx at the same level.
|-ctf.exe
|-support
| |-371
| | |-official prx
| |-390
| | |-official prx
USAGE:
ctf -o XXX.ctf -p XXX.ptf [-s 390] [dirs] [files]
-o output ctf filename
-p input ptf filename
-s CTF version number (390 default)
dir traditional flash ready theme folder(current folder default)
files additional files
UNCTF:
REQUIREMENTS
A support folder contains decrypted official vshmain.prx,common_gui.prx,paf.prx at the same level.
|-unctf.exe
|-support
| |-371
| | |-official prx
| |-390
| | |-official prx
|-source.ctf
USAGE:
place the ctf at the same level
unctf xxx.ctf
中文說明:
Quote:
ctf CTF打包工具
运行要求:
CTF可以将文件打包成CXMB 08/03/13版本的CTF文件
└─support
├─390 这个目录里放390版本的已解密、已解压PRX
└─371 这个目录里放371版本的已解密、已解压PRX
PRX列表:
/vsh/module/paf.prx
/vsh/module/common_gui.prx
/vsh/module/vshmain.prx
用法: ctf -o XXX.ctf -p XXX.ptf [-s 390] [dirs] [files]
-o 设置输出CTF文件名
-p 设置输入PTF文件名
-s 设置CTF版本号
如果不加-s,默认为生成3.90固件所使用的CTF文件。
如果不设置自定义加入的文件目录,默认将从以下位置(同一目录里)加入文件:
"/data/cert",
"/dic",
"/font",
"/kd",
"/kd/resource",
"/vsh/etc",
"/vsh/module",
"/vsh/resource"
目录批量加入只支持加入以下后缀名文件:
".prx",
".rco",
".bmp",
".pmf",
".res",
".pgf",
".bwfon",
".rsc",
".dat",
".img",
".bin",
".cet",
".dic"
如果有不是以上类型的文件要加入,必须手工加入文件名,如:
ctf vsh vsh/hello.txt
vsh/hello.txt才会被强制加入
------------------------------------------------------------
unCTF CTF解压工具,可以将CTF文件解压。
运行要求:
unCTF可以解压CXMB 08/03/13版本的CTF文件
└─support
├─390 这个目录里放390版本的已解密、已解压PRX
└─371 这个目录里放371版本的已解密、已解压PRX
PRX列表:
/vsh/module/paf.prx
/vsh/module/common_gui.prx
/vsh/module/vshmain.prx
运行方法:
CTF文件必须和unCTF在同一目录。
在命令提示符中输入:unCTF XXX.CTF
unCTF将把CTF文件解压:
├─font
└─vsh
├─module
└─resource
CTF生成时用到的PTF文件也会被解压在同一目录。
解压后的文件可以用CXMB重新生成.ctf文件。可能重新的生成的CTF文件同原有文件不同,没有什么大碍。
具体生成方法参考CXMB说明书。