Latest PS3 News Forum Updates

  • News
  • Posts
  • PS3 CFW
  • PS3 Files
  • PS3 Hacks
  • PS3 Help
  • PS3 Releases
  • PS3 Themes
  • PS3 Trophies
  • PS Vita Trophies
  1. #161
    i'm using REX 4.21 with BD emulator (BD head is broken on this PS3). So far, all games i've tested, are working fine through BD icon launch.


  2. #162
    should add the ability to auto resgin sprx an maybe edat files too if they have to be...really sucks trying to resign these files manually.


  3. #163
    Quote Originally Posted by sorg View Post
    i'm using REX 4.21 with BD emulator (BD head is broken on this PS3). So far, all games i've tested, are working fine through BD icon launch.
    are you talking about cex or dex bd emulation of rex 4.21..


  4. #164
    I'm talking about BD emulation by putting PS3 into DEX mode and insertion of USB stick. As far as i know, there is no other way to emulate BD, so you will see disk icon in XMB. If you know how to make BD emulation with icon in XMB in CEX mode - tell me.

    Quote Originally Posted by dsavage View Post
    should add the ability to auto resgin sprx an maybe edat files too if they have to be...really sucks trying to resign these files manually.
    I don't know about sprx files (i didn't explore them yet), but you WON'T be able to resign edat files automatically because you need additional files specific to only your console (you have to buy DLC) and klicensee from game developer (can be obtained from EBOOT.ELF, but it's not automatic job)


    Last edited by sorg; 11-15-2012 at 07:56 PM Reason: Automerged Doublepost

  5. #165
    Can anyone teach me how to use this? Because I just downloaded Saints Row The Third Full Package and it required 4.30 but I'm on REBUG 4.21 REX. After putting the Eboot.bin into the folder, which button do I press on the tools? Is it button 2 or button 3?


  6. #166

    PS3 Automatic Signature EBOOT.BIN NPDRM and Original

    I don't usually speak English but I guess a few words to the wise is sufficient.

    You just only have to create a BAT file with this and if your EBOOT.BIN is a EBOOT.BIN original or EBOOT.BIN of PKG (up) to you create a signed file automatically in the same way.
    Code:
    set CID=
    FOR /F "tokens=1,2 delims= " %%A IN ('scetool.exe -i EBOOT.BIN') DO (
    if [%%A]==[ContentID] set CID=%%B
    )
    scetool.exe -d EBOOT.BIN EBOOT.ELF
    if not exist EBOOT.ELF unself.exe EBOOT.BIN EBOOT.ELF
    
    REM   NOW YOU CAN EDIT EBOOT.BIN FILE.
    
    pause
    
    REM   HERE I HAVE 10 COMMAND FOR FIX AUTO.
    
    ren EBOOT.BIN EBOOT_ORIGINAL.BIN
    if [%CID%]==[] (
    msg * No es un NPDRM pero te lo voy a fixear.
    
    make_SELF EBOOT.ELF EBOOT.BIN
    ) else (
    echo ContentID=%CID%
    make_SELF_npdrm.exe EBOOT.ELF EBOOT.BIN %CID%
    )
    
    if not exist EBOOT.BIN ren EBOOT_ORIGINAL.BIN EBOOT.BIN
    Thank to naehrwert for the tools.... next time explains how to use. THANK Why you posting this here? because on the web where I usually stay, PS3SOS.com, they give preference to foreign to their own members. The scene is free... but we have a limit.


  7. #167
    Quick question maconell, which of the two above CODE is correct the bottom one or ? I will remove the other as they got stuck in the post queue... let me know and Thanks!

    Edit: Done!


  8. #168
    the second it's better because this have a pause and you can fix the EBOOT.ELF and then you can continue


  9. #169

    PS3 TrueAncestor EBOOT Resigner v1.6 Update is Now Available

    Following up on the previous revisions and a handy BAT File Script from maconell, today PlayStation 3 developer JjKkYu has updated his SCETool Script to PS3 TrueAncestor EBOOT Resigner v1.6 with the changelog below.

    Download: PS3 TrueAncestor EBOOT Resigner v1.6

    TrueAncestor EBOOT Resigner v1.6 Changelog:

    1. Add alternative option for 4.21 CFW.
    2. Add instructions.
    3. Hide scetool screen feedback.

    Guys, enjoy Rogero 4.21 v2 with alt options.

    PS3 TrueAncestor EBOOT Resigner v1.6 Update is Now Available

    More PlayStation 3 News...


  10. #170
    can you use this to sign PKG files from 3.55 to 4.30?