Jump to content
We promise no intrusive ads, Please help keep the community alive
Consider supporting us by disabling your ad blocker / add to whitelist / purchasing VIP.
  • If you're uploading new version, please edit the existing download

    After upload and you want to link to existing thread, shoot me a PM

No files in this category yet.

Files From Subcategories

  1. More information about "(DIY HC/Casual+ mode, ffb tweaks) TDU2 physics tweaks"

    Free

    (DIY HC/Casual+ mode, ffb tweaks) TDU2 physics tweaks

    Release history:
     
    TDU2 Physics Tweak
    Nudge tdu2 overall car handling to your own liking, along with force feedback tweaks ๐Ÿ˜„
    https://github.com/Kethen/tdu2_physics_tweaks
    Video demo of the example config below, speedometer is in kph (Streamable)
    Video demo of the adjustable steering wheel mode (Streamable), enabled by setting "steering_wheel_mode" to true
    Known issues
    - The plugin causes game crashes on the 21MB exe and I have yet to find out why, considering how it would only crash after roughly 3 races of driving, I believe the 21MB exe might have some sort of exe integrity check that was not fully patched out
    ---
    Installation on Windows
    Place dinput8.dll, MinHook.x86.dll, tdu2_physics_tweaks_config.json, dinput8_ffb_tweaks_i686.dll and tdu2_physics_tweaks_i686.asi next to TestDrive2.exe.
    Installation on Linux+WINE
    Copy the file next to TestDrive2.exe following the Windows instruction.
    After that you'd likely also have to declare a dll override before the asi loader as dinput8.dll will be picked up. It can be done in winecfg or with the below environment variable.
    export WINEDLLOVERRIDES="dinput8=n,b" Alternatively, if you are already using dxvk, chances are you have a d3d9.dll override ready to go. Simply install dinput8.dll as d3d9.dll instead.
    ---
    Usage
    After installation, edit tdu2_physics_tweaks_config.json to nudge the game closer to your taste.
    Some values can be adjusted while the game is running. Check the in-json string comments for when values are applied.
    The following examples adjusts vanilla cars to feel somewhere between tdu2 and tdu1 hc. Time trials and license tests will become relatively more challenging.
    ---
    Controller Hardcore Lite Example
    { "only_modify_player_vehicle":true, "allow_road_cars_on_dirt": true, "overrides":{ "d1":"changes gravity constant, applies once on game start", "gravity":-9.81, "d2":"overrides extra gravity values in Physics.cpr, applies on change. set to 0 to remove extra downforce when airborne", "min_extra_gravity":0.0, "max_extra_gravity":0.0, "extra_gravity_accel_duration":0.1, "extra_gravity_accel_delay":0.1, "d3":"beta, disabling abs and tcs, weird to do in tdu2, let me know how each item feels", "abs_off":true, "tcs_off":true, "hand_brake_abs_off":true, "d4":"override angular damping values in Physics.cpr, higher values means more resistance to rotations (both turning and rolling), applies on car spawn/change", "override_angular_damping":true, "new_angular_damping":0.0, "d5":"steering wheel mode like in tdu1, values overrides only applies when enabled, applies on car spawn/change", "steering_wheel_mode":false, "steering_velocity":900.0, "steering_max_angle":40.0, "d6":"analog settings (controller configuration), applies on change", "override_analog_settings":false, "d7":"strength of damper and spring effects, more than 1.0 will cause clipping", "ffb_strength":1.0, "d8":"strength of sine effects, happens during surface change, driving offroad, and redlining", "ffb_vibration":0.5, "steering_sensitivity":0.25, "steering_speed_factor":0.0, "steering_damping":0.0, "steering_deadzone":0.0, "clutch_linearity":0.5, "throttle_linearity":0.5, "brake_linearity":0.5 }, "multipliers":{ "d1":"multiply some values available in tdu2vpe during load, applies on car spawn/change", "suspension_length_front":1.0, "suspension_length_rear":1.0, "spring_front":0.75, "spring_rear":0.75, "dampers_front":0.75, "dampers_rear":0.75, "ride_height_front":1.0, "ride_height_rear":1.0, "anti_roll_bar_front":2.5, "anti_roll_bar_rear":2.5, "anti_roll_bar_damping_front":0.5, "anti_roll_bar_damping_rear":0.5, "lift_drag_ratio":1.0, "down_force_velocity":1.0, "down_force_front":1.0, "down_force_rear":1.0, "lateral_grip_front":0.65, "lateral_grip_rear":0.65, "grip_front":0.7, "grip_rear":0.7, "brake_power":1.0 }, "ffb_tweaks": { "d1":"force feedback tweaks, applies on change", "enabled": false, "d2":"to log all effects sent to dinput8 or not", "log_effects": false, "d3":"reduce damper effect as the car go faster more than the game originally does, how it feels depends on how your wheel renders damper effect", "reduce_damper": false, "d4":"adjust spring effect begin and end force scaled on car speed, 0-10000, more than 10000 will cause clipping", "spring_effect_max": 10000, "spring_effect_min": 6500 } } Wheel Hardcore Lite Example
    Notable options are override_analog_settings, steering_sensitivity, steering_deadzone, steering_wheel_mode, steering_max_angle under the overrides section, as well as the ffb_tweaks section
    TDU2 sadly do not render wheel physics using constant force effect, but with spring and damper effects, basically asking the wheel to do it instead.
    You'd likely need to raise spring gain and adjust damper gain in your wheel's setting software to have better wheel feedback (eg. my g29 on linux, https://github.com/berarma/new-lg4ff driver along with https://github.com/berarma/oversteer gui allows adjusting overall, friction, damper and spring effect gains; Ghub on windows on the other hand seems to not expose any of those settings and Logitech Wheel Helper seems to have stopped working with the newest Ghub)
    Additionally when ffb tweaks are enabled, front wheel slipping feedback is simulated in a best effort manner
    Perhaps one day the game physics engine will be studied enough for re-implementing steering phyiscs entirely
    { "only_modify_player_vehicle":true, "allow_road_cars_on_dirt": true, "overrides":{ "d1":"changes gravity constant, applies once on game start", "gravity":-9.81, "d2":"overrides extra gravity values in Physics.cpr, applies on change. set to 0 to remove extra downforce when airborne", "min_extra_gravity":0.0, "max_extra_gravity":0.0, "extra_gravity_accel_duration":0.1, "extra_gravity_accel_delay":0.1, "d3":"beta, disabling abs and tcs, weird to do in tdu2, let me know how each item feels", "abs_off":true, "tcs_off":true, "hand_brake_abs_off":true, "d4":"override angular damping values in Physics.cpr, higher values means more resistance to rotations (both turning and rolling), applies on car spawn/change", "override_angular_damping":true, "new_angular_damping":0.0, "d5":"steering wheel mode like in tdu1, values overrides only applies when enabled, applies on car spawn/change", "steering_wheel_mode":true, "steering_velocity":900.0, "steering_max_angle":40.0, "d6":"analog settings (controller configuration), applies on change", "override_analog_settings":true, "d7":"strength of damper and spring effects, more than 1.0 will cause clipping", "ffb_strength":1.0, "d8":"strength of sine effects, happens during surface change, driving offroad, and redlining", "ffb_vibration":0.5, "steering_sensitivity":0.25, "steering_speed_factor":0.0, "steering_damping":0.0, "steering_deadzone":-0.05, "clutch_linearity":0.5, "throttle_linearity":0.5, "brake_linearity":0.5 }, "multipliers":{ "d1":"multiply some values available in tdu2vpe during load, applies on car spawn/change", "suspension_length_front":1.0, "suspension_length_rear":1.0, "spring_front":0.75, "spring_rear":0.75, "dampers_front":0.75, "dampers_rear":0.75, "ride_height_front":1.0, "ride_height_rear":1.0, "anti_roll_bar_front":2.5, "anti_roll_bar_rear":2.5, "anti_roll_bar_damping_front":0.5, "anti_roll_bar_damping_rear":0.5, "lift_drag_ratio":1.0, "down_force_velocity":1.0, "down_force_front":1.0, "down_force_rear":1.0, "lateral_grip_front":0.65, "lateral_grip_rear":0.65, "grip_front":0.7, "grip_rear":0.7, "brake_power":1.0 }, "ffb_tweaks": { "d1":"force feedback tweaks, applies on change", "enabled": true, "d2":"to log all effects sent to dinput8 or not", "log_effects": false, "d3":"reduce damper effect as the car go faster more than the game originally does, how it feels depends on how your wheel renders damper effect", "reduce_damper": false, "d4":"adjust spring effect begin and end force scaled on car speed, 0-10000, more than 10000 will cause clipping", "spring_effect_max": 10000, "spring_effect_min": 6500 } }  
    Changed values are logged in tdu2_physics_tweaks_log.txt for db tuning reference.
    When log_effects under ffb_tweaks is enabled, effects sent to dinput8 are logged to dinput8_ffb_tweaks_log.txt
    ---
    Trouble shooting
    Make sure your edited config is a valid json file and contains all the keys this tool needs.
    Check tdu2_physics_tweaks_log.txt if the game refuses to start/self closes.
    If tdu2_physics_tweaks_log.txt or dinput8_ffb_tweaks_log.txt don't change / don't get created, make sure the directory and the log files are not readonly.
    ---
    Building
    On windows, install cygwin, along with mingw64-i686-gcc-core and mingw64-i686-gcc-g++ toolchains, then run build.sh at the project root in cygwin shell.
    On linux, install podman from your package manager then run build_podman.sh.
    ---
    Credits
    TDU2VPE https://turboduck.net/forums/topic/33748-tdu2vpe-release/ I would not know where to start at all without TDU2VPE tdudec https://aluigi.altervista.org/papers.htm For Physics.cpr encryption and decryption Xarlith https://turboduck.net/profile/15055-xarlith/ Tips on suspension adjustments MeFisto94 https://github.com/MeFisto94 https://turboduck.net/profile/38775-mefisto94/ Tips on suspension adjustments ---
    External projects used
    MinHook https://github.com/TsudaKageyu/minhook json https://github.com/nlohmann/json Ultimate-ASI-Loader https://github.com/ThirteenAG/Ultimate-ASI-Loader

    435 downloads

       (2 reviews)

    Updated

  2. More information about "[TDU2] Ford GT Improved Sound Mod"

    Free

    [TDU2] Ford GT Improved Sound Mod

    [TDU2] Ford GT Improved Sound Mod 
    by Frosty
    This vehicle sound was taken from the pre-release version of Test Drive Unlimited 2 (Beta V.005). 
     
     
    I have adjusted the volume of the engine, as well as the supercharger noise. 
    Personally, I did not like how the GT sounded in base game, as it kind of sounded like an angry lawn mower. ๐Ÿคฃ Now, it sounds more like a V8, and less like your average riding mower.
    In the higher rpm, it now sounds as a V8 should normally sound. Very odd how they did not keep this sound in the game..
     
    Installation:
    *REQUIRES UNPACKED GAME*
    - Test Drive Unlimited 2\Euro\Bnk\sound\vehicles\
    - *OPTIONAL* MAKE A BACKUP OF YOUR EXISTING SOUND "gt_high.bnk"
    - Drag the downloaded file into the game directory (replace existing file if needed)
    - Done!
     
    Feel free to let me know what you think of it, and if there is anything you feel I should change. I am open to suggestions ๐Ÿ™‚

    209 downloads

       (1 review)

    Updated

  3. More information about "1985 Ford RS200 Evolution Group B"

    Free

    1985 Ford RS200 Evolution Group B

    1985 Ford RS200 Evolution Group B for Test Drive Unlimited 2
    Converted by StarGT
    Replace Lancia Delta
    3D model from Forza Horizon 4
    Camera from Ferrari F430 ID 244

    294 downloads

       (1 review)

    Submitted

  4. More information about "1995 Ford GT90 Concept"

    Free

    1995 Ford GT90 Concept

    1995 Ford GT90 Concept for Test Drive Unlimited 2
    Replace Mercedes Stirling Moss
    Converted by StarGT
    Camera Camera from Ford GT cam ID 117
    https://vk.com/tdu2_carmods_by_stargt

    286 downloads

       (1 review)

    Submitted

  5. More information about "2007 BMW Z4 M Coupe"

    Free

    2007 BMW Z4 M Coupe

    2007 BMW Z4 M Coupe
     
    Vehicle replaced: TT-S
    Converted by: Johnny & fixed by StarGT
    Credits: 3D Model, Wheels & Interior - Forza
    Features:
    -working windows
    -working gauges
    -working lights
    -blue xenon
    -own rims
    -"clear water" mirrors
    -own exterior gauges

    227 downloads

       (0 reviews)

    Submitted

  6. More information about "2012 Jeep Grand Cherokee SRT8"

    Free

    2012 Jeep Grand Cherokee SRT8

    2012 JEEP GRAND CHEROKEE SRT8
     
    Vehicle replaced: Cherokee Unofficial patch
    Converted by: StarGT
    Credits: 3D Model, Wheels & Interior - Forza Horizon
    Features:
    -indicators in cockpit
    -working windows
    -working gauges
    -working lights
    -own rims
    -"clear water" mirrors
    -own exterior gauges

    493 downloads

       (2 reviews)

    Submitted

  7. More information about "2014 Lexus LX570"

    Free

    2014 Lexus LX570

    2014 Lexus LX570
    Converted: Irina Raevskaya
    Group: vk.com/tdu2mods
    Replaces: Spyker D8 Pekin to paris
    Credits: Dolmat Dmitry + PML
    Features:
    - Model in high quality
    - High quality salon
    - Working optics
    - Working windows
    - Work doors
    - Drops on the front
    - getting dirty
    - Painted
    - Glued
    - Working HUD
    - native wheel, tire

    Installation Instructions:
    Copy the files from the archive into the game folder.
    Done!

    [RU] ะ ะฐะทะผะตั‰ะตะฝะธะต ะดะฐะฝะฝะพะณะพ ะผะพะดะฐ ะฝะฐ ะดั€ัƒะณะธั… ัะฐะนั‚ะฐั… ะธ ั„ะพั€ัƒะผะฐั… ะทะฐะฟั€ะตั‰ะตะฝะพ! /// [ENG] Placement of this mod on other sites and forums is prohibited!

    DONAT FOR THE AUTHOR OF THE CONVERT OF IRINA - PAYPAL :  raevskaya.irochka@list.ru

    646 downloads

       (2 reviews)

    Submitted

  8. More information about "2016 Aston Martin Vulcan"

    Free

    2016 Aston Martin Vulcan

    2016 Aston Martin Vulcan
    Vehicle replaced: Ascari A10
    Converted by: StarGT
    Camera: Ford GT
    Credits: Forza Horizon 3 Forzavista SLOD
    (not from GTA, Assetto, NFS etc. Own ripped model from FH3+manual mapping)
    Features:
     
    -working digital
    - HQ model
    -blue stripes
    - highpoly interior
    - raindrops on windows
    -open boot
    -open bonnet
    -HQ engine
    - working doors
    - working lights
    - working windows
    - dirt, paintable, stickerable
    - own rims
    -own tires
    -own calipers
     
    Download 2016 Aston Martin Vulcan without blue stripes
    Download 2016 Aston Martin Vulcan (on my Facebook page)

    693 downloads

       (0 reviews)

    Submitted

  9. More information about "2017 Audi R8 V10 Plus Coupe S Tronic"

    Free

    2017 Audi R8 V10 Plus Coupe S Tronic

    2017 Audi R8 V10 Plus Coupe S Tronic
    Donated by: Brian Balliu
    Vehicle replaced: Audi R8 V10
    Converted by: StarGT
    Camera: Not need to change
    Credits: Forza Motorsport 7
    Features:
     
    - u can remove rear wing (hardtop option)
    - HQ model
    - detailed interior with different colours option
    - raindrops on windows
    - working doors
    - working lights
    - working windows
    - dirt, paintable, stickerable
    - own rims 5 colours
    - own tires
    - own calipers
     
    Make sure you are running TDU2 Unpacked
    https://vk.com/tdu2_carmods_by_stargt

    1,089 downloads

       (1 review)

    Submitted

  10. More information about "2018 Mercedes Benz W213 Brabus"

    Free

    2018 Mercedes Benz W213 Brabus

    2018 Mercedes Benz W213 Brabus
    Converted: Irina Raevskaya
    Group: vk.com/tdu2mods
    Replaces: Ruf R Turbo
    Features:
    - Model in high quality
    - High quality salon
    - Working optics
    - Working windows
    - Work doors
    - Drops on the front
    - getting dirty
    - Painted
    - Glued
    - Working HUD
    - native rim

    Installation Instructions:
    Copy the files from the archive into the game folder.
    Done!

    1,064 downloads

       (1 review)

    Submitted

  11. More information about "2019 BMW Z4 M40i [G29]"

    Free

    2019 BMW Z4 M40i [G29]

    --๏ปฟ------------------
    BMW Z4 M40i [G29]
    Vehicle replaced:  Ruf RGT
    Converted by:  Irina Raevskaya ( https://vk.com/tdu2mods )
    Credits:  GTA SA 
    --๏ปฟ------------------
    Featu๏ปฟres:
    - HQ m๏ปฟodel
    - highpoly interior
    - raindrops on windows
    - working doors
    - working lights
    - working windows
    - working GPS
    - dirt, paintable, stickerable
    - own rims๏ปฟ
    - own car sound
    - own HUD car
    - own CameraINT
    --------------------
    My mods : ะœะพะดั‹ ะดะปั TDU 2 [ TEST DRIVE UNLIMITED 2 ]
    [RU] ะ ะฐะทะผะตั‰ะตะฝะธะต ะดะฐะฝะฝะพะณะพ ะผะพะดะฐ ะฝะฐ ะดั€ัƒะณะธั… ัะฐะนั‚ะฐั… ะธ ั„ะพั€ัƒะผะฐั… ะทะฐะฟั€ะตั‰ะตะฝะพ! /// [ENG] Placement of this mod on other sites and forums is prohibited!

    532 downloads

       (1 review)

    Submitted

  12. More information about "2020 Ferrari SF90 Stradale"

    Free

    2020 Ferrari SF90 Stradale

    2020 Ferrari SF90 Stradale
    Converted: Irina Raevskaya
    Group: vk.com/tdu2mods
    Replaces: Ferrari Enzo
    Credits: CSR2
    Features:
    - Model in high quality
    - High quality interiors
    - Working optics
    - Working windows
    - Work doors
    - Drops on the front
    - getting dirty
    - Painted
    - Glued
    - Working HUD
    - native wheel

    Installation Instructions:
    Copy the files from the archive into the game folder.
    Done!

    /// [ENG] Placement of this mod on other sites and forums is prohibited! /// [RU] ะ ะฐะทะผะตั‰ะตะฝะธะต ะดะฐะฝะฝะพะณะพ ะผะพะดะฐ ะฝะฐ ะดั€ัƒะณะธั… ัะฐะนั‚ะฐั… ะธ ั„ะพั€ัƒะผะฐั… ะทะฐะฟั€ะตั‰ะตะฝะพ!

    DONATION TO THE AUTHOR FOR THE RELEASE OF A NEW MODS CAR - WEBMONEY : Z477424548462 . Thank you!

    626 downloads

       (3 reviews)

    Updated

  13. More information about "2022 Porsche 911 GT3"

    Free

    2022 Porsche 911 GT3

    Car : 2022 Porsche 911 GT3
    Replaces : RUF RT 12
    Converted by : itskybox
    Features :
    - Model in high quality
    - Interior in high quality
    - Working mirrors
    - Working windows
    - Working doors
    - Drops on the windshield
    - Gets Dirty
    - Paintable
    - Custom wheels , rims
    Posting on other sites is strictly prohibited! If you would like to see this mod on your site, please contact the author of the model

    1,360 downloads

       (2 reviews)

    Updated

  14. More information about "Advertisment Billboards (Ibiza / Hawaii)"

    Free

    Advertisment Billboards (Ibiza / Hawaii)

    Textures replaced: Ad Billboards on Ibiza amd Hawaii
    Converter/Creator: MagicV8 aka CocoJambo
    Credits: unknown
    !!Please make sure to backup your original file/s before installing this mod and read the included README file!!
    The pics have more details then the original ones!
    The zip includes the following files:
    sf_adpnl_d.2DB (for Ibiza) rs_bbrd_ad.2DB (for Hawaii) readme.txt ad_billboards_ibiza-hawaii.jpg Well, here is the explanation, how to replace the original ad billboards:
    You have to unpack TDU 2. Locate the commonworld.bnk for Ibiza at %gamepath%\Euro\Bnk\islands\ibiza\level (or where you have unpacked the game).     Backup that file!!!     Replace the original file sf_adpnl_d.2DB in commonworld.bnk\5Prepared\PC\EURO\Decors\Ibiza\Objects\street_signs\Common_Maps with the one in the zip by using the TDU Modding Tools - Keep the file names! Locate the commonworld.bnk for Hawaii at %gamepath%\Euro\Bnk\islands\hawaii\level (or where you have unpacked the game).     Backup that file!!!     Replace the original file rs_bbrd_ad.2DB in commonworld.bnk\5Prepared\PC\EURO\Decors\Hawai\Objects\street_signs\Common_Maps with the one in the zip by using the TDU Modding Tools too - Keep the file names! Start TDU 2 and enjoy the new ad billboards. Mod History
    v. 1.0.0 - first release
    Terms of use:
    -------------
    The models, skins and other files are for private use only Commercial use of this modification is strictly prohibited All Registered Trademarks and Copyrights are property of their respective owners If you wish to edit this modification please contact me via e-mail: admin@drivers-paradise.com You are allowed to edit this modification and it's contents for your own private use [If applicable] Before uploading work by another modder, permission must be granted by the original author  

    634 downloads

       (1 review)

    Updated

  15. More information about "Agip gas station (Ibiza)"

    Free

    Agip gas station (Ibiza)

    Textures replaced: Gas stations on Ibiza
    Converter/Creator: Magic V8 aka CocoJambo
    Credits: 3D Model, Textures - Atari/Eden Games
    !!Please make sure to backup your original file/s before installing this mod and read the included README file!!
    Some textures (fuel dispenser, roof lights) have much more details then the original ones!
    The RAR includes the following files:
    sb_gazs_b.2DB sb_gazs_b_d.2DB ibiza_agip_1.jpg ibiza_agip_2.jpg ibiza_agip_3.jpg ibiza_agip_4.jpg readme.txt Well, here is the explanation, what how to do, to replace the ugly original gas station:
    You have to unpack TDU 2. Locate the following files for Ibiza in the accordingly subdirectories at %gamep๏ปฟath%\Euro\Bnk\islands\ibiza\level (or where you have unpacked your game):
    - sector-1-3-4-2.bnk
    - sector-1-4-0-3.bnk, sector-1-4-2-2.bnk
    - sector-2-1-7-4.bnk
    - sector-2-4-4-1.bnk
    - sector-2-4-4-3.bnk
    - sector-3-0-2-7.bnk
    - sector-3-1-5-2.bnk
    - sector-3-2-0-7.bnk
    - sector-3-3-2-2.bnk, sector-3-3-5-1.bnk
    - sector-3-4-0-2.bnk
    - sector-4-1-2-7.bnk
    - sector-4-2-3-2.bnk Backup these files!!! Replace the original files sb_gazs_b.2DB and sb_gazs_b_d2DB with the ones in the zip by using the TDU Modding Tools - Keep the file names! Start TDU 2 and enjoy the new AGIP gas station. ๐Ÿ™‚ Mod History
    v. 1.0.0 - first release
    Terms of use:
    -------------
    The models, skins and other files are for private use only Commercial use of this modification is strictly prohibited All Registered Trademarks and Copyrights are property of their respective owners If you wish to edit this modification please contact me via e-mail: admin@drivers-paradise.com You are allowed to edit this modification and it's contents for your own private use [if applicable] Before uploading work by another modder, permission must be granted by the original author

    145 downloads

       (0 reviews)

    Updated

  16. More information about "Alex Knyazev: Mercedes-Benz G500"

    Free

    Alex Knyazev: Mercedes-Benz G500

    Mercedes-Benz G500
    Converted: Alex Knyazev
    Group: vk.com/tdu2mods
    Replaces: Range Rover HSE
    Features:
    - model in high quality
    - high quality salon
    - working optics
    - working windows
    - work doors
    - drops on the front
    - getting dirty
    - painted
    - glued
    - working HUD
    - native rim
    - native Sounds
    - native camCar
    Donate Converted: 
    PAYPAL : raevskaya.irochka@list.ru

    Installation Instructions:
    Copy the files from the archive into the game folder.
    Done!

    1,079 downloads

       (1 review)

    Submitted

  17. More information about "Alfa Romeo 8C - Spider; Pink interior floor fix for Unofficial Patch."

    Free

    Alfa Romeo 8C - Spider; Pink interior floor fix for Unofficial Patch.

    My greetings this file is fixing pink interior floor bug of alfa romeo 8C spider for Unofficial Patch
    Maybe some of you didn't notice this bug but i'm using Unofficial Patch and i saw some players also have this bug.
    Replace the original file at destination: TDU2 Folder\Euro\bnk\vehicules\interiors
    MAKE SURE TO BACKUP ORIGINAL FILES ALWAYS!!!

    The file was taken from Modpack 1.7.4 repack by Star G.T. 
    Please update me if this was useful
    Thanks

    143 downloads

       (0 reviews)

    Updated

  18. More information about "Aloha gas station (Hawaii)"

    Free

    Aloha gas station (Hawaii)

    Textures replaced: Gas stations on Hawaii
    Converter/Creator: MagicV8 aka CocoJambo
    Credits: 3D Model, Textures - Atari/Eden Games
    The zip includes the following files:
    ss_oil_b.2DB ss_oil_b_lodc.2DB ss_oiln.2DB d1_brick.2DB d1_grille.2DB readme.txt aloha_gas_station_01.jpg aloha_gas_station_02jpg aloha_gas_station_03.jpg aloha_gas_station_04.jpg Well, here is the explanation, what how to do, to replace the ugly original gas station:
    You have to unpack TDU 2 Locate the commonworld.bnk for Hawaii at %gamepath%\Euro\Bnk\islands\hawai\level (or where you have unpacked the game). Backup that file!!! Replace the original files ss_oil_b.2DB, ss_oil_b_lodc.2DB and ss_oiln.2DB in ...\commonworld.bnk\5Prepared\PC\EURO\Decors\Hawai \Objects\Buildings\buildings\suburbs_shops\ss_oil_ a\maps where you unpacked the bnk with the ones in the zip by using the TDU Modding Tools - Keep the file names! Replace the original files d1_brick.2DB and d1_grille.2DB in ...\commonworld.bnk\5Prepared\PC\EURO\Decors\Hawai \Objects\Buildings\Common_Maps where you unpacked the bnk with the ones in the zip by using the TDU Modding Tools - Keep the file names! Start TDU 2 and enjoy the new ALOHA gas station. ๐Ÿ™‚ Mod History
    v. 1.0.0 - first release
    Terms of use:
    -------------
    The models, skins and other files are for private use only
    Commercial use of this modification is strictly prohibited
    All Registered Trademarks and Copyrights are property of their respective owners
    If you wish to edit this modification please contact me via e-mail: admin@drivers-paradise.com
    You are allowed to edit this modification and it's contents for your own private use [If applicable]
    Before uploading work by another modder, permission must be granted by the original author

    129 downloads

       (0 reviews)

    Updated

  19. More information about "Andraste Modding Framework Development Build"

    Free

    Andraste Modding Framework Development Build

    Andraste Modding Framework
    Andraste, at itโ€™s core, is a generic modding framework, aiming to bring a modern toolset into old (DX 9) and modern games alike. It does so by injecting a .NET FX Runtime into native applications, allowing us to code the framework in a safe language (C#), which even opens up the possibility to write code modifications in .NET languages, that interface seamlessly with the native code of the game.
    Note: While this is in the TDU2 category, Andraste can also be used for TDU1 and potentially a lot of other games (unless they are 64 bits or have some protective anti cheat system)
     
    How to run Andraste
    Andraste comes with a UI Launcher and a bundled version of the generic framework (in the most recent version). That is all you need,
    just start Andraste.UILauncher.exe, create a profile (you can have multiple profiles and quickly switch between them) and you are ready to go.
    You'll want to click "open mods folder" to download/add mods to your profile and then you can press "Start Game".
    If your mods don't come in an andraste ready format, check the below "Converting a Mod into the Andraste Format" and contribute the file to turboduck ๐Ÿ˜‰
    If you still have problems launching Andraste, see our Docs on using the Launcher and "installing" mods.
     
    Converting a Mod into the Andraste Format
    First, make sure that you have the permission of the original author to convert/upload the andraste version of the mod.
    Then, follow our Getting Started Guide
     
    What can I use it for, at the moment?
    If you managed to convert a mod, you can now use (and remove!) these game mods, without changing your unpacked(!) base game (the game needs to be unpacked, because the VFS feature only replaces existing files, it doesn't create packed files yet).

    While this feature may not be impressive yet (besides removing mods without having to have a backup of your game folder somewhere), there is much more possible with that technique, but that takes manpower and time.
    Internally, we're currently using the scripting functionality to find out more about the game and progress on different fronts such as multiplayer or asset manager, so definitely stay tuned for further progress, at some point, we will release the TDU2 Modding Framework, that is an additional layer on top of Andraste, providing TDU2 specific features (patching files inside BNKs, running on a packed game, hot reloading, ...)
    If you need further assistance, don't hesitate to read our documentation, post in the relevant forum thread, here on turboduck, or in #tdu-modding on https://discord.tduniverse.org
    Andraste is a TDUniverse Umbrella Project by MeFisto94 and redd

    388 downloads

       (1 review)

    Updated

  20. Free

    binbow: MINI COOPER S - Sound mod ver0.1

    More details here:
     

    56 downloads

       (0 reviews)

    Submitted

  21. More information about "bmcf1lm: DeLorean DMC-12"

    Free

    bmcf1lm: DeLorean DMC-12

    DMC Delorean

    Vehicle replaced: Mustang GT
    Converter/Creator: bmcf1lm
    Credits: 3D Model, Wheels & Interior -Turn10

    Sound mod by Audrey8

    !!Please make sure to backup your original files before installing this mod and read the included README file!!

    Mod History

    v0.1 mod released (1/6/2014)

    Terms of use:
    ------------
    - The models, skins and other files are for private use only
    - Commercial use of this modification is strictly prohibited
    - All Registered Trademarks and Copyrights are property of their respective owners

    Optional Terms of use (delete or leave what you wish)
    ------------------
    - If you wish to edit this modification please contact me via pm: bmcf1lm
    - You are allowed to edit this modification and it's contents for your own private use

    181 downloads

       (0 reviews)

    Submitted

  22. More information about "C.T.R. Physics Mod"

    Free

    C.T.R. Physics Mod

    I working on new physics to TDU2
    Here is new 1.05 version
    Features:
     
    Braking can block wheels More powerful handbrake Some optimization of traction control Edited ForceFeedback Edited aerodynamics Good for drifting Realistic understeer New motorbike physics and handling  
    Important:
    Hardcore setup is now really hardcore and it's good for drifting with 4wd cars (e.g. Bugatti Veyron)
    Sport setup is made for drifting with rwd cars and for perfect lap times
    Full assistance is for normal cruise around city and it can also be used for perfect lap times easily
    It works online and also with Unofficial patch and AutoPack.
     
    I was originally inspired by Veno physics mod and thanks to him I could understand how it works.
     
    Used modifications:
    Unofficial patch 0.4
     
    Tested on Logitech G27
     
    I still working on Clutch/Brake linearity and car suspension. Now I work on version for normal (slow) driving with smooth brakes and steering. I'll release it soon.
     
     
    Video:
     
    Installation:
    Copy downloaded file to TDU2 main folder and overwrite original Physics.cpr file You also need different laucher e.g. Knyazev Universal launcher or the TDU World Launcher  

    10,127 downloads

       (4 reviews)

    Updated

  23. More information about "Chevrolet Corvette ZR-1 Neon Edition"

    Free

    Chevrolet Corvette ZR-1 Neon Edition

    plate number "XEP BAM"
    Mirror links:
    http://tdunlimited.com/_ld/5/531_Chevrolet_Corve.7z
    https://mega.nz/file/sWBhhYzR#fnbzgs8hyXxW6e-aLaVtfNlf_3j_PQ-pIZNeMBiwXI8

    134 downloads

       (0 reviews)

    Submitted

  24. More information about "ENB Config Final"

    Free

    ENB Config Final

    ENB Config v0.3 Final
     
     
    Here's my ENB Preset Config v0.3 Final. It has "only small" improvements as the Version before.
     
     
    - Reflection improvements on Buldings (Windows/Glases)
    - Reflection improvements on Cars
    - Color improvements Night/Day
    - Better Sky & Clouds (No more bloom intense Clouds)
    - small light improvement in Buildings (Houses, CRC, Cardealer)
     
     
    Known Bugs:
    - Sometimes the game crash when you minimized it.
    You can fix it. Press the buttons Alt+Enter to run the game in a window and than you can minimized it without crashing (thx Voodoo)
    - in races are the Checkpoints very bloom intense
    You can switch off the bloom if you want to drive a race (press Shift+Enter in the Game to open the ENB-Config GUI and search for EnableBloom)
    - same thing with bloom intense on the map and on the gps in the car
    - same with Paint Shop if you choose a white sticker
    - Some Markers over house or Cardealer have less contrast
    - When you drive in Cockpit view you can't see the bloom effect (at the most Cars)
    - Shadow Bug in front of the car at Daylight
    Switch on the carlights to fix this bug (Is not very helpfull i know)
     
     
    Fixed Bugs:
    - No more Lags when delete a text in the Chat or if BACKSPACE was pressed
     
     
    Bug Pictures:

    Shadow Bug in the front of the Car

     
     
    This Config contains two folder:
    - First folder (ENB Config v0.3) contains only the ENB Config v0.3
    - Second folder (Modified Grass Mod) contains only the Modified Grass Mod by tomsolo (This Mod is only for the unpacked Version of the game)

    288 downloads

       (0 reviews)

    Updated

  25. More information about "Fix for grass scale issue"

    Free

    Fix for grass scale issue

    Fix for grass scale issue in the vanilla game.
    Copy paste in game main folder, replace Quality_Settings.cpr 
    In game change the Environment Quality (in video options) for make it work.
     

    657 downloads

       (1 review)

    Submitted




ร—
ร—
  • Create New...