Log in

View Full Version : Two Worlds I & II, Savegame Resigner



fairchild
01-22-2011, 06:20 PM
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: 5263

Enjoy!

jkipp82
01-22-2011, 07:43 PM
sweet two for the price of one good job.

Punker
01-22-2011, 07:46 PM
will check this out. Cheers mate

game0606
01-22-2011, 09:21 PM
thanks this is sick

mojobojo
01-22-2011, 11:38 PM
Don't forget to give proper credit. Unknown V2 figured out the checksum routine.



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;
}

fairchild
01-23-2011, 03:46 AM
Yes, Mojobojo, i thank Unknown V2 for the checksum and everyting :)

jkipp82
01-23-2011, 03:59 AM
Yes, Mojobojo, i thank Unknown V2 for the checksum and everyting :)

I think he meant in your first post lol

game0606
01-23-2011, 04:33 AM
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

Daimashin
01-23-2011, 04:59 AM
Go to command prompt and type tw2resigner savefile. The problem is the resigner won't work after I repack the file into the 'savefile'. It says 'invalid signature'. Help please!

Edit:
Got it to work, I left out something when I repack. :P

game0606
01-23-2011, 05:06 AM
Go to command prompt and type tw2resigner savefile. The problem is the resigner won't work after I repack the file into the 'savefile'. It says 'invalid signature'. Help please!yeah i ran into the same problem thanks for the help i was being a noob hopefully somebody can come here and help us

Edit:
i got mine working also just did something wrong the first time i think we both did the same thing wrong and corrected it lmao!!!

pirknuts
01-23-2011, 06:17 AM
Can some post a save with max attribute points, max skill points, auras, and level? I've been trying to max everything on my saves, but every time I mod my stats, repack and fix the checksum once I load the game I still have the same stats. Thanks for the checksum fix by the way!!!

Daimashin
01-23-2011, 07:15 AM
I've modded exp and money and they both worked. Finally no more grinding for exp! Thanks a lot for this excellent resigner.

Punker
01-23-2011, 12:38 PM
I've modded exp and money and they both worked. Finally no more grinding for exp! Thanks a lot for this excellent resigner.

Could you post a quick tut on modding exp and money i,m trying to learn how to hex edit myself.
Or anyone else can help would be very much appreciated.

pirknuts
01-23-2011, 04:46 PM
how do you locate your exp. in this game??? and how do you get the resigner to work? I've opened up cmd prompt and typed Desktop\tw2resigner\savefile, and I get a message saying "The system cannot find the path specified".

Daimashin
01-23-2011, 05:57 PM
Make note of how much experience you've got in game. After you've offzip the 'savefile', you'll get a .dat file. Open that file with hex editor and look for the value. Pick 32 bit long and Little Endian/Intel and you'll find the hex value for your exp. It's usually a couple of bytes after the word 'hero'. Same applies if you want to mod gold. 'Packzip' the .dat file back into the savefile. You have to type 'tw2resigner savefile' for it to work.

Anyway, I noticed that this game kind of have infinite level or something. I modded to 30 million exp, at level 120 and still gaining exp and AP.

pirknuts
01-23-2011, 11:05 PM
Is it 32 bit long signed or unsigned? Because I can locate my value both ways, but they're locations are different. I modded both values for 60,000,000, injected the .dat file back into the save file, fixed the checksum, replaced the save file in my save_000000 file, rehashed and resigned, loaded the game and save up and nothing in the game changed. This is the first game I have ever had problems with!!! I don't think I'm doing anything wrong and If i am, any help will do.

Punker
01-23-2011, 11:12 PM
I have a problem too getting this Reading signature... Invalid signature 0x78daec5d, expecting 0x19730811 when trying to resign savefile

just tried resigning the savefile without being modded and it resigned without a problem must be doing something wrong?

Punker
01-24-2011, 12:34 AM
Got it to work wasn,t setting the Offset when using packzip

Thanks to Daimashin for helping out



Is it 32 bit long signed or unsigned? Because I can locate my value both ways, but they're locations are different. I modded both values for 60,000,000, injected the .dat file back into the save file, fixed the checksum, replaced the save file in my save_000000 file, rehashed and resigned, loaded the game and save up and nothing in the game changed. This is the first game I have ever had problems with!!! I don't think I'm doing anything wrong and If i am, any help will do.

I use 32 bit long signed but i checked with the unsigned as well and its the same location for both
don,t know why you have 2 different locations

pirknuts
01-24-2011, 12:49 AM
Yeah I don't know either? But have you had any luck molding your values? I'm still trying to mod my exp. And auras, but I'm not having any luck.

Punker
01-24-2011, 12:58 AM
Yeah i was able to mod my exp once i figured out about that dam offset in packzip haven,t tried anything else yet

kals9
01-24-2011, 01:00 AM
I have a problem too getting this Reading signature... Invalid signature 0x78daec5d, expecting 0x19730811 when trying to resign savefile

just tried resigning the savefile without being modded and it resigned without a problem must be doing something wrong?

i think it gave you that Error beacause you have add some bites into the file.

pirknuts
01-24-2011, 01:02 AM
I'll be glad when I'm able to mod my exp. I'm trying to get to level 255 to see if that's the highest level or to see if there is no level cap.

Punker
01-24-2011, 01:13 AM
i think it gave you that Error beacause you have add some bites into the file.

I forgot to put 0x0000001c in the offset in packzip that why i was getting that error

pirknuts
01-24-2011, 01:18 AM
Well I'm going to attempt it again once I get home. Watching the steelers and jets game right now. Once I figure out what I'm doing wrong I'll post a modded save for everyone with max exp. And a lot of auras.

Daimashin
01-24-2011, 02:31 AM
@pirknuts

Try posting your save here with the exp value. I'll take a look at it.

pirknuts
01-24-2011, 02:42 AM
Alright, I will when I get home. If you go over to haxscene I have a few saves already posted up over on that site with all of the values posted, but I'll upload my current one. What level have you reached so far. I'm just curious to see if the max level is still 255?

Daimashin
01-24-2011, 02:47 AM
I stopped at 120, no point in going further since I'm already way overpowered.

Original Boss
01-24-2011, 11:47 AM
Is it possible to make other saves which others can use for this game or does it corrupt ? if it dont would some one help and post a save maxed out at the start of the game i would really appreciate it thanks if anyone can help

pirknuts
01-24-2011, 07:06 PM
yeah you should be able to. All you would have to do is rehash and resign the game save with your ids. I will be posting a save later on. I'm just trying to see what the max level is right now. I'm at level 140 right now and the auras im still working on i tried 200,000,000 auras but it registers as a negative value and as soon as you sales something in reverts back to zero, but give me a little while and I'll post a game save for you.

Original Boss
01-24-2011, 07:15 PM
yeah you should be able to. All you would have to do is rehash and resign the game save with your ids. I will be posting a save later on. I'm just trying to see what the max level is right now. I'm at level 140 right now and the auras im still working on i tried 200,000,000 auras but it registers as a negative value and as soon as you sales something in reverts back to zero, but give me a little while and I'll post a game save for you.

Thanks bro and i wasnt sure because some games like lets say forza 3 it dont let people use other saves so i was just checking and will the save be at the start ? because i have not even played it yet also can i change my appearance apart from the very start ? thanks again

pirknuts
01-24-2011, 07:38 PM
no, you wont be able to change you appearance. You have to create an appearance before starting the game and the game save will start at the very first island, so, it's just starting out and you won't really miss anything.

Original Boss
01-24-2011, 07:54 PM
no, you wont be able to change you appearance. You have to create an appearance before starting the game and the game save will start at the very first island, so, it's just starting out and you won't really miss anything.

OK so since you will be building the character would you mind doing it the way i want it ? i only want you to change his hair style hair colour and body build oh and a beard if you will be so kind to do that then that would be perfect and i can type what i want if you will do it thanks again man your helping me out a ton soory for my poor grammar haha

pirknuts
01-24-2011, 08:38 PM
What type of hair? color? and what type of beard do you want? long, short, 5 o'clock shadow? How big and tall do you want to be?

Original Boss
01-24-2011, 08:52 PM
What type of hair? color? and what type of beard do you want? long, short, 5 o'clock shadow? How big and tall do you want to be?

I was waiting for you to reply lol ok so i would like

Shoulder width 10
Torso length 10
Leg height 10
Skin tone 3
Facial hair 5
Hair style 9
Hair color 6

Thats it man thank you very much in helping me out

MST
01-24-2011, 09:24 PM
A short,but detailed tut would be awesome.

pirknuts
01-24-2011, 10:11 PM
How to mod your save in Two Worlds 2

Things you need:
-Offzip/Packzip (make sure your computer can use the program)
-your game save
-a hex editor of your choice (Hex Workshop, HxD, etc.)
-a program to rehash and resign your game save (modio, horizon, 360 revolution, etc.)
-tw2resigner
-your in-game values such as your exp. and auras

"Before you hex make sure your values are pretty high aka auras and exp". If you have lower values then you'll find to many instant locations so the higher the better.

Alright once you've got all of those things, your going to want to take your game save and open it in 360 revolution and click on the contents tab and extract your "savefile". Once it's extracted open up the offzip/packzip UI. Extract your "savefile" and you should now have a "0000001c.dat file". Now the hex editing begins, open the "0000001c.dat" with a hex editor. Press control+F and change it to "32 bit long signed/little endian". Once you have done that it's time to locate your values. "Do not use a base converter to convert your values to hex" Ex. of what not to do-if my in game value for exp. is 8737 then I will use that number in the search bar. The hex value for 8737 is 00002221 and you probably won't find that value, so just use 8737. Once you have located your values and modded them and saved them, it's time to inject the "00000001c.dat" back into the "savefile". Open up Packzip UI and in the "source tab put the 0000001c.dat in that location" and in the "target tab put your savefile" and finally "start your offset at 0x0000001c" and click start. You'll get a message saying 1 file has been compressed. Now it's time to fix the checksum, so open up command prompt and drag the tw2resigner and drop it in . Make sure your savefile is located on your desktop. In command prompt it should say something like this: C:\Users\(your name)>C:\Users\(your name)\Desktop\tw2resigner.exe Deskop\savefile. Once you have that done press enter and you'll get a message saying that the checksum has been calculated and fixed. The Last thing you have to do is inject your fixed savefile back into your Con Package and rehash and resign. Load the game and enjoy. I hope this helps.

Original Boss
01-24-2011, 10:19 PM
How to mod your save in Two Worlds 2

Things you need:
-Offzip/Packzip (make sure your computer can use the program)
-your game save
-a hex editor of your choice (Hex Workshop, HxD, etc.)
-a program to rehash and resign your game save (modio, horizon, 360 revolution, etc.)
-tw2resigner
-your in-game values such as your exp. and auras

Alright once you've got all of those things, your going to want to take your game save and open it in 360 revolution and click on the contents tab and extract your "savefile". Once it's extracted open up the offzip/packzip UI. Extract your "savefile" and you should now have a "0000001c.dat file". Now the hex editing begins, open the "0000001c.dat" with a hex editor. Press control+F and change it to "32 bit long signed/little endian". Once you have done that it's time to locate your values. "Do not use a base converter to convert your values to hex" Ex. of what not to do-if my in game value for exp. is 8737 then I will use that number in the search bar. The hex value for 8737 is 00002221 and you probably won't find that value, so just use 8737. Once you have located your values and modded them and saved them, it's time to inject the "00000001c.dat" back into the "savefile". Open up Packzip UI and in the "source tab put the 0000001c.dat in that location" and in the "target tab put your savefile" and finally "start your offset at 0x0000001c" and click start. You'll get a message saying 1 file has been compressed. Now it's time to fix the checksum, so open up command prompt and drag the tw2resigner and drop it in . Make sure your savefile is located on your desktop. In command prompt it should say something like this: C:\Users\(your name)>C:\Users\(your name)\Desktop\tw2resigner.exe Deskop\savefile. Once you have that done press enter and you'll get a message saying that the checksum has been calculated and fixed. The Last thing you have to do is inject your fixed savefile back into your Con Package and rehash and resign. Load the game and enjoy. I hope this helps.

Hey bro i know you have a life and have to do other things but have you got a time when you think the save would be done ? thanks

pirknuts
01-24-2011, 11:18 PM
Im working on it right now, bro

pirknuts
01-25-2011, 12:04 AM
here you go bro, I didn't mod any auras, but your at level 82 with 316 attribute points, so your pretty OP and all of the loot the the locked chests is very high so you could sell the things you find or keep it.

http://www.filesonic.com/file/63890537/Saves_000000.TwoWorldsIISave and if this link doesn't work here is another one http://www.megaupload.com/?d=CZJH3L3D

Original Boss
01-25-2011, 12:14 AM
here you go bro, I didn't mod any auras, but your at level 82 with 316 attribute points, so your pretty OP and all of the loot the the locked chests is very high so you could sell the things you find or keep it.

http://www.filesonic.com/file/63890537/Saves_000000.TwoWorldsIISave and if this link doesn't work here is another one http://www.megaupload.com/?d=CZJH3L3D

Oh man thank you so much i really do appreciate it i can not wait to play it now major boner alert haha but really thanks man

pirknuts
01-25-2011, 12:38 AM
No prob let me know if you can play it. All you should have to do is rehash and resign and you'll be good and here are the pre order codes for you to use. just pause the game and put them in:
Dragon Armor - 4149-3083-9823-6545
Elexorien (Sword)- 3542-3274-8350-6064
Scroll - 6972-5760-7685-8477
Hammer - 6231-1890-4345-5988 Axe - 1775-3623-3298-1928
Anathros(Sword) - 6770-8976-1634-9490
Lucienda (Sword) - 9122-5287-3591-0927

Original Boss
01-25-2011, 01:02 AM
Hey man the save works perfect sorry i was long i was cooking some food

pirknuts
01-25-2011, 01:39 AM
Not a prob, bro! have fun destroying the world of two worlds or saving it.

Game Wizard
01-25-2011, 03:38 AM
Not a prob, bro! have fun destroying the world of two worlds or saving it.

was the save u moded like the crazyses it could be without freezing or like uper modded ?

XKuronosX
01-25-2011, 12:23 PM
I hate how Offzip/packzip does not work on windows 7 computers..... Anyone know of one that does....

JizzaBeez
01-25-2011, 12:56 PM
I hate how Offzip/packzip does not work on windows 7 computers..... Anyone know of one that does....

I use Win7... Offzip and Packzip DO work on it. Are you using 32bit or 64bit OS? And are you sure it's not user error?

Daimashin
01-25-2011, 04:05 PM
I use Win7... Offzip and Packzip DO work on it. Are you using 32bit or 64bit OS? And are you sure it's not user error?

The UI didn't work for me on Win 7. I had to use command to off and pack.

XKuronosX
01-25-2011, 10:20 PM
I use Win7... Offzip and Packzip DO work on it. Are you using 32bit or 64bit OS? And are you sure it's not user error?

I use 64Bit OS, And even with net frame work 4.0 installed nothing will let it work for me. Any other Zlib de/compressors out there?

EDIT: Also i dont know how it could possibly be User error LOL, I double click the UI and I get "This program has stopped working" So It is not user error lol.

MountaindewM
01-27-2011, 04:11 PM
I see what I did.

What you resign you gotta do it this way.

Extract the savefile from SaveXX_Twoworlds2 yada yada you know that much.
Offzip the savefile and get 0000001c.dat and than hack it to your hearts content.
Now Packzip 0000001c.dat back into savefile and remember put the offset 0x0000001c.

NOW you gotta put the savefile into the resigner and not the SaveXX_TwoWorlds2 yada yada...how it sounded is you resigned the whole save and not just the part of the save that you hacked.

Than you reinsert savefile back into SaveXX_Twoworlds2 yada yada(hey I am to lazy to see how it exactly is so you get the point).

xICEMANx117
01-27-2011, 06:38 PM
How to mod your save in Two Worlds 2

Things you need:
-Offzip/Packzip (make sure your computer can use the program)
-your game save
-a hex editor of your choice (Hex Workshop, HxD, etc.)
-a program to rehash and resign your game save (modio, horizon, 360 revolution, etc.)
-tw2resigner
-your in-game values such as your exp. and auras

"Before you hex make sure your values are pretty high aka auras and exp". If you have lower values then you'll find to many instant locations so the higher the better.

Alright once you've got all of those things, your going to want to take your game save and open it in 360 revolution and click on the contents tab and extract your "savefile". Once it's extracted open up the offzip/packzip UI. Extract your "savefile" and you should now have a "0000001c.dat file". Now the hex editing begins, open the "0000001c.dat" with a hex editor. Press control+F and change it to "32 bit long signed/little endian". Once you have done that it's time to locate your values. "Do not use a base converter to convert your values to hex" Ex. of what not to do-if my in game value for exp. is 8737 then I will use that number in the search bar. The hex value for 8737 is 00002221 and you probably won't find that value, so just use 8737. Once you have located your values and modded them and saved them, it's time to inject the "00000001c.dat" back into the "savefile". Open up Packzip UI and in the "source tab put the 0000001c.dat in that location" and in the "target tab put your savefile" and finally "start your offset at 0x0000001c" and click start. You'll get a message saying 1 file has been compressed. Now it's time to fix the checksum, so open up command prompt and drag the tw2resigner and drop it in . Make sure your savefile is located on your desktop. In command prompt it should say something like this: C:\Users\(your name)>C:\Users\(your name)\Desktop\tw2resigner.exe Deskop\savefile. Once you have that done press enter and you'll get a message saying that the checksum has been calculated and fixed. The Last thing you have to do is inject your fixed savefile back into your Con Package and rehash and resign. Load the game and enjoy. I hope this helps.

with this awesome information that pirknuts provided does someone think we could get a user friendly GUI out of this

MST
01-28-2011, 04:40 PM
Guys,check this out

http://twoworldsvault.ign.com/View.php?view=Guides.Detail&id=27

http://board.zuxxez.com/showthread.php?t=38152

fairchild
01-28-2011, 08:13 PM
Console screen on the xbox 360, interesting :)

xICEMANx117
01-28-2011, 08:37 PM
yea thats cool just its annoying that it disables achievements its like the Sims 3

jkipp82
01-29-2011, 01:52 AM
and disables trophies too darn it. well at least you can get the bonus items with out disabling the acheivmos and trophies

d97
01-31-2011, 03:32 PM
Can someone create a game Two Worlds II for the most novice like me. Thank you very much for your trouble

pirknuts
02-02-2011, 04:53 AM
If you still want a game save I can post one that's at the very beginning of game and is level 180 with 10,000,000 auras if you want or I can make another one with a much higher level with a lot more auras.

casinoguy
02-02-2011, 05:33 AM
If you still want a game save I can post one that's at the very beginning of game and is level 180 with 10,000,000 auras if you want or I can make another one with a much higher level with a lot more auras.

That would be great to have a modded starter save. Thanks.

fairchild
02-02-2011, 09:57 AM
Just want you to know I'm working on a updated version of the resigner to allow mutliplayer "mpchar" files to be resigned correctly.

pirknuts
02-02-2011, 02:50 PM
Alright, when I get home I'll make a super start save.

fairchild
02-05-2011, 09:11 AM
Two Worlds II, Savegame Resigner v1.1 by fairchild

The resigner is designed to resign modified savefile's that has been modified by a user, it simply
recalculates the proper checksum and inject it. This to avoid a corrupted savegame.

I decided to drop the Two Worlds I checksum support, this to remove possible problems when resigning
using the different checksum routines that Two Worlds I (4bytes) and Two Worlds II (8bytes) uses.

Two Worlds I reverse engineering was done by Unknown_v2.

--- MAKE SURE YOU BACKUP YOUR FILE BEFORE USING THIS RESIGNER ---

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

1) Retreive your save from your harddrive using your favorite program.
2) Extract the savefile or mpchar (or all files if you like) from the CON container.
3) Use offzip to extract the embedded zlib data, then modify this extracted data to your liking.
4) Use packzip to inject the modified data into the savefile again.
5) Use the resigner on the savefile where you injected the new data.
6) Inject the savefile into the CON container.
7) Put the CON container back onto your harddrive.
8) Enjoy :)

The resigner should be used on the savefile and NOT on the container nor the extracted zlib data, added new warnings if ran on wrong file.

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

Example: tw2resigner.exe savefile
- Resign a Two Worlds II savefile

Example: tw2resigner.exe screenshot
- Resign a Two Worlds II screenshot

Example: tw2resigner.exe mpchar
- Resign a Two Worlds II multiplayer savefile


Features
========

* Two Worlds II resign support.

Update
======

* More warnings if wrong file is used with the resigner.
* Better detection to allow multiplayer savefiles to be resigned.
* Removed Two Worlds I support.


-- fairchild

Enjoy!

Download (http://www.megaupload.com/?d=TODFNG5P)

pirknuts
02-06-2011, 01:20 AM
Sorry I haven't uploaded any save. I have been really busy with school and my wife leaves for boot camp soon, so I'll be a single parent for awhile, but I haven't forgotten. I plan on making a save with 1 billion exp and 999,999,999 auras.

Idlehands88
02-07-2011, 07:12 PM
Here is a quick tutorial of how to properly extract your save so you can mod it.

1. Open your save in Horizon (MODIO WILL NOT WORK!!!!).

http://i48.photobucket.com/albums/f226/idlehands88/Two%20Worlds%202%20MP%20Modding/OpeninHorizon.png

2. Click the "Content" tab, right click the "mpchar" and select Extract.

http://i48.photobucket.com/albums/f226/idlehands88/Two%20Worlds%202%20MP%20Modding/Extract.png

3. Open your Command Prompt (start>Run>cmd) and drag and drop your files in the order shown (If you aren't running Win7, you'll have to manually input the locations of the files).

http://i48.photobucket.com/albums/f226/idlehands88/Two%20Worlds%202%20MP%20Modding/Offzip.png

4. Offzip should find ONE file (0000001c.dat).

http://i48.photobucket.com/albums/f226/idlehands88/Two%20Worlds%202%20MP%20Modding/Shouldfind1.png

5. Copy the 0000001c.dat file to where your mpchar file is. Now open it in your HEX Editor.

http://i48.photobucket.com/albums/f226/idlehands88/Two%20Worlds%202%20MP%20Modding/OpenwithyourHEXEditor.png

6. It should look like this.

http://i48.photobucket.com/albums/f226/idlehands88/Two%20Worlds%202%20MP%20Modding/HEXshouldlooklikethis.png

7. After modding what you want drag and drop the files in order as I have them.

http://i48.photobucket.com/albums/f226/idlehands88/Two%20Worlds%202%20MP%20Modding/Packzip.png

8. Should pack the 0000001c.dat like this.

http://i48.photobucket.com/albums/f226/idlehands88/Two%20Worlds%202%20MP%20Modding/Shouldcompresslikethis.png

9. Now drag and drop the tw2resign and your mpchar like this.

http://i48.photobucket.com/albums/f226/idlehands88/Two%20Worlds%202%20MP%20Modding/tw2resigner.png

10. Should get something like this.

http://i48.photobucket.com/albums/f226/idlehands88/Two%20Worlds%202%20MP%20Modding/AfterResigneringwithtw2resigner.png

11. Replace your old mpchar with your newly modded one.

http://i48.photobucket.com/albums/f226/idlehands88/Two%20Worlds%202%20MP%20Modding/Replace.png

12. Now press the "Save, Rehash, and Resign" button.

http://i48.photobucket.com/albums/f226/idlehands88/Two%20Worlds%202%20MP%20Modding/PressSaveRehashandResign.png


Hope this helps people.

Buddah
02-09-2011, 06:46 AM
i get an error....has stopped working for v 1.1

64bit vista

can you try to recompile it as x86 instead of ANYcpu??

version 1.0 worked fine

blacksnight
02-09-2011, 07:54 AM
i don't think this game have a level cap, cuz i just modded my level to 312 sweet!!!!!

pirknuts
02-09-2011, 02:28 PM
The max level is somewhere around 32,216 or so. I can't remember exactly off the top of my head.

Idlehands88
02-09-2011, 06:24 PM
Max is 32,767 (FF7F)

game0606
02-09-2011, 08:32 PM
hey Idlehands88 i extracted mine in modio and all good so there is a level cap im shocked you guys leveled up that much to find out lol

pirknuts
02-09-2011, 09:13 PM
Thank you for the correction, Idle

blacksnight
02-09-2011, 09:46 PM
what is the number of Exp needed to max the level to 32,767.?

Ixnas
02-09-2011, 09:50 PM
If anyone could upload a maxed save, it would help me a lot. I get to the end, followed the tutorial correctly, but when I try to play the game it gets an error.

blacksnight
02-10-2011, 03:09 AM
i go a good save, but i don't how to upload.

pirknuts
02-10-2011, 03:56 AM
I plan on uploading a pretty ridiculous starter save tomorrow if you dont mind waiting.

blacksnight
02-10-2011, 04:48 AM
how do i upload some save.

pirknuts
02-10-2011, 04:51 AM
Take you game save and copy it on to your desktop, then go to megaupload(you may have to create an account), select upload files, locate you game save on your desktop, upload your game save and once it's done you'll get a link, copy that link and post it here and that's it.

Ixnas
02-10-2011, 05:02 AM
I plan on uploading a pretty ridiculous starter save tomorrow if you dont mind waiting.

I hope it's a multiplayer character, that's what I'm aiming for. I'm trying everything again, and even using modio because I found a youtube video and he uses Modio. I've done just about everything. :( I need someone to remote desktop share me lol and do it for me.

Well I was finally able to get it. All I could mod was the experience though to about 99 million, or around level 309. After I put the skill points, I re-wrote all my stats, exp, etc. I couldnt find any of the values after that though, so I was only to able to mod it once. How can you mod past this? I also tried to mod mana, HP, strength, but nothing else worked. Only the first time I got it.

blacksnight
02-10-2011, 07:10 AM
thinks pirknuts.

Buddah
02-12-2011, 02:59 PM
i really wish i could use this.....

pirknuts
02-12-2011, 03:44 PM
I'm sorry it's taking so long to upload a save. I'm just pretty down with my wife gone and me being a single parent and having to do school full time, but I promise I will upload save.

MBRKiNG
02-12-2011, 08:03 PM
big thx 4 this great tool

iceMAN
02-13-2011, 01:46 AM
i will waiting 4 the save

pirknuts
02-13-2011, 03:35 AM
i will waiting 4 the save

i won't let you down,bro!

iLikeThemDead
05-20-2011, 12:27 AM
.-. wheres the save D: lol

Idlehands88
05-20-2011, 05:08 AM
.-. wheres the save D: lol

What save are you talking about, are you talking about where your save is? f you are then the save is on your HDD, MU or USB. There is no save in topic, because it's a "Savegame RESIGNER" meaning that it RESIGNS your savegame to fix the checksum after you mod it.

infamousnight
02-01-2012, 03:28 AM
Could someone reupload please? Megaupload is dead forever, Thank You

mystichavok
01-22-2013, 11:19 PM
it says it is missing... any ideas?

drizzt
01-23-2013, 02:28 AM
it says it is missing... any ideas? This game is dead but if you need a save try here http://www.360haven.com/forums/showthread=20714-tw2-pvp-god-save.html I dont know where you can find the resigner V1.1 anymore. but I promise you will not find a better save. What are you trying to edit?

fivewingangel
05-10-2013, 01:52 AM
Thank You!!

Irishzone
01-24-2014, 05:56 PM
thanks very much for this!