LittleBigRefresh / Refresher

A utility for patching LittleBigPlanet games to custom servers
GNU General Public License v3.0
9 stars 3 forks source link

Initial support for patching PS3 consoles #19

Closed jvyden closed 1 year ago

jvyden commented 1 year ago

This is just a initial implementation. There are a couple bugs documented in the code I'd like to work out, but that can come later down the line.

Notes:

Closes #8

speedyman08 commented 1 year ago

You can probably get the IDPS by scraping it from webman's web server, as it's shown there. you can find it at {local-ip}/home.ps3mapi/sman.ps3

speedyman08 commented 1 year ago

OR you could do {local-ip}/idps.ps3 then {local-ip}/dev_hdd0/idps.hex to download it

jvyden commented 1 year ago

I'll DM you a segfault later when I get a chance

jvyden commented 1 year ago

OR you could do {local-ip}/idps.ps3 then {local-ip}/dev_hdd0/idps.hex to download it

Noted, thank you.