360haven works best with JavaScript enabled
Two Worlds I & II, Savegame Resigner
Loading
Register
Page 1 of 11 123456 ... LastLast
Results 1 to 8 of 88

Hybrid View

  1. #1
    Reverse Engineer


    fairchild is offline
    Join Date : Jan 2011
    Location : Spain / Sweden
    Posts : 211
    Array

    Two Worlds I & II, Savegame Resigner

    Two Worlds I & II, Savegame Resigner v1.0 by fairchild (chipit.se)

    This application will resign your modified savegame with the correct checksum to avoid corruption detection.

    Thanks Unknown_v2 for the Two Worlds I checksum routine.

    How to use
    ==========

    Extract (savefile / screenshot / mpchar) from the CON container named Saves_<number>.TwoWorldsIISave / TwoWorldsIIMPChar.mpc,
    remember that the savefile is compressed with zlib compression, decompress to make changes and then recompress
    back into the savefile.

    The resigner should be used on the savefile and NOT on the container nor the extracted data.

    Usage: tw2resigner.exe <savegame | screenshot | mpchar>

    Features
    ========

    * Two Worlds II resigning support.
    * Two Worlds I support.

    Download: tw2resigner_v1.1.rar

    Enjoy!
    Last edited by fairchild; 01-24-2011 at 09:01 AM.
    Downloads : 47 || Uploads : 4 || Rep Power : 5297 || Posts : 211 || Thanks : 71 || Thanked 737 Times in 108 Posts


    If you feel like donating some bit coins, please do so to address "1DNcjKhrVTGnKTyQYbjx8yTRoenTSySeoP", if you are interested in other projects visit www.chipit.se or www.baeckstrom.com, thanks!


  2. The Following 21 Users Say Thank You to fairchild For This Useful Post:

    + Show/Hide list of the thanked


  3. #2
    VIP Member

    jkipp82 is offline
    Join Date : Dec 2010
    Location : Somewhere on the outskirts of Hell.
    Age : 41
    Posts : 1,940
    Array
    sweet two for the price of one good job.
    Downloads : 7 || Uploads : 0 || Rep Power : 6931 || Posts : 1,940 || Thanks : 96 || Thanked 568 Times in 319 Posts



  4. #3
    Punker
    will check this out. Cheers mate

  5. #4
    game0606
    thanks this is sick

  6. #5
    Divided by zero and lived

    mojobojo is offline
    Join Date : Dec 2010
    Posts : 389
    Array
    Don't forget to give proper credit. Unknown V2 figured out the checksum routine.

    Code:
    unsigned char TwoWorldsObfTable[32] = {
        0x36, 0xEF, 0x64, 0xBA, 
    	0x43, 0x39, 0x09, 0xD4,
    	0x5D, 0xE3, 0xEA, 0x6F, 
    	0x43, 0x8D, 0xFF, 0x40, 
        0x03, 0x75, 0x94, 0x1C, 
    	0x4B, 0xA2, 0xF9, 0x43,
    	0x10, 0xDF, 0x66, 0x9C, 
    	0x0C, 0x95, 0xED, 0xFE, 
    } ;
    
    unsigned int two_worlds_checksum(unsigned char* pbInp, unsigned int cbInp) {
    	int x;
    	unsigned int sig = 0;
    	for (x = 0; x < cbInp; x++) {
    		sig ^= (pbInp[x] ^ TwoWorldsObfTable[( x & 0x1f)]) << ((x << 3) & 0x18);
    	}
    	return sig;
    }
    Downloads : 4 || Uploads : 1 || Rep Power : 5504 || Posts : 389 || Thanks : 52 || Thanked 1,033 Times in 236 Posts



  7. #6
    Reverse Engineer


    fairchild is offline
    Join Date : Jan 2011
    Location : Spain / Sweden
    Posts : 211
    Array
    Yes, Mojobojo, i thank Unknown V2 for the checksum and everyting :)
    Downloads : 47 || Uploads : 4 || Rep Power : 5297 || Posts : 211 || Thanks : 71 || Thanked 737 Times in 108 Posts


    If you feel like donating some bit coins, please do so to address "1DNcjKhrVTGnKTyQYbjx8yTRoenTSySeoP", if you are interested in other projects visit www.chipit.se or www.baeckstrom.com, thanks!

  8. #7
    VIP Member

    jkipp82 is offline
    Join Date : Dec 2010
    Location : Somewhere on the outskirts of Hell.
    Age : 41
    Posts : 1,940
    Array
    Quote Originally Posted by fairchild View Post
    Yes, Mojobojo, i thank Unknown V2 for the checksum and everyting :)
    I think he meant in your first post lol
    Downloads : 7 || Uploads : 0 || Rep Power : 6931 || Posts : 1,940 || Thanks : 96 || Thanked 568 Times in 319 Posts



  9. #8
    game0606
    hey anybody know how to use this tool is this a cmd one if so how to use it? when i click on it nothing happens please help
    ok i dragged it into cmd and hit ok what to do now how do i resign the save? help please im trying here

 

 
Page 1 of 11 123456 ... LastLast

Similar Threads

  1. [Release] WWE 13 A.I.O SaveGame Editor + Injector(w/ Rehasher and Resigner) v1.5.1 Released
    By Arjun The Man in forum Xbox 360 Modding Programs
    Replies: 599
    Last Post: 01-26-2020, 01:50 AM
  2. [Release] Halo 4 SaveGame Resigner
    By iH8 Fr0st in forum Xbox 360 Modding Programs
    Replies: 8
    Last Post: 08-12-2015, 07:01 PM
  3. [BETA - RELEASE] Online STFS File Resigner & Rehasher
    By mylazysundays in forum Xbox 360 Modding Discussion
    Replies: 3
    Last Post: 05-14-2014, 09:53 PM
  4. XB36HAZARD Rehash&Resigner
    By smoko400 in forum Xbox 360 Modding Programs
    Replies: 9
    Last Post: 11-09-2011, 10:42 PM

Visitors found this page by searching for:

Nobody landed on this page from a search engine, yet!

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

About 360haven

    360haven is an Forum Devoted To Game modding Fans from all over the world.

    An Awesome Community of Xbox 360 Gamers, Modders and Developers who Create & Share Tutorials, Applications, Gfx, Trainers and Gamesaves.

    A haven for the l33t.
    A scarce paradise for modders.

★★★★★¯\_(ツ)_/¯