- 精华
- 0
- 帖子
- 18
- 威望
- 0 点
- 积分
- 19 点
- 种子
- 0 点
- 注册时间
- 2005-4-28
- 最后登录
- 2018-4-28
|
发表于 2011-1-11 00:16 · 台湾
|
显示全部楼层
本帖最后由 crackerli 于 2011-1-11 00:28 编辑
這是國外論壇的教學
您參考一下,您應該只剩下step 6之後要做的事情
我用的tool少了psn_package_npdrm.exe
且package_finalize.exe一直出錯
您趕快弄好寫詳細教程好了
加油
1. Open C:\cygwin\cygwin.bat
2. cd /cygdrive/i/programming/ps3tools
3. ./unself EBOOT.BIN EBOOT.ELF
4. Hex edit the EBOOT.ELF and replace dev_bdvd with dev_hdd0
5. rm EBOOT.BIN
6. ./make_self_npdrm EBOOT.ELF EBOOT.BIN UP0001-BLUS30443_00-0000000000000000
^ Replace BLUS30443 with Title ID from PARAM.SFO
7. Copy BLUS30443-conf and rename it and edit the ID inside to match the above
Contents of BLUS30443-conf:
Code:
Content-ID = UP0001-BLUS30443_00-0000000000000000
k_licensee = 0x00000000000000000000000000000000
DRM_Type = Free
Content_Type = Game_Exec
PackageVersion = 01.00
8. Make a directory called BLUS30443, inside that paste the contents of PS3_GAME (no subfolders)
9. Make a subfolder in there called USRDIR and put the EBOOT.BIN file into this
10. Use PS3SFOEdit.exe to edit the "Data Type" to HG (Harddisk Game)
11. ./psn_package_npdrm.exe BLUS30443-conf BLUS30443
12. ./package_finalize.exe UP0001-BLUS30443_00-0000000000000000.pkg
13. Copy the PKG to root of a USB
14. Install PKG onto PS3
15. Use FTP to upload the rest of the game data, overwrite all except for EBOOT.BIN
16. Launch game from XMB |
|