Quantcast
Channel: PS3Hax Network - Playstation 3 and Playstation 4 Hacks and Mods
Viewing all articles
Browse latest Browse all 19499

Street Fighter x Tekken DLC Unlock

$
0
0
Unfortunately this game only works with the TB dongle, but hey if you have one you can get all 12 DLC character and believe me there is a lot of good characters.

How to unlock DLC for SFxT

Originally Posted by kamui333
Here is how to unlock the 12 dlc characters:

Code:
Open CMN/boot/game/const.lua in a hex editor. Find the word "unlock" at 0x00003930. Dummy it out (I just changed it to "_nlock")
(find const.lua in archive\CMN\CMN.eaf Decrypt CMN.eaf with quickbms)

Put the const.lua file in USRDIR/stream/CMN/boot/game/const.lua
"if u dont got those folders create them"
As stated, decrypt the 2GB CMN.eaf file with quickbms. Copy this script into a txt file and rename the file to script.bms

Code:
# SSFIV .eaf archives (script 0.3)
# script for QuickBMS http://aluigi.org/papers.htm#quickbms

endian big
comtype deflate

idstring "#EAF"

# 0x4 may be file name length

goto 0x10
get file_count long

set idxpos = 0x80
for i = 0 < file_count
goto idxpos
get name string
math idxpos + 0x100
goto idxpos
get dummy long
get offset long
get size long

goto offset
get id long
if id == 0x23454D5A
endian little
get crc long
get uncompsize long
get blah long
endian big

savepos cdatapos
math size - 0x10
clog name cdatapos size uncompsize
else
log name offset size
endif

math idxpos + 0x20
next i
Use quickbms, choose the script, choose CMN.eaf, select a folder where to extract the content of CMN.eaf and quickbms will extract the CMN.eaf file. After that you will find the const.lua file in /boot/game/const.lua

Open the const.lua file in a hex editor. Find the word "unlock" at 0x00003930. Dummy it out.
Copy the file to USRDIR/stream/CMN/boot/game/const.lua (You have to create the boot/game/ folders)

Here is the dlc file for the 12 characters: (I uploaded the file for easy use)
Code:

http://www.mediafire.com/?ghum6133j7mz6kq

Copy the file to USRDIR/stream/CMN/boot/game/const.lua

Viewing all articles
Browse latest Browse all 19499

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>