Go Back  
Reply
 
Thread Tools
Old 11-02-2012   #31
ZOMBIEKILLAH
Homebrew Developer
 
ZOMBIEKILLAH's Avatar
 
Join Date: Jan 2011
Location: dev_hdd0/game/BLUS31011 :)
Posts: 1,826
Likes: 1,025
Liked 1,366 Times in 629 Posts
Mentioned: 374 Post(s)
Tagged: 0 Thread(s)
Originally Posted by rocknard View Post
for fix ac3 1.01 you need to change various lines from hex

Now i can play with update 1.01 bles my version of this patch

I been doing this for a long time . I have over 200 in the recent months i changed the HEX in all 3 files but still having issues . I fixed doom 3 & works fine ,eboot & 2 selfs working 100% ..So it should have worked just like all the others i done ..
ZOMBIEKILLAH is online now   Reply With Quote
Old 11-02-2012   #32
REDGUN
Apprentice
 
Join Date: Oct 2012
Posts: 2
Likes: 0
Liked 0 Times in 0 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
spoke to soon, got black screen

Last edited by REDGUN; 11-02-2012 at 09:31 PM.
REDGUN is offline   Reply With Quote
Old 11-03-2012   #33
ZOMBIEKILLAH
Homebrew Developer
 
ZOMBIEKILLAH's Avatar
 
Join Date: Jan 2011
Location: dev_hdd0/game/BLUS31011 :)
Posts: 1,826
Likes: 1,025
Liked 1,366 Times in 629 Posts
Mentioned: 374 Post(s)
Tagged: 0 Thread(s)
@babyvfelix About RE 6 ,i have it working on my PS3 ,did you ever get it to work ? Man this is a bad few days for me .I did not test all of them like i always do ,that is what happens FK !
ZOMBIEKILLAH is online now   Reply With Quote
Old 11-03-2012   #34
rocknard
Member
 
rocknard's Avatar
 
Join Date: Feb 2012
Posts: 89
Likes: 34
Liked 3 Times in 3 Posts
Mentioned: 5 Post(s)
Tagged: 0 Thread(s)
Originally Posted by ZOMBIEKILLAH View Post
I been doing this for a long time . I have over 200 in the recent months i changed the HEX in all 3 files but still having issues . I fixed doom 3 & works fine ,eboot & 2 selfs working 100% ..So it should have worked just like all the others i done ..
The new .self and .sprx will be "difficult" to work because..:

From DEANK
That should explain why FIRMWARE LIBRARIES (SPRX in the PS3) may affect games, performance and compatibility.

Now back to the reality. Back in the day (and even at the moment) there are games released for firmwares beyond 3.55, but we were still able to play them on 3.55. In most of these cases the games didn't require nor used any special functions presented in the system libraries/modules of the newer firmware. Luckily even now with the PS3 firmware 4.00 there are games, which use the same functions that are available in the modules/sprx of FW 3.41-3.55.

So let's say we have the keys and the game in question doesn't use any of the firmware 4.0 functions - we process our 4.0 game with some tools and we get decrypted (from 4.0) + changed + encrypted/signed (for 3.55) all the eboot.bin/self/sprx fiels. Profit. Game works on 3.55.

Now we find another game and apply the same steps as above. But it happens that that particular game (like most that will follow) actually uses the NEW functions provided by the NEW modules/sprx files in the new firmware 4.0. We test that game and we find that it either doesn't start at all (black screen) or starts with major glitches, locks after 2mins, etc. etc.

So we decide to make everything right. Since we're really experienced, we're going to find what SYSTEM modules from fw 4.0 that particular game requires. It is obvious that our 'stock' sprx files miss some functions and we have to find a way to add them or just use the newer module (hoping it won't brake any other app installed on your loved ps3). We start looking at the game executables (eboot.bin/self) and game libraries (sprx) to find what modules are used. Of course these are not listed in plain text and most of the time you may not even see anything readable, but you'll have to find the actual assembler functions which call for loading system modules with specific IDs. After couple of days/weeks we find all of the module IDs, so now we know which modules need to be replaced or further edited (because the usually call/use functions from OTHER system modules).

Once we're absolutely sure we've got all that right, we sign (and encrypt if desired) the files for our THE_BOX_2 console (running the older firmware) and we enjoy the result.
More
Click here to see full text
http://www.ps3crunch.net/forum/threads/1428-True-Blue-New-Dongle-and-news-of-support-for-existing-users!?p=26550&viewfull=1#post26550



Now, for this patch 1.01 you need "recrypt" specifically, not "general" how many other patches.

Change this codes in HEX (it's specific for update 1.01):

EBOOT.elf

00009D0D: 41 35


ac3mp_e_ps3_f.elf

002EE0F2: 10 00 >>>>>>example: change the code 10 to 00
002EE102: 10 00
002EE15E: 10 00
003C8CCB: 7F 0F
003C8D33: 7F 0F
004568C7: 7F 0F
00456983: 7F 0F
01E402B5: 41 35

scimitar_final.elf

0019E0D2: 10 00
0019E0E2: 10 00
0019E13E: 10 00
009F6233: 7F 0F
009F62BB: 7F 0F
01DADE23: 7F 0F
02015E35: 41 35

Change the values, (for example):

E8 7F 00 08 3C 80 10 00 -> E8 7F 00 08 3C 80 00 00
41 9E 00 20 3C 80 10 00 -> 41 9E 00 20 3C 80 00 00

And you need to change "check_proc_version" to 3 files:

"24 13 BC C5 F6 00 33 00 00 00 41" to "24 13 BC C5 F6 00 33 00 00 00 34"
"1B 43 4C EC 00 00 00 04 00 00 41" to "1B 43 4C EC 00 00 00 04 00 00 34"

Where 41 can be 40, etccc (version firmware)
Thanks to DEANK and Aldos for the info and work

Last edited by rocknard; 11-03-2012 at 05:20 AM.
rocknard is offline   Reply With Quote
Old 11-04-2012   #35
I_want_cookies
Apprentice
null
 
Join Date: Oct 2011
Posts: 26
Likes: 6
Liked 0 Times in 0 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
Originally Posted by ZOMBIEKILLAH View Post
*CREDITz*
*DUPLEX* = PreFix
*ZOMBIEKILLAH* - FAKE / Converted / Packed

I made another Fake patch ,to preserve your DISC files & for those on 341/355 CFW..
If you have different region PM me i will make you one,if you want one ..
Another Custom Non Official Fake Patch FiX v9.99


Password - ZOMBIEKILLAH

CLICK LINK BELOW
BLES01667-CLICK-FOR.PATCH.FIX <=click

Copy the 2 selfs to your game Backup
Edit your disc param.sfo = Install patch & play


Tested by me & works fine..
These links don't last file host are crap now.
So get this if you want it save it / reupload anywhere..
Enjoy
Thanks For the FIx ZOMBIEKILLAH. Honestly I would be lost without this.... I appreciate and could not say thank you enough
I_want_cookies is offline   Reply With Quote
Old 11-05-2012   #36
I_want_cookies
Apprentice
null
 
Join Date: Oct 2011
Posts: 26
Likes: 6
Liked 0 Times in 0 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
Originally Posted by ZOMBIEKILLAH View Post
I been doing this for a long time . I have over 200 in the recent months i changed the HEX in all 3 files but still having issues . I fixed doom 3 & works fine ,eboot & 2 selfs working 100% ..So it should have worked just like all the others i done ..
So does this mean that the patch for ac3 does not work? I appreciate all of your hard work and effort over the past few months and I am in no way complaining. I though that I would report a problem that I am having to see if anyone else is having that same problem. I copied all of the files over properly and have the game working fine. When I try to go online I get through the intro and unfortunately cannot connect to anyone. I have a perfect nat and even try to get into groups with friends but unfortunately it says that I cannot connect am I doing something wrong or is there a bug that needs fixing? Once again thank you for your time and effort. Much appreciated
I_want_cookies is offline   Reply With Quote
Old 11-05-2012   #37
ZOMBIEKILLAH
Homebrew Developer
 
ZOMBIEKILLAH's Avatar
 
Join Date: Jan 2011
Location: dev_hdd0/game/BLUS31011 :)
Posts: 1,826
Likes: 1,025
Liked 1,366 Times in 629 Posts
Mentioned: 374 Post(s)
Tagged: 0 Thread(s)
Originally Posted by I_want_cookies View Post
So does this mean that the patch for ac3 does not work? I appreciate all of your hard work and effort over the past few months and I am in no way complaining. I though that I would report a problem that I am having to see if anyone else is having that same problem. I copied all of the files over properly and have the game working fine. When I try to go online I get through the intro and unfortunately cannot connect to anyone. I have a perfect nat and even try to get into groups with friends but unfortunately it says that I cannot connect am I doing something wrong or is there a bug that needs fixing? Once again thank you for your time and effort. Much appreciated

The FAKE patch is a quick fix for CFW ,a simple install-able fix so you can minimize changing some or all of your original files for future updating . The official patch is out there i just have no time to go through them to fix them proper .I have seen new changes in the patches & require allot more patching . I learned the hard way by having problem with AC III ,i found more param checks & other changes ..
************* [ - Post Merged - ] *************
@rocknard Thanks bud for that ,i appreciate the help .I have already seen the new changes .I spent allot of time with examining the selfs & it does require allot more work now .This is why i tried to explain in another thread to others . It would be better if people started to think about making a choice to update there is no reason to stay on 355. yes i can still fix & probably will ,atm i need to get my PS3s updated .I have spent everyday for months for others .I need some time for myself now ,so i can get some things done..

If people need original files i can help uploading them to restore game files to original .I have about 400 retail & all original files for them..

Last edited by ZOMBIEKILLAH; 11-05-2012 at 11:09 AM.
ZOMBIEKILLAH is online now   Reply With Quote
Old 11-14-2012   #38
Ezio1023
Apprentice
 
Join Date: Nov 2012
Posts: 5
Likes: 0
Liked 0 Times in 0 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
link is dead
Ezio1023 is offline   Reply With Quote
Old 11-14-2012   #39
JonahUK
Senior Member
 
Join Date: Jul 2011
Location: Salford, UK
Posts: 1,263
Likes: 578
Liked 781 Times in 494 Posts
Mentioned: 166 Post(s)
Tagged: 0 Thread(s)
@Ezio1023

It's available at the link in my sig under "Repacked Fixes"
JonahUK is online now   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 11:30 AM.