Editing BDemu Drive Format
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 120: | Line 120: | ||
(use Aldo's tool on the bottom of this page for an automated solution) | (use Aldo's tool on the bottom of this page for an automated solution) | ||
<pre> | <pre> | ||
By default when you format your external drive to BDEMU on ps3 console it'll make 46GB sized partitions same goes with | By default when you format your external drive to BDEMU on ps3 console it'll make 46GB sized partitions same goes with ps3gen BDEMU format utility except ps3gen will you give you 4 slots for games, problem is you can only have 4 and if your external isn't at least 184GB+ you can't use all partitions. | ||
ps3gen BDEMU format utility except ps3gen will you give you 4 slots for games, problem is you can only have 4 and if your | |||
For instance since I am using a 32GB sandisk thumb drive i would only get one partition each time, meaning only one game. | For instance since I am using a 32GB sandisk thumb drive i would only get one partition each time, meaning only one game. Because each partition has to take up 46GB (Bluray dual layer basically) it doesnt take your drive size like mine 32GB and divide by 4 slots meaning I should have four 10.6GB slots but it doesnt work that way. | ||
So i found another way that works requires a hex editor. I'll use HxD for this tutorial or whatever you want to call it. I | So i found another way that works requires a hex editor. I'll use HxD for this tutorial or whatever you want to call it. I also used aldostools start_ps3gen.exe to have any # of slots I wanted up to 255 instead of just 1 or 4. (you can also edit the ps3gen dll to do this) | ||
also used aldostools start_ps3gen.exe to have any # of slots I wanted up to 255 instead of just 1 or 4. (you can also edit | |||
the ps3gen dll to do this) | |||
SETUP | SETUP | ||
Line 144: | Line 138: | ||
RESIZING | RESIZING | ||
(Since you'll be fooling with your hard drive in this section, make sure you fully understand this guide to do this, | (Since you'll be fooling with your hard drive in this section, make sure you fully understand this guide to do this, it works ive tested, i take no responsibility for possible damage) | ||
it works ive tested, i take no responsibility for possible damage) | 9. Open Hxd (or other hex editor like winhex) go to Extras, open disk and pick your external disk with ps3 game and uncheck read only | ||
9. Open Hxd (or other hex editor like winhex) go to Extras, open disk and pick your external disk with ps3 game and | |||
uncheck read only | |||
10. Press ctl+g or pick search, Go to..., type in offset 20000 | 10. Press ctl+g or pick search, Go to..., type in offset 20000 | ||
Line 160: | Line 152: | ||
example: my Resident evil 6 was 513F40 (10.1GB) multiply by 4 is 144FD00 | example: my Resident evil 6 was 513F40 (10.1GB) multiply by 4 is 144FD00 | ||
15. Take this new hex value (ACTUAL GAME SIZE multiplied by 4 in hex value ex: 144FD00 for my RE6) and replace the 46GB hex | 15. Take this new hex value (ACTUAL GAME SIZE multiplied by 4 in hex value ex: 144FD00 for my RE6) and replace the 46GB hex number with it so 05D3A0 (46GB partition size) becomes ACTUAL GAME SIZE multiplied by 4 hex value (Example: 144FD00 hex value) | ||
number with it so 05D3A0 (46GB partition size) becomes ACTUAL GAME SIZE multiplied by 4 hex value (Example: 144FD00 hex value) | |||
16. As you may notice every other line there is pattern, each time you see 05D3A0 thats the next partition. | 16. As you may notice every other line there is pattern, each time you see 05D3A0 thats the next partition. Since I picked 3 slots I see this 05D3A0 3 times. | ||
Since I picked 3 slots I see this 05D3A0 3 times. | |||
17.Pick file, save in HxD close program. | 17.Pick file, save in HxD close program. | ||
Line 170: | Line 160: | ||
18. Add another game to Image1 (the next partition) via ps3gen and start from step 9, do this for each new game added | 18. Add another game to Image1 (the next partition) via ps3gen and start from step 9, do this for each new game added | ||
</pre> | </pre> | ||
== BDemu Drive Tools == | == BDemu Drive Tools == |