Needing some help finding a few things

So basically I'm trying to find 3 specific things inside this portion of the repo for Rebug: https://github.com/Joonie86/COBRA-7.3/tree/master/486/LITE

1. Where the portion of code is stored for the User Agreement when installing the PS3UPDAT.PUP (I've tried searching for portions from the User Agreement itself already but no results. I'm not sure how its showing up on the PS3 but it just doesn't seem to be there when searching on github or my PC)

2. The code for handling the startup animation(Basically I want to Change it to say something other than "REBUG")

3. Where its actually handling connecting to PSN(Basically I'm not interested in Sony's network, I'm wanting to take a stab at my own alternative network for the PS3. No PS Store, no PSN accoun required, no updates being downloaded from sony themselves. Instead everything would be coming from my end only.)
 
none of those things should be with the code on github. 1 and 2 are added during pup file creation. 3 is not possible AFAIK.
 
ok, so I'm guessing with 1 and 2 it asks for a file to be used or something like that during compile? and for 3 I don't know why it wouldn't be possible, ofcourse I'd still have to make my own backend service and run it off a vps to work
 
You can do the first 2 in ps3mfw builder
You can also do them on the console with pkg's
@habib may be able to point you in the right direction for the 3rd? He "may" have looked at that in the past.
 
when I tried with ps3mfw it didn't give me an option for either of the first 2 as far as I could tell. I'll look further into it later when I can
 
Back
Top