PS3 Self loader

FoxHound47

Member
Hi,
Does anybody know where I can find this app

s-l400.jpg
 
Do you still know what the homebrew is? And also what if i dont want to send the self's through internet is there a way around this
There are various ways to launch a custom self without using a PKG installation for deployment on a PS3 running on HEN or CFW.

Through the local network with the ps3load app (see post#2) and in DEX mode, you could also use the Target Manager app.

Locally on the PS3 with a file manager like you get in backup managers like multiman or Irisman..
 
There are various ways to launch a custom self without using a PKG installation for deployment on a PS3 running on HEN or CFW.

Through the local network with the ps3load app (see post#2) and in DEX mode, you could also use the Target Manager app.

Locally on the PS3 with a file manager like you get in backup managers like multiman or Irisman..
Do think it would it be possible to modify the PS3Load eboot so it just has a hard coded path to a local self and launches it with some hard coded command line arguments, but without using a PC at all.

I think it should be possible to launch EBOOTs with command line options officially somehow too, for example back in the day people could jump straight from Playstation Home into any game, even skipping menus and going directly to multiplayer lobbies on some games.
 
it can be done, you probably need 1 line of code, and call:

Code:
sysProcessExitSpawn2(...)

with the path to your .self file and the arguments. All the other code from ps3load is not needed and can be removed.
 
That's cool. Seems kinda like something that would be useful.

In theory if one of these could be created once, with a long placeholder path for the self, and some long placeholder command line arguments, we could have universal local self launcher, all we would need to do is hex edit the path to self and arguments going forward.
 

Similar threads

Back
Top