Recent content by Devildwarf

  1. D

    PS5 PlayStation 5 ROM keys leaked

    Yes, it was posted on zecoxao's twitter when it happened with a mediafire link, a link to his twitter post https://x.com/notnotzecoxao/status/2005432210531524945
  2. D

    PS3 Need help modifying Assassin's Creed II save file

    Its been awhile since i touched any of this stuff, from what i remember the other games used the same checksum values but also needed padding since the files are actually bigger from what i remember, but im sorry its been a long time since i looked, if you look back through this topic you might...
  3. D

    PS3 [Solv'd]Does anyone have the PS3 GPU's Kernel driver?

    you can find the ps3 gpu stuff in the mirror Gitorious mirror on the wiki https://www.psdevwiki.com/ps3/Gitorious it includes all of the GPU driver stuff for PS3FreeBSD, and sorry i never had to use it so i dont know much about it, hopefully someone else can answer your other questions, good luck.
  4. D

    Retro Animal Crossing for Gamecube Decompilation

    yeah it isnt the best instructions sadly, it just goes from the Compiling Section into the diffing section with just a small header inbetween, totally understandable, i wasnt sure if you was trying to diff it for some reason (like a mod), anyway glad you have it working, good luck with whatever...
  5. D

    Retro Animal Crossing for Gamecube Decompilation

    Hi, why exactly are you diffing it ? did you make a change that requires you to rebuild ? after compiling the build should be in the build folder see it is saving the .dol and .rel in the folders inside build/GAFE01_00 and that is the decomp, Remember this is a Decompilation, NOT a...
  6. D

    PS3 Newb ps3 elf questions.

    An ELF is basically the same as a PC .exe file, it works the same way, it has headers and stubs and structure just like any other executable, you can probably pack some resources inside a ELF too if you wish but usually they are external (there are exceptions like some image files and bios...
  7. D

    PS3 Newb ps3 elf questions.

    Well to resign a ELF to SELF/EBOOT i would normally use "TrueAncestor_SELF_Resigner" or "ESSSE RESIGNER" either can decrypt and encrypy eboot/self/elf files, you can also resign to CFW or DEX depending on what you want, BUT if your eboot uses a DEX function it wont just magically make it work on...
  8. D

    PS3 ps2 xenosaga episode 2 with codebreaker

    not sure why this would suddenly stop working on that firmware, maybe check the cobra settings to see if thats somehow interfearing, but other then that there has been no major changes to ps2 emulation on the ps3 in years, maybe try reverting to a older firmware and see if that fixes it (like go...
  9. D

    PS3 RetroArch CE (Unofficial - Community Edition)

    Yeah sadly it seems dead, and Yeah the build bot doesn't seem to compile the psl1ight version but their GIT actions page does, i couldnt get it to run but it does compile a ELF, so if you have a github account you can access their daily psl1ght builds, I tried resigning it and i tried running it...
  10. D

    PS3 ps2classic.exe for PS2 multidisc PKGs

    Wow nice work kozarovv i remember when we looked into this years ago, glad something finally came of it 2018 ? damn it doesnt feel that long ago. Some of the info above, and im uploading a clean one here for you to examine yourself. Its basically just a 2 byte file with 00 00 in by default...
  11. D

    PS3 PS3SX

    Doesn't Zar's version of Ps3sx have dynarec ? i remember looking at his github and seeing references to Dynarec in it, but i havent compiled it to test or anything https://github.com/Zarh/ps3sx not 100% sure on that though.
  12. D

    PS3 Spyro Year of The Dragon | PS3 HEN

    strange, maybe its just certain ones dont boot or maybe its the slim ps3's ? FFVIII just wont get past the libcrypt check for me, crashes everytime (original UK PAL discs and YES i have checked different discs to make sure its not just a damaged disc) at the start, maybe it only effects certain...
  13. D

    PS3 Spyro Year of The Dragon | PS3 HEN

    Libcrypt games wont run on a ps3 even if you use clonecd with subchannel data, mostly this is because the ps3 ignores subchannel data, It would work on a chipped/modded ps1 (and possibly ps2 ?) but not on ps3 by default, kinda sad really, i have the retail discs of ff8 but not able to play them...
  14. D

    PS3 Help with re-signing .SELF file.

    hm odd, maybe try first just taking the clean SELF, decrypting it then resign it and see if that works just to make sure it is getting signed properly, IF this works then the changes you made might not be liked, but if this doesnt work then its probably the way you signed it, it might atleast...
  15. D

    PS3 Artemis Cheats on EBOOT.BIN

    You can insert cheats directly into the eboot as long as its not a memory patch (for example if you are patching the instruction that creates it then its fine but if you are patching a section of memory that only exists when the game is running then you can't), Decrypt the Eboot.bin first using...
Back
Top