Latest PS3 News Forum Updates

  • News
  • Posts
  • PS3 CFW
  • PS3 Files
  • PS3 Hacks
  • PS3 Help
  • PS3 Releases
  • PS3 Themes
  • PS3 Trophies
  • PS Vita Trophies
Closed Thread
Page 29 of 39 FirstFirst ... 19 27 28 29 30 31 ... LastLast
  1. #281
    Please elaborate on this. I do not understand your request.


  2. #282
    Quote Originally Posted by deanrr View Post
    Please elaborate on this. I do not understand your request.
    I mean if you could implement the patch app from here: http://www.ps3news.com/ps3-hacks-jai...-live-ps3-ram/

    Onto the Backup Manager, patch the offset 57410 with the data 48000098-

    More like what fahrenheit did!


    Last edited by renanbianchi; 10-13-2010 at 03:34 PM

  3. #283
    Quote Originally Posted by farenheit View Post
    #deanrr
    Any chance you could add:
    Code:
    pokeq(0x8000000000057410ULL, 0x48000098e86298c0ULL);
    to the main.cpp file to enable retail packages?
    Of course. Do I add it at each start or it needs special conditions to be applied?


  4. #284
    Please check if the attached one is what you need.

    Attached Files

  5. #285
    Quote Originally Posted by deanrr View Post
    Of course. Do I add it at each start or it needs special conditions to be applied?
    Not sure what your main.cpp looks like but look for this code and add the bit in bold:
    Code:
    u32 frame_buf_size = DISPLAY_WIDTH * DISPLAY_HEIGHT * 4;
    
    	frame_buf_size = ( frame_buf_size + 0xfffff ) & ( ~0xfffff );
    	text_bmp = (u8 *) memalign(0x100000, frame_buf_size);
    	if(!text_bmp) exit(-1);
    
    	if(png_out_mapmem( text_bmp, frame_buf_size)) exit(-1);
    	
    	uint64_t patchmode = 2;  //0 -> PS3 perms normally, 1-> Psjailbreak by default, 2-> Special for games as F1 2010 (option by default)
    	if(sys8_enable(0) > 0)
    	{
    		sys8_perm_mode(patchmode);
    	}
    	else
    	{
    		pokeq(0x80000000000505d0ULL, memvaloriginal);
    		
    	}
    
    		pokeq(0x8000000000057410ULL, 0x48000098e86298c0ULL);
    
    	setRenderColor();
    	cellSysutilRegisterCallback( 0, sysutilCallback, NULL );
    	if(!memcmp(hdd_folder,"ASDFGHJKLM",10) && hdd_folder[10]=='N')
    	{
    
    update_game_folder:
    I think thats right


  6. #286
    deanrr & farenheit should also have their own section like jurai and drizzt.


  7. #287
    Quote Originally Posted by d3adliner View Post
    deanrr & farenheit should also have their own section like jurai and drizzt.
    I agree this will clean up alot of this thread, but it still won't do away with the nubs asking the same questions about what hex and why isn't my Ti-86 working blah blah.


  8. #288
    deanrr's bm manager are the best. Thanks Deanrr Your new backup manager now boots my Mafia 2 patched, before i always got a Black Screen, altought now i need the disc on the drive for it to boot, i don't mind.

    Thanks XD!


  9. #289
    That's weird, i play my Mafia II without disc and without the patched mode. I've used Jurai2 Manager (i think that was 1.13) to backup the game to the internal hdd. Now i'm using Gaia Manager and Cover Manager and works with both.


  10. #290
    No he's referring to the actual game patch, not the hermes patch.

    So Dean was the code implemented properly in your most recent posted attachment? Good to use?


    Last edited by neophyte5001; 10-13-2010 at 04:49 PM

Closed Thread
Page 29 of 39 FirstFirst ... 19 27 28 29 30 31 ... LastLast