PDA

View Full Version : Test Drive Unlimited 2 (DVD9 to 2xDVD5) *Multi5* [SREP + LZMA + INNO SETUP]


REV0
08-08-2012, 12:09
Test Drive: Unlimited 2
Including Latest Update and DLCs.

Script: yener90 / Graphical art: REVO(LUTION)

Game itself supports these languages: English German Italian, Spanish, French.

Setup supports these languages: English, German, Italian, Spanish, Turkish and French.

V1.00 - First Release
V1.01 - Icon changed with more compatible one
V1.02 - Some regkey fix


1. Download the attachment. Move vc, dotnefix, dxsetup to somewhere else in your game's installed location.

2. Launch Compress.bat and type the path of your game's installed folder. This will take approx. 2 hours (It'll compress 15GB to 5GB so...)

3. When it's done, move DirectXRedist folder, vc_red.msi and dotnefx35.exe to Disk2/redist.

4. Make virtual images and test the conversion.

http://img189.imageshack.us/img189/6171/21964049.png
http://img4.imageshack.us/img4/2914/64602152.png
http://img854.imageshack.us/img854/6586/21233.png
http://img43.imageshack.us/img43/2421/123456pm.png
http://img38.imageshack.us/img38/3688/3456g.png

JacksMafia
08-08-2012, 17:54
hey mate can i modify this to work with another game ?
cause i don't have test driver on my hd i will not miss with the compression just small changes to the names inside the bat file and surly the setup.cab
if you allow me to do this replay soon cause i have some questions

jacks

REV0
09-08-2012, 04:03
Yes, it'll work on every game as long as you edit them properly,

Cheers

Cesar82
09-08-2012, 05:52
Revo, I know it's Beta, but I suggest a following correction:
The 256x256 icon not appear in Windows XP. The icon needs to be multi-layer. See the picture to compare with your design Prototype 2.
I can recompile the setup.exe script using Prototype 2. Just need the registry entries for Test Driver Unlimited 2.
http://img694.imageshack.us/img694/7303/tdu2icon.png

REV0
09-08-2012, 06:53
Revo, I know it's Beta, but I suggest a following correction:
The 256x256 icon not appear in Windows XP. The icon needs to be multi-layer. See the picture to compare with your design Prototype 2.
I can recompile the setup.exe script using Prototype 2. Just need the registry entries for Test Driver Unlimited 2.
http://img694.imageshack.us/img694/7303/tdu2icon.png

Can you try the one below ?

Cesar82
09-08-2012, 07:43
Thanks Revo
But to change the setup.exe icon in the script can use the IC 8.4.3 to compile, you need registry entries?
It would only change this? Or has other differences in the script

Root: HKLM; Subkey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueName: "ExePath"; ValueType: String; ValueData: "{app}\{code:GetMyAppExePath}\{code:GetMyAppExeName }"; MinVersion: 0.0,5.0; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueName: "InstallDir"; ValueType: String; ValueData: "{app}\{code:GetMyAppExePath}"; MinVersion: 0.0,5.0; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueName: "LanguagePack"; ValueType: String; ValueData: "EU"; MinVersion: 0.0,5.0; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueName: "LauncherPath"; ValueType: String; ValueData: "{app}\{code:GetMyAppExePath}\UpLauncher.exe"; MinVersion: 0.0,5.0; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueName: "Language"; ValueType: String; ValueData: "en"; Languages: "eng"; MinVersion: 0.0,5.0; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueName: "Language"; ValueType: String; ValueData: "fr"; Languages: "fre"; MinVersion: 0.0,5.0; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueName: "Language"; ValueType: String; ValueData: "de"; Languages: "ger"; MinVersion: 0.0,5.0; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueName: "Language"; ValueType: String; ValueData: "it"; Languages: "ita"; MinVersion: 0.0,5.0; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueName: "Language"; ValueType: String; ValueData: "sp"; Languages: "esp"; MinVersion: 0.0,5.0; Flags: uninsdeletekey

I'll wait for when you leave another version.

REV0
09-08-2012, 07:52
Need's recompile, ı re-uploaded setup, download the newer one please

damar15
09-08-2012, 10:06
nice job :) test in win7 64-bit

REV0
10-08-2012, 04:31
FYI, there was a double slash '\\' in regkey of Uplauncher.exe. (You generally dont run the game from it, if you have offline fix) So, i fixed it tested conversion myself, it's OK.

Fox22743
05-09-2012, 00:43
Hi I am receiving this error message after installation when i try to run the game. I ran it just fine with the original installation and all the files seem to be exactly the same as the previous version, I think it might be a registry problem. Gonna test and see and reply later.

3865


OK. I just check and found the problem for me. Fixed and tested now it works. I saw that your registry string is like this;

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Atari\Test Drive Unlimited 2

and I need it to be like this for it to work;

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Atari\TDU2 .

Not sure if i'm the only one having this problem. In any case great work on the Setup. Awesome as usual.

REV0
05-09-2012, 03:29
Can you try this:

In Setup.ini:

[InstallOptions]
ApplicationName=Test Drive Unlimited 2

to:

[InstallOptions]
ApplicationName=TDU2

Fox22743
06-09-2012, 07:20
thanks for all the help.

I wanna make my own Inno setups for other games that i have. I know i need to change the files in the "Setup.cab" file with winrar and I need to change some stuff in the "Setup.ini" file. I just dont know exactly what to change in "Setup.ini" and how to make a "Setup.exe" file for the game I am making. Also how to set it up so that it inserts the right registry keys.

Would someone be willing to help me get this right once. I'm a very fast learner and only need help for one game, then I'll be able to do the rest.

Thank you guys.

buithanhdat
05-06-2013, 20:09
translate to Vietnamese

d3v1lz
27-07-2014, 08:26
an information, but you can play online?

Inge
28-07-2014, 12:06
an information, but you can play online?

Yes, if you are using orignal (Steam) files. If you use Cracked content then NO.
Cracked files are for Singleplayer only.

robbos21
19-08-2016, 14:02
Done this and took about hour half but installs in 5 minutes so not too bad ;):)