Recent content by FlexBy

  1. FlexBy

    PS3 Extracting PS3 Avatar Images

    As far as I am aware, no one created a tool that allowed extracting avatar images from EDAT files. So I figured to create one in python. It's still very much WIP, it may get some stuff wrong but it can extract PNG images from either encrypted EDATs or decrypted unEDATs. Just need to select your...
  2. FlexBy

    PS3 Game Patches

    I made a 60 FPS patch for castle crashes sometime ago for RPCS3, got curious and tested if the game can reach those FPS in 1080p. From the quick test it seems to be locked 60 at least in the intro. Here's the patch for NPEB00293 0 000956b4 60000000 0 002b2044 3c888889 Usually I don't bother...
  3. FlexBy

    PS3 Battlefield: Bad Company 2 - Patch to enable Polish Language

    Back in a day DICE/EA said that due to technical issues, BFBC2 won't support Polish language. As it turns out EU copies of the game, have Polish language files futhermore they even were updated in 1.05 update but still you cannot play in Polish. So I took a look into the game code using ghidra...
  4. FlexBy

    PS3 Game Patches

    Most of the patches you copied from RPCS3 wiki and gave no credits for original authors wont work on PS3. They require changing vblank which is not possible on PS3. Also the MGS3 patch is not unlock FPS but 50 FPS, MGS3 runs natively at 60 and Batman Arkham City is a debug menu patch lol. Its...
  5. FlexBy

    PS3 Game Patches

    That is data type, be32 is 32bit big endian, be16 is 16bit big endian etc. The first one is 4 bytes long and the other 2 bytes long.
  6. FlexBy

    PS3 Game Patches

    Honestly it would be better if there was a better format because artemis one is pretty awful lol, but I will try to find some time to convert my RPCS3 patches (that work on PS3) to artemis format. RPCS3 FPS patches that I am aware they work on PS3 (Doesn't mean game will reach above 30 FPS)...
  7. FlexBy

    PS3 Game Patches

    Also for some that may be interested, there's a page on RPCS3 wiki with list of what fps x game targets, with info if it can be unlocked via increasing vblank etc. https://wiki.rpcs3.net/index.php?title=Vblank_compatible_games_list
  8. FlexBy

    PS3 Game Patches

    Gamespeed is tied to FPS in castle crashers, if you do want to unlock FPS you can nop 0x000672f8 if you have NPEB00293
  9. FlexBy

    PS3 Game Patches

    Good news, 60 FPS patch for Lost Dimension BLES02197 seems to work just fine on stock PS3, as long as you keep the camera pointed slightly to ground you get kinda stable 60 FPS. Stuff rendering in distance hurt the performance a lot. Lost Dimension # 60 FPS [BLES02197] [BLUS31554] [BLJM61166]...
  10. FlexBy

    PS3 Game Patches

    RE4 has gamespeed tied to framerate, doubt someone will want to bother trying to make an fps patch for a game available on pretty much every platform. I meant, it's something that needs to be done on PS3 OS level or whatever, not on game level itself. On RPCS3 some unlock fps patches will lock...
  11. FlexBy

    PS3 Game Patches

    And also doesn't require you to dump every game, which depending on game may take a lot of time and space.
  12. FlexBy

    PS3 Game Patches

    Tried out Oblivion and in intro it runs anywhere from 20 to 60 FPS, depends on what is rendered at the time pretty much. There were places that you would get 60 FPS but then if you turned around you would drop to ~35 FPS. OC PS3 will definitely improve performance, if you would want to get above...
  13. FlexBy

    PS3 Game Patches

    I have tried Resident Evil 0 on a stock CECH-25xxA, was getting around 35-36 FPS on the first location after the cutscene intro. I assume the performance will be simillar in RE:HD since it's pretty much the same game. Also in the main menu I couldn't get above 60 FPS so PS3 may indeed not allow...
  14. FlexBy

    PS3 Game Patches

    I believe that PS3 has some kind of vsync that doesn't allow past 60 FPS or so, someone who has much more knownledge on PS3 could maybe confirm this. I tested my COD 4 patch before on PS3 and it's the same case as BO1, doesn't get past 60 FPS, I assume WAW is the same. Also tested dragon's dogma...
  15. FlexBy

    PS3 New IRD Database site

    The site has been recently improved a lot by 13xforever! Now it loads way faster compared to before, has easy API consumption (JSON), CDNs and caching provided by Github. On the side note, latest version of ps3 disc dumper adds support for this site! Github Repo Website
Back
Top