Go Back  
Reply
 
Thread Tools
Old 03-19-2012   #21
BigGC93
Member
null
 
BigGC93's Avatar
 
Join Date: Feb 2012
Location: Paradise, CA
Posts: 36
Likes: 10
Liked 6 Times in 6 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
Originally Posted by xSolidSnakex View Post
O.o

I guess you meant Batman arkham asylum right? ( on standard 3.55 CFW)

The only way to play arkham city is buying a special Blue ray and True Blue as well.But since it isn't available anymore...we need to wait for the Eboot release.
You can still order these BR discs from Lightake, but you need to email them to do so. They took the games off the site because they ran into legal issues; I'm actually ordering Arkham City right now. "sales @lightake .com" is what you need to contact.
BigGC93 is offline   Reply With Quote
Likes: (1)
Old 03-19-2012   #22
screwhead
Senior Member
 
screwhead's Avatar
 
Join Date: Sep 2011
Location: Ipanema
Posts: 1,234
Likes: 575
Liked 266 Times in 191 Posts
Mentioned: 43 Post(s)
Tagged: 0 Thread(s)
R u only able to DL the nfo file or can u get the patch file from there?
__________________
I pray to die in space. So cover me in snow.
screwhead is offline   Reply With Quote
Old 03-19-2012   #23
oPolo
Member
 
oPolo's Avatar
 
Join Date: Feb 2011
Posts: 904
Likes: 303
Liked 448 Times in 296 Posts
Mentioned: 79 Post(s)
Tagged: 0 Thread(s)
Originally Posted by screwhead View Post
R u only able to DL the nfo file or can u get the patch file from there?
Ludibria.com FAQ:
Q: Where can I download the listed releases?
A: Not here! There are only NFO-files on this websites.

Q: If not here, where else can I download these releases?
A: I don't know. Get grown and use your brain.

Q: I am already grown up, where can I get these releases?
A: Ask your children, they will know.
oPolo is online now   Reply With Quote
Likes: (1)
Old 03-19-2012   #24
screwhead
Senior Member
 
screwhead's Avatar
 
Join Date: Sep 2011
Location: Ipanema
Posts: 1,234
Likes: 575
Liked 266 Times in 191 Posts
Mentioned: 43 Post(s)
Tagged: 0 Thread(s)
Thanks

Originally Posted by oPolo View Post
Ludibria.com FAQ:
Q: Where can I download the listed releases?
A: Not here! There are only NFO-files on this websites.

Q: If not here, where else can I download these releases?
A: I don't know. Get grown and use your brain.

Q: I am already grown up, where can I get these releases?
A: Ask your children, they will know.
Thanks man and very funny FAQ, didn't even think to look in there
__________________
I pray to die in space. So cover me in snow.
screwhead is offline   Reply With Quote
Old 03-20-2012   #25
Adamsville
Member
 
Adamsville's Avatar
 
Join Date: Jan 2011
Posts: 977
Likes: 210
Liked 784 Times in 377 Posts
Mentioned: 178 Post(s)
Tagged: 0 Thread(s)
How to unlock DLC for SFxT

Originally Posted by kamui333 View Post
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
Start up the game and enjoy the 12 dlc charcters.
salute to the shooter
Adamsville is offline   Reply With Quote
Old 03-20-2012   #26
oPolo
Member
 
oPolo's Avatar
 
Join Date: Feb 2011
Posts: 904
Likes: 303
Liked 448 Times in 296 Posts
Mentioned: 79 Post(s)
Tagged: 0 Thread(s)
Originally Posted by screwhead View Post
Thanks man and very funny FAQ, didn't even think to look in there
Haha yea, I must say.. I opened my eyes a bit more up than they already were, when I saw how that FAQ was actually written :D

It's always nice, when its something out of the ordinary^^
oPolo is online now   Reply With Quote
Likes: (1)
Old 03-20-2012   #27
Warning
 
Join Date: May 2011
Posts: 777
Likes: 324
Liked 516 Times in 269 Posts
Mentioned: 60 Post(s)
Tagged: 0 Thread(s)
Very happy for Silent Hill.
Now fingers crossed for R.E
Warning is offline   Reply With Quote
Old 03-20-2012   #28
xSolidSnakex
Member
 
xSolidSnakex's Avatar
 
Join Date: Dec 2011
Posts: 54
Likes: 10
Liked 7 Times in 5 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
More True Blue Eboot release:

Street_Fighter_X_Tekken_JAP
Final_Fantasy_XIII-2_JAP
Tales_of_Graces_F_EBOOT
Top_Gun_Hard_Lock
Street_Fighter_X_Tekken_EUR
Snipers_Invisible_Silent_Deadly


Originally Posted by BigGC93 View Post
You can still order these BR discs from Lightake, but you need to email them to do so. They took the games off the site because they ran into legal issues; I'm actually ordering Arkham City right now. "sales @lightake .com" is what you need to contact.
All right.I didn't know that.Thanks for the info.
xSolidSnakex is offline   Reply With Quote
Old 03-20-2012   #29
Atomsk
Member
 
Atomsk's Avatar
 
Join Date: Oct 2010
Location: On the Internetz
Posts: 134
Likes: 26
Liked 36 Times in 23 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
Originally Posted by AlexBaka View Post
all those games could be released months ago if TB weren't as**oles
It's not TB that releases these EBOOT patches. It's a scene/warez group called PARADOX and the person is PARADUDE. Read the NFO file once in a while. They may work together on somethings but PARADOX is the group that does the real work.
Atomsk is offline   Reply With Quote
Old 03-20-2012   #30
BigGC93
Member
null
 
BigGC93's Avatar
 
Join Date: Feb 2012
Location: Paradise, CA
Posts: 36
Likes: 10
Liked 6 Times in 6 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
You can order Arkham City off lightake's main site now; they got both Batman and PES 12 back in stock
BigGC93 is offline   Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



PS3Hax.net is Copyright © 2010-2013.
Use of this site is governed by our Terms of Use and Privacy Policy. All Trademarks and images are owned by their respected owners.
Posts and links are subject to each author on this forum and are no way affiliated with the operations and/or opinions of ps3hax.net
All times are GMT -5. The time now is 01:52 PM.