PDA

View Full Version : TDU Mods : Offline & Online Profile Conversions [Tutorials]


Iced_Bullet
04/03/08, 20:03 PM
In this series of threads, I'm listing and giving tutorials on how to improve your game-play. These are not instructions, or officially related to Atari in any way. They are tutorials created by me, for the sole purpose of giving you the chance to improve your gameplay.

I take no responsibility in your game going corupt or damaged. I cannot be help responsible for damages to game files or profiles. However this is highly unlikely to happen ;)

Anyway, on with the tutorial of Profile Conversions ...

Make sure you back up everything, unless you want to have to restart your profile if something does go wrong.


--------------------------------------------------------------------
---------------------------------------------------
----------------------------------------------------------

In this thread:
Offline to Online Profile conversions [this post]
Online to Offline Profile conversions [next post]

--------------------------------------------------------------------
---------------------------------------------------
----------------------------------------------------------


Offline to Online Profile Conversions:

What this is: This method will convert your offline profile into an online profile.
The purpose: Allows you to repair a profile that has somehow lost its online capability (in other words, the game believes you're no longer on Gamespy)
What you need: A backup of your saved files (I hope you backed up regularly!) OR Your "broken" profile, untouched.

STEP 1
Make a new folder on your computer and copy your backup in there. If you haven't yet deleted your broken profile in frustration, then copy that profile. Do not just move the profile, as we'll be working on it and you want to preserve an original somewhere.

STEP 2
Start the game. Delete your broken profile and create a new one. Register it online with Gamespy (the name you use doesn't matter - it can be the same name or another one entirely.) You will need to fully complete the tutorial sequence, which means:
a) Rent a car
b) Buy your house
c) Beat the rookie race
d) Return to your home, enter and exit it.

You should, at this point, be back in freeride mode, with the ability to use the map and travel wherever you want to. You can now exit the game.

STEP 3
Next, you will need a "Hex Editor". This will read the unreadable characters in your profiles and allow some form of "interpretation" (loose term here. You'll still be looking at gibberish, but at least it'll be recognizable characters!)

As per kadettgte's suggestion, do a Google search for Hex Workshop and install that with the default settings (in other words, you don't need to configure anything)

STEP 4
Now, you are ready to repair your profile. Open up Hex Workshop, maximize its window so you can better see what's going on, then go to Tools > Compare > Compare Files. In the window that appears, you get to select two files to open. Your source file will be the offline profile. Your target file will be the online profile. "Source" and "Target" are a convention - the order doesn't actually matter. We'll begin with the files playersave file. They can be found in [profilename]\playersave\.

For the options just below in the window, make sure Resynchronizing Compare is selected. You can now press OK.

Two windows will appear. At the top will be the offline playersave. At the bottom will be the online one. There will be highlighting here and there. Disregard it.

STEP 5
Now that your files are open for comparison, go to the online file, on the bottom. In the menu bar, go to Edit > Goto. Input 50 as the offset, and select Dec as the measurement (it's below the text box). Also make sure you choose From beginning of file.

Press OK. Your cursor will be placed before the 50th byte of the file. Select all the data from the beginning of the file 'till the 50th byte. Go to Edit > Copy.

Next, use Goto again to go to the 50th byte of the offline file, select from the beginning 'till the 50th byte again, then go to Edit > Paste.

You have finished patching this file. Save (say "yes" to making a backup, as screw-ups happen) and then close both files.

STEP 6
We're almost there. Using Windows Explorer, go to the online profile: My Documents\Test Drive Unlimited\savegame\[profilename]

Delete its contents.

STEP 7
Using Windows Explorer, go to the offline profile you just patched, copy its contents and paste them into My Documents\Test Drive Unlimited\savegame\[profilename]

STEP 8
Lastly, in this newly pasted profile, go to the playersave folder and copy its contents. Paste them into playersave2 This way, both the "current" save and the backup are marked as online, with all your goodies in it.

STEP 9
You are now ready to play. Fire up Test Drive Unlimited, connect and drive around a little bit to make sure you have everything you used to have and all the bits and pieces are in their correct place.

STEP 10
BACKUP! We don't want to lose this profile we just fixed. http://forums.eu.atari.com/images/smilies/icon_smile.gif


PARENTHESIS
What we just did, is tell the offline profile that it's really an online profile. We preserved all the data and goodies that were in your offline profile, cars, houses, money and all, and simply replaced the little "offline" flag with an "online" one, which we salvaged from the temporary online profile you had just created.

Thanks to Shurikane (http://forums.eu.atari.com/member.php?u=675657) ; Katrina_Lansbury (http://forums.eu.atari.com/member.php?u=700403) and kadettgte (http://forums.eu.atari.com/member.php?u=696519) for this method.

Iced_Bullet
04/03/08, 20:06 PM
Online to Offline Profile Conversions:

What this is: This method will convert your online profile into an offline profile.
The purpose: Allows you to repair a profile that has somehow lost its online capability (in other words, the game believes you're no longer on Gamespy)
What you need: A backup of your saved files (I hope you backed up regularly!) OR Your "broken" profile, untouched.

STEP 1
Make a new folder on your computer and copy your backup in there. If you haven't yet deleted your broken profile in frustration, then copy that profile. Do not just move the profile, as we'll be working on it and you want to preserve an original somewhere.

STEP 2
Start the game. Delete your broken profile and create a new one. Register it online with Gamespy (the name you use doesn't matter - it can be the same name or another one entirely.) You will need to fully complete the tutorial sequence, which means:
a) Rent a car
b) Buy your house
c) Beat the rookie race
d) Return to your home, enter and exit it.

You should, at this point, be back in freeride mode, with the ability to use the map and travel wherever you want to. You can now exit the game.

STEP 3
Next, you will need a "Hex Editor". This will read the unreadable characters in your profiles and allow some form of "interpretation" (loose term here. You'll still be looking at gibberish, but at least it'll be recognizable characters!)

As per kadettgte's suggestion, do a Google search for Hex Workshop and install that with the default settings (in other words, you don't need to configure anything)

STEP 4
Now, you are ready to repair your profile. Open up Hex Workshop, maximize its window so you can better see what's going on, then go to Tools > Compare > Compare Files. In the window that appears, you get to select two files to open. Your source file will be the online profile. Your target file will be the offline profile. "Source" and "Target" are a convention - the order doesn't actually matter. We'll begin with the files playersave file. They can be found in [profilename]\playersave\.

For the options just below in the window, make sure Resynchronizing Compare is selected. You can now press OK.

Two windows will appear. At the top will be the online playersave. At the bottom will be the offline one. There will be highlighting here and there. Disregard it.

STEP 5
Now that your files are open for comparison, go to the online file, on the bottom. In the menu bar, go to Edit > Goto. Input 50 as the offset, and select Dec as the measurement (it's below the text box). Also make sure you choose From beginning of file.

Press OK. Your cursor will be placed before the 50th byte of the file. Select all the data from the beginning of the file 'till the 50th byte. Go to Edit > Copy.

Next, use Goto again to go to the 50th byte of the offline file, select from the beginning 'till the 50th byte again, then go to Edit > Paste.

You have finished patching this file. Save (say "yes" to making a backup, as screw-ups happen) and then close both files.

STEP 6
We're almost there. Using Windows Explorer, go to the online profile: My Documents\Test Drive Unlimited\savegame\[profilename]

Delete its contents.

STEP 7
Using Windows Explorer, go to the offline profile you just patched, copy its contents and paste them into My Documents\Test Drive Unlimited\savegame\[profilename]

STEP 8
Lastly, in this newly pasted profile, go to the playersave folder and copy its contents. Paste them into playersave2 This way, both the "current" save and the backup are marked as online, with all your goodies in it.

STEP 9
You are now ready to play. Fire up Test Drive Unlimited, connect and drive around a little bit to make sure you have everything you used to have and all the bits and pieces are in their correct place.

STEP 10
BACKUP! We don't want to lose this profile we just fixed. http://forums.eu.atari.com/images/smilies/icon_smile.gif


PARENTHESIS
What we just did, is tell the online profile that it's really an offline profile. We preserved all the data and goodies that were in your offline profile, cars, houses, money and all, and simply replaced the little "offline" flag with an "online" one, which we salvaged from the temporary online profile you had just created.

Thanks to Shurikane (http://forums.eu.atari.com/member.php?u=675657) ; Katrina_Lansbury (http://forums.eu.atari.com/member.php?u=700403) and kadettgte (http://forums.eu.atari.com/member.php?u=696519) for this method.

Destiny_Unfair_86
06/05/08, 11:03 AM
Thanks for your tutorial on reactivating failing online accounts...

For those people who may ask you with problems with their online accounts getting failures i have tried another way...

I tried your way of replacing the first 50 numbers in the hex editor...plenty of times...but my account didn't get ok...so...:)...I changed the way you solved the problem and i get my account online again :)

The solution...at least for me...was to take all the hex numbers after the 50 ( and not before) of the bad profile save and paste it in a working online profile like the way you do in the ok account...

Hope it helps, and many thx to you.

P.D.: this was successful with the megacarpack...:p:p

E30 FTW!!!
16/05/08, 15:17 PM
it doesn't work...iced_bullet could you please pm me with your mail adress or xfire pleasE???i need you to make my offline profile online pleasee

Iced_Bullet
16/05/08, 19:20 PM
Have you tried Destiny's method (post above yours)? I think the patch made this tutorial not really work ... :|

E30 FTW!!!
17/05/08, 09:59 AM
i don't understand destiny's method...

Iced_Bullet
17/05/08, 10:44 AM
Well, in step 5, select all the data after the 50th bite ... not before.

See if it works.

E30 FTW!!!
17/05/08, 14:39 PM
ok thanks

E30 FTW!!!
18/05/08, 17:54 PM
still doesn't work

E30 FTW!!!
23/05/08, 14:37 PM
what should i do??

E30 FTW!!!
26/05/08, 16:44 PM
please help me...hehe triple-posting

Iced_Bullet
26/05/08, 18:55 PM
Sorry mate, I really don't know what to do ... :( If these methods don't work. I had just posted the tutorial, I've only tried it once (since the patch) and it didn't work for me. The tutorial was written before the patch. That didn't occur to me though when I posted it. I just took it as it would work.

So, unfortunately, you'll have to start again.It's not all that bad though ... :p ... MadMax has had to start his profile 5 times over (due to file corruption)

You woulda thought he'd backup though :p

Destiny_Unfair_86
08/06/08, 21:17 PM
For people getting fail on connections with their online profiles try first this:

- TDU registry fixer 1.2 (my last connection problem was solved thanks to that)

- Delete the radial.cdb file. But it is not very good to do that because it seems this file is the one who has the information of your connection with TDu server...sometimes it seems to be corrupted. It will regenerate when you then play again TDU...not recommended for slow connection such as telephone...

- Try Iced method...and then mine...the same but reverted...it is a tricky one, I know, but it worked for me....just read the post and try to understand what you are doing...that way I could fix my problem time ago.

Goo luck

E30 FTW!!!
08/06/08, 22:38 PM
could u please explain it more better???i don't understand...

Destiny_Unfair_86
09/06/08, 00:41 AM
I think I can't explain better because my english is limited...I'm spanish...I just followed Iced tutorial...and thought a little...try please...if not ask where exactly do you have the problem;)

E30 FTW!!!
10/06/08, 05:44 AM
i followed iced tutorial and when i enter tdu i end up with 2 offline profiles with the same name...

Destiny_Unfair_86
10/06/08, 11:00 AM
Look! I'll try to explain a bit...

What you want is to have a working online profile so do this:

1. Create a new one (online)

2. Do the missions until you can buy your house and your first car ( this means to do the step iced says to have a working new online profile)

3. When you have your new profile back it up and save it for further use.

* TRY FISRT 4. Try first TDU registry fixer and deleting radial.cdb like I said ( this in last chance to try to solve your not working profile if you didn't try before)

5. OK...Now you'll have a new working online profile and your online not working profile: what I suggest, and what I did, is taking the two profiles into the HEX editor and do this:

a) Open the good profile.

b) Open the not working profile.

c) Replace all the info after digit 50 from the profiles doing this: copy that info from the not working profile ( this is all the info about your profile:cars, money, miles driven...all) and pasting (replacing) in the good profile ( this working online profile has the right info in its first 50 digits that should fix your profile)

ALWAYS BACKUP YOUR PROFILES.

Hope I explain this succesfully and you understand what I did.

BYE

E30 FTW!!!
10/06/08, 18:28 PM
so i copy after the 50 digits..ok

Destiny_Unfair_86
10/06/08, 20:02 PM
Yes...copy after the 50digit...Good luck...leave your results

E30 FTW!!!
11/06/08, 08:12 AM
thanks thanks it worked thank you very much

Destiny_Unfair_86
11/06/08, 10:36 AM
hehehe...I told you it should work...now spreed Iced and my word in this forum...;)

legendary724
14/08/08, 03:18 AM
After loads of frustration ill be one to tell you that the method Destiny_Unfair_86provided us with and on top of your idea iced_bullet. It calls for success after many hours of frustration. Congratulations guys:thumbsup:

berfles
15/08/08, 01:25 AM
I'm going to have to try this and finally play it online.

Destiny_Unfair_86
15/09/08, 23:26 PM
It has past a very long time since my last post in the forum and I'm very happy to see both Iced method and my own conversion of it get working for the game.

I'm seeing many changes for tdu and the possibility of changing cars here...

Hope to have the time to get tdu modded again myself.

HI ALL!!!:p

rondennismp423
26/11/08, 05:04 AM
I followed this method and i corrupted the game file, i lost every thing i owned but the game checked off all of the multiplayer challenges.

:confused::oook:

cheapshades
15/12/08, 00:12 AM
I followed this method and i corrupted the game file, i lost every thing i owned but the game checked off all of the multiplayer challenges.

:confused::oook:

That was Destiny's method you used?

Were you trying to convert off-line to on-line, or on-line to off-line?

If you could covert that corrupted profile to an on-line one, seems like you should make ACE rank as soon as you get enough points.

If you could figure out what you did wrong and it could be duplicated, there could be a new method for getting people to the elusive ACE rank.

You should backup the corrputed file and save it to experiment with.

I think that there are some people who had their profile go corrupt prior to patch v1.66A, and the corrputed profile had the club races completed.

Djey
15/12/08, 06:16 AM
:eek: it seems to be the same bug as prior the 1.66 patch.

The stats are weird numbers, your driver has no hair with yellow glasses. Well known problem ! Discovered roads should be blue-dotted.

mitch.mofo
29/01/09, 08:38 AM
Look! I'll try to explain a bit...

What you want is to have a working online profile so do this:

1. Create a new one (online)

2. Do the missions until you can buy your house and your first car ( this means to do the step iced says to have a working new online profile)

3. When you have your new profile back it up and save it for further use.

* TRY FISRT 4. Try first TDU registry fixer and deleting radial.cdb like I said ( this in last chance to try to solve your not working profile if you didn't try before)

5. OK...Now you'll have a new working online profile and your online not working profile: what I suggest, and what I did, is taking the two profiles into the HEX editor and do this:

a) Open the good profile.

b) Open the not working profile.

c) Replace all the info after digit 50 from the profiles doing this: copy that info from the not working profile ( this is all the info about your profile:cars, money, miles driven...all) and pasting (replacing) in the good profile ( this working online profile has the right info in its first 50 digits that should fix your profile)

ALWAYS BACKUP YOUR PROFILES.

Hope I explain this succesfully and you understand what I did.

BYE

can you maybe make a video for youtube, it would help alot for most of us?

mitch.mofo
29/01/09, 09:38 AM
or can someone maybe add me on msn and do it for me? :P

thaik
20/12/09, 20:47 PM
Does this work only if you have a corrupted profile or you can still do it with a normal offline profile.
Because I've been playing TDU offline without knowing I could play online and I don't want to start all over again to play online.

Kobayagi
25/02/10, 23:44 PM
Sorry to bump an old thread. But I really need some help. I've tried everything. Both the tutorials. Tried changing the files before the 50 and after (btw, if you go to scroll after the 50, the list is ENORMOUS) I copied some, not all. And after the 50 and it worked, I had my cars from offline mode now online. But when I entered the list in the garage, the game crashed. Probably cause I didn't copy the whole list of stats. (It would take hours of scrolling...)

Is there any new way to do this? Or could someone be so kind to patch this for me?
This really sucks, I just started to play online and didn't expect I'd have to play everything over again. :(

killalldude
12/03/10, 23:02 PM
THANK YOU SO MUCH Iced_Bullet and Destiny_Unfair_86!!!!!! I really didn't want to have start again just to play online!!! Even though that copying and pasting took ~10 minutes, it was well worth it!!!

AJRacer
24/05/10, 00:39 AM
Hey iced_bullet...
I have some problems. I have the offline playersave file, but no online playersave file. What do I do??

EviLSkater
26/05/10, 13:54 PM
if i do these steps i can play online with a non orginal tdu game?

Stickers!
26/05/10, 14:20 PM
No. You need to buy the game to play online.

Isoow
27/06/10, 14:22 PM
I tried evrything but its not working can somebody do it for me?