Page 25 of 43

Re: Test Drive Unlimited 2 [2011/BNK]

Posted: Mon Mar 21, 2011 5:24 am
by Chipicao
Original as in legal, not cracked :)
I ask because that might be a reason for you to have more unidentified files.

Re: Test Drive Unlimited 2 [2011/BNK]

Posted: Mon Mar 21, 2011 9:23 am
by SoniKalien
Oh yea, in that case - nah not original :o

Re: Test Drive Unlimited 2 [2011/BNK]

Posted: Mon Mar 21, 2011 9:58 am
by Chipicao
Could you please send me a list of those files? Just open a command prompt window where the remaining bin files are and run this:

Code: Select all

dir >filelist.txt

Re: Test Drive Unlimited 2 [2011/BNK]

Posted: Mon Mar 21, 2011 11:46 pm
by SoniKalien
No probs :)

Re: Test Drive Unlimited 2 [2011/BNK]

Posted: Tue Mar 22, 2011 8:46 am
by Chipicao
I checked the list, and your 8 extra files are not supposed to be unsorted

Code: Select all

B0BF9B0C50ECF99B "euro/bnk/scenarics/stickers/ford mustang_miami_med.2db"
3F743D5DF00BBD2F "euro/bnk/sound/radio/music/a astronauts - classic.bnk"
B72270C2222B607B "euro/bnk/sound/radio/music/a astronauts - oblivion.bnk"
1CD95150500DC5AD "euro/bnk/sound/radio/music/atari hiphop - 10.bnk"
BD43F5576EBFEB79 "euro/bnk/sound/radio/music/dmitry fyodrov - wolf brigade.bnk"
A4A7BB10859F6ABE "euro/bnk/sound/radio/music/fort knox five - insight.bnk"
95371D4118DFF481 "euro/bnk/sound/radio/music/sohodolls - right and right again.bnk"
A30174B11B6BDEBA "euro/bnk/sound/radio/music/the x why - down2yourlow.bnk"
They are included in my latest log, so what went wrong? Try sorting them again (just the remaining files)...

Re: Test Drive Unlimited 2 [2011/BNK]

Posted: Tue Mar 22, 2011 3:33 pm
by Knyazev
Yesterday I have decrypted a file GamePC.cpr from TDU2

Lines 379-382 in file.

Code: Select all

// IDs of cars to install in garage (offline only)
//DefaultGarageConfig 371 //204 317 313 310 244 298
DefaultGarageConfig 379 //204 317 313 310 244 298
DefaultGarageConfig2 326 379 371 348 383 117 370
Question: Who knows all cars IDs in game? Hot Road and DLC cars for example.

Where they can be found?

Thanks :-)

____________
Update:

Very interesting looks a decrypted file: SystemPC.cpr :D (lines 110-113)

Re: Test Drive Unlimited 2 [2011/BNK]

Posted: Tue Mar 22, 2011 7:15 pm
by RacingFreak
Knyazev, very nice find! Very interesting are these lines for me:

Code: Select all

///				Manufacturer		Model			Version


//DefaultCarConfig      "Alfa Romeo"        "GT"					"V6"
//DefaultCarConfig      "Alfa Romeo"        "8C"

//DefaultCarConfig 		"Aston Martin"		"AMV8"  
//DefaultCarConfig		"Aston Martin"      "DB4"
//DefaultCarConfig		"Aston Martin"      "DB9"
//DefaultCarConfig		"Aston Martin"      "DB9"		"volante"

//DefaultCarConfig		"Camarro"			"Z23"

//DefaultCarConfig 		"Caterham"			"Superlight"			"R500"

//DefaultCarConfig 		"Dodge"				"Viper"					"SRT 10" 
//DefaultCarConfig        "Dodge"           "Viper"					"Coupe"

//DefaultCarConfig 		"Ducati"			"Monster"				"S4R"

DefaultCarConfig 		"Ferrari"			"F430"					"Scuderia"
//DefaultCarConfig 		"Ferrari"			"Enzo"   
//DefaultCarConfig      "Ferrari"			"250 GTO"
//DefaultCarConfig      "Ferrari"			"575M"

//DefaultCarConfig      "Ford"				"Cobra"
//DefaultCarConfig 		"Ford"				"GT" 
//DefaultCarConfig 		"Ford"				"Mustang"				"coupe"  
//DefaultCarConfig      "Ford"              "Shelby"				"Cobra concept 2004"

//DefaultCarConfig 		"Honda"				"CBR 600"				"RR"

//DefaultCarConfig      "Jaguar"			"XKR"					"Convertible"
//DefaultCarConfig      "Jaguar"			"Type E"				"Coupe"

//DefaultCarConfig      "Koenigsegg"        "CC"					"R"

//DefaultCarConfig 		"Lamborghini"		"Murciellago"			"roadster"
//DefaultCarConfig 		"Lamborghini"		"Murciellago"			"coupe"
//DefaultCarConfig 		"Lamborghini"		"Gallardo"				"coupe"

//DefaultCarConfig 		"Lotus"				"Elise"					"111R"
//DefaultCarConfig 		"Lotus"				"Exige"					"240r"

//DefaultCarConfig 		"Mercedes-Benz"		"SLK"					"55 AMG"
//DefaultCarConfig 		"Mercedes-Benz"		"SLR"     
//DefaultCarConfig 		"Mercedes-Benz"		"SL 300"				"Gullwing"
//DefaultCarConfig 		"Mercedes-Benz"		"CLK"					"55 AMG"

//DefaultCarConfig      "Nissan"            "350 Z"					"coupe"
//DefaultCarConfig      "Nissan"            "Skyline"				"GTR34"

//DefaultCarConfig		"Noble"             "M12"					"GTO-3R"

//DefaultCarConfig 		"Pagani"			"Zonda"					"C12S"           
//DefaultCarConfig 		"Pagani"			"Zonda"					"C12S Roadster"

//DefaultCarConfig      "Pontiac"            "transam"					

//DefaultCarConfig		"Ruf"	            "Rt12"

//DefaultCarConfig      "Saleen"            "S7"					"Twin-Turbo"

//DefaultCarConfig      "Shelby"            "Daytona"               "coupe"

//DefaultCarConfig      "Volkswagen"        "W12"					"coupe"
//DefaultCarConfig      "Volkswagen"        "W12"					"roadster"
In fact, I think it`s TDU2`s main game script.

Re: Test Drive Unlimited 2 [2011/BNK]

Posted: Tue Mar 22, 2011 7:45 pm
by mordax
Chipicao wrote:If there's an error, quickbms doesn't just show "0 extracted"; you should have posted a screenshot.

Did you select a .map file as input?
selecting .map file as input:

Code: Select all

Error: invalid operator 'x'
selecting .big file as input:

Code: Select all

- 0 files found in 0 seconds

there is NOTHING more to see on screenshot, this is exactly what it says.


Very interesting looks a decrypted file: SystemPC.cpr :D (lines 110-113)
yes i know, i found that long ago.

AddBannedKey "A52C-EKNZ-L539-DU7T"
AddBannedKey "7ADW-EDYX-7WH9-5GU7"
AddBannedKey "D524-C5YR-YQA9-4WP9"
AddBannedKey "WJZV-SSRW-7M9F-DSMP"

these are the cd-keys posted out in public, google and you'll see, they're all over the internet. what idiotic way to ban cd-keys


can somebody plz post HOW do you extract .big and/or .map files? i have read through this topic many times and that script posted here does not work.

Re: Test Drive Unlimited 2 [2011/BNK]

Posted: Tue Mar 22, 2011 8:08 pm
by SoniKalien
Chipicao wrote:I checked the list, and your 8 extra files are not supposed to be unsorted

They are included in my latest log, so what went wrong? Try sorting them again (just the remaining files)...

Tried again, still have 138 left. FYI I extracted the big files after patch 3 I think it was, using the bin file renamer tool and your 9031.log file.

@Mordax: just making sure of some things:
- Are you using the script on page 11 to extract the .big files? Not the other one that extracts the .bin/.bnk ?
- Sometimes using a batch file or command line helps
- make sure the directory you are extracting to exists first
- maybe running as administrator might help...
- It might also help to use an unpatched (no updates) version of the game

Re: Test Drive Unlimited 2 [2011/BNK]

Posted: Tue Mar 22, 2011 8:30 pm
by vagos21
anyone got any news on these xmb files?

Re: Test Drive Unlimited 2 [2011/BNK]

Posted: Tue Mar 22, 2011 8:37 pm
by Knyazev
I will start to search cars IDs using TSearch utility. [Memory Scanner]

but. Somebody has runned the unpacked game? Who?

Sorry for my bad english.

__________________

in GamePC.cpr :

Code: Select all

// Dubai start pos
//DEFAULTSTARTPOSITION 18432 0 12288
maybe future new island :D

Re: Test Drive Unlimited 2 [2011/BNK]

Posted: Tue Mar 22, 2011 8:44 pm
by Knyazev
vagos21 wrote:anyone got any news on these xmb files?
http://www.fileinfo.com/extension/xmb - full info about xmb files.

But I think, it not that is necessary to you.

Look xmb files in HexEditor.

Re: Test Drive Unlimited 2 [2011/BNK]

Posted: Tue Mar 22, 2011 9:19 pm
by qwerty
mordax, get the latest quickbms version.

Re: Test Drive Unlimited 2 [2011/BNK]

Posted: Tue Mar 22, 2011 9:59 pm
by Chipicao
@SoniKalien Try using qwerty's cmd script to rename the files.
qwerty wrote:for /F "tokens=1*" %%A in (filelist.log) do if exist %%A.bin (md "%%~pB" & move %%A.bin %%B)

Re: Test Drive Unlimited 2 [2011/BNK]

Posted: Tue Mar 22, 2011 10:38 pm
by qwerty
so, only 4 or 5 players have participated in filelist making.
the major part of filelist was logged by only 2 of them - vagos21 and Chipicao.
all others are only wanted to get this or that without any efforts. :x
there was NO response to ask for help with online-related files. :x
so i stop all tdu2 researching for now - NO bnk repacking, NO big+map repacking, NO xmb unpacking/editing. :twisted:

@vagos21, chipicao: big thanks for your contribution. sorry, my decision maybe unfair regarding you, but when you are making something, and others are only asking for more and more without any will to help... there is no more my will to help them...

@all others, who asking for something: you've got bms scripts - reverse file formats and do packers by yourself :bye: