This thread is locked and continues in Test Drive Unlimited 2 Hacks and Hacking
/////////////////////////////////////////////////////////////////////
Knowledge Database Article of Test Drive Unlimited 2 - Hacks, Hacking and Modding is now available. all detailed tutorials will go there. only discussion stays on forum, so for updates check that article
NOTE - you should read my TDU handling editor post first, where is included tdudec tool and more !
> TDU handling editor and hacks
no tutorials yet, but i see that ppl are struggling with this once again.
you can use tdudec to decrypt tdu2 files, however extracting them from .big files is different story.
i have successfully decrypted physics so i can see and edit the base physics, like grip on tarmac, wet, offroad..etc. steering and other base physics.
like this example is part of Physics.cpr file (its decrpyted using tdudec).
Code: Select all
[Car]
//------------------ Tire model params
TireParamsList = 13 Tarmac1 Tarmac2 Tarmac3 TarmacR Police Classic1 Classic2 Offroad1 Offroad2 Offroad3 BikeTarmac1 BikeTarmac2 BikeOffroad
// TireFrictionParam TireName = Global friction Lateral Coef Brake Coef
// TireModelParam TireName = Max SlipRatio Max SlipAngle StartLooseLateral MaxLossLateral ResistiveCoefLongitudinal LateralResistiveCoefLongitudinal
TireFrictionParam Classic1 = 1.4 1.4 1.4
TireModelParam Classic1 = 30.0 5.0 0.5 0.1 1.0 1.0
TireFrictionParam Classic2 = 1.7 1.7 1.7
TireModelParam Classic2 = 30.0 5.0 0.6 0.1 1.0 1.0
TireFrictionParam Tarmac1 = 1.4 1.4 1.4
TireModelParam Tarmac1 = 30.0 5.0 0.6 0.05 1.0 1.0
TireFrictionParam Tarmac2 = 1.7 1.7 1.7
TireModelParam Tarmac2 = 40.0 5.0 0.8 0.1 1.0 1.0
TireFrictionParam Tarmac3 = 2.0 2.0 2.0
TireModelParam Tarmac3 = 50.0 5.0 1.3 0.1 1.0 1.0
TireFrictionParam TarmacR = 2.2 2.2 2.2
what i just found out is that they have added public tdu2 serials into a banlist of serials. i googled for one of the serials and it shows up in many places. what lamers ehehe. so by modifying this file, you can still use those banned serials.
i found them in "SystemPC.cpr" file. note that you need to decrypt this file, before you can read it !
i have attached few decrypted files here, just as an example that it is possible. however i have not yet tested if changes are even possible, most likely updater will find it and redownload the files if they have changed, but feel free to test and post feedback about this.
See also TDU2 hacks and hacking