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.

Xarlith

Modders
  • Posts

    165
  • Joined

  • Last visited

  • Days Won

    16

Reputation Activity

  1. Like
    Xarlith got a reaction from Mr.Esekah in Wheel/Gamepad compatibility workaround   
    Due to so many requests I would like to present the easiest way to add support for miscellaneous wheels and gamepads.
     
    You will need:

    TXT editor
    tdudec http://aluigi.altervista.org/papers/tdudec.zip
    bat scripts for tdudec http://www.mediafire.com/download/umq6q3oi3vmifkk/tdudec_bat.7z
    USBDeview http://nirsoft.net/utils/usbdeview.zip

     
    Then:

    Extract tdudec.exe and scripts into main game directory
    Run USBDeview, double click on your device
    Write down ProductID and VendorID
    Close USBDeview
    Backup orginal DevicesPC.cpr
    Drag file DevicesPC.cpr over DecryptCpr.bat (new file DevicesPC.cpr.txt will be created)
    Open DevicesPC.cpr.txt in text editor. It should look like this:
    [settings] //------------------- Help Controls FUGLYX360PADDETECTION 0 HIDDefaultConfig "289045E-0-0-00-504944564944" "Microsoft XBOX Pad" "DeviceXBOXPad.xmb" HIDDefaultConfig "28E045E-0-0-00-504944564944" "Microsoft X360 Pad" "DeviceX360Pad.xmb" HIDDefaultConfig "C299046D-0-0-00-504944564944" "Logitech G25 Racing Wheel USB" "DeviceLogitechG25.xmb" HIDDefaultConfig "C29A046D-0-0-00-504944564944" "Logitech Driving Force GT USB" "DeviceDrivingForceGT.xmb" HIDDefaultConfig "C298046D-0-0-00-504944564944" "Logitech Driving Force Pro USB" "DeviceDrivingForcePro.xmb" HIDDefaultConfig "C295046D-0-0-00-504944564944" "Logitech Momo Force USB" "DeviceMomoForce.xmb" HIDDefaultConfig "C29B046D-0-0-00-504944564944" "Logitech G27 Racing Wheel USB" "DeviceLogitechG27.xmb" HIDDefaultConfig "C216046D-0-0-00-504944564944" "Logitech Dual Action USB" "DeviceLogitechDualActionUSB.xmb" HIDDefaultConfig "B653044F-0-0-00-504944564944" "Thrustmaster RGT FFB Clutch" "DeviceThrustmasterRGT_FFB_Clutch.xmb" HIDDefaultConfig "B65A044F-0-0-00-504944564944" "Thrustmaster F430 FFB" "DeviceThrustmasterF430_FFB.xmb" HIDDefaultConfig "B311044F-0-0-00-504944564944" "Thrustmaster Dual Analog 3" "DeviceThrustmasterDualAnalog3.xmb" HIDDefaultConfig "1970EB7-0-0-00-504944564944" "Porsche Wheel" "DeviceFanatec911TurboS.xmb" HIDDefaultConfig "30920E8F-0-0-00-504944564944" "Subsonic Racin'Pro" "DeviceSubsonicRacinPro.xmb" HIDDefaultConfig "B65E044F-0-0-00-504944564944" "Thrustmaster T500 RS Racing Wheel" "DeviceThrustmasterT500RS.xmb" UseSteerControl = 1 DefaultSeatPosition = -0.2 -0.4 // FrontBack UpDown min -1 Max +1 CameraDeadZone = 0.3 //0.3 FFB_Factor 1.0 FFB_SlipAngle 1 0.1 0.6 FFB_SlipAngle 2 0.3 1.0 FFB_SpeedFactor 1 5 0.0 FFB_SpeedFactor 2 10 0.8 FFB_SpeedFactor 3 100 1.0 FFB_LoadFromAccel -1.0 0.0 0.75 FFB_LoadFactor 1.0 0.9 0.8 [Control_Driving] // FlashList => controls_pc_driving AddAction "CAR_ACCEL" 0 "A" "Keyboard" "0" "UP" AddAction "CAR_BRAKE" 0 "A" "Keyboard" "0" "DOWN" AddAction "CAR_LEFT" 0 "A" "Keyboard" "0" "LEFT" AddAction "CAR_RIGHT" 0 "A" "Keyboard" "0" "RIGHT" AddAction "CAR_HBRAKE" 0 "A" "Keyboard" "0" "LSHIFT" AddAction "CAR_CLUTCH" 0 "A" "Keyboard" "0" "LCTRL" AddAction "BIKE_LIE_DOWN" 0 "A" "Keyboard" "0" "A" AddAction "BIKE_SEAT_UP" 0 "A" "Keyboard" "0" "Q" AddAction "CAR_GUP" 0 "A" "Keyboard" "0" "SPACE" AddAction "CAR_GDOWN" 0 "A" "Keyboard" "0" "LALT" AddAction "CAR_GREV" 0 "A" "none" "0" "none" AddAction "CAR_G1ST" 0 "A" "none" "0" "none" AddAction "CAR_G2ND" 0 "A" "none" "0" "none" AddAction "CAR_G3RD" 0 "A" "none" "0" "none" AddAction "CAR_G4TH" 0 "A" "none" "0" "none" AddAction "CAR_G5TH" 0 "A" "none" "0" "none" AddAction "CAR_G6TH" 0 "A" "none" "0" "none" AddAction "CAR_G7TH" 0 "A" "none" "0" "none" AddAction "CAR_CAMERA" 0 "A" "Keyboard" "0" "C" AddAction "CAR_BACKVIEW" 0 "A" "Keyboard" "0" "V" AddAction "CAR_LIGHT" 0 "A" "Keyboard" "0" "ENTER" AddAction "CAR_HORN" 0 "A" "Keyboard" "0" "H" AddAction "CAR_WINDOWS" 0 "A" "Keyboard" "0" "W" AddAction "CAR_RIGHT_BLINKER" 0 "A" "Keyboard" "0" "PAD_0" AddAction "CAR_LEFT_BLINKER" 0 "A" "Keyboard" "0" "RCTRL" AddAction "BACK_ON_TRACK" 0 "B" "Keyboard" "0" "B" AddAction "REMOVE_GPS_TARGET" 0 "H" "Keyboard" "0" "G" [Control_Walkmode_Avatar] // FlashList => controls_pc_walkmode // 1st/3rd person controls AddAction "AVT_MOVE_LEFT" 1 "C" "Keyboard" "0" "LEFT" AddAction "AVT_MOVE_RIGHT" 1 "C" "Keyboard" "0" "RIGHT" AddAction "AVT_MOVE_FORWARD" 1 "C" "Keyboard" "0" "UP" AddAction "AVT_MOVE_BACKWARD" 1 "C" "Keyboard" "0" "DOWN" AddAction "AVT_RISE_ZOOM_IN" 1 "C" "Keyboard" "0" "PAGE_UP" AddAction "AVT_LEAN_ZOOM_OUT" 1 "C" "Keyboard" "0" "PAGE_DOWN" AddAction "CHAT" 1 "C" "Keyboard" "0" "T" AddAction "AVT_EMOTES" 1 "C" "Keyboard" "0" "INS" AddAction "AVT_LOOK_LEFT" 1 "A" "none" "0" "none" AddAction "AVT_LOOK_RIGHT" 1 "A" "none" "0" "none" AddAction "AVT_LOOK_UP" 1 "A" "none" "0" "none" AddAction "AVT_LOOK_DOWN" 1 "A" "none" "0" "none" AddAction "AVT_SWITCH_VIEW" 1 "C" "Keyboard" "0" "END" AddAction "MAP" 1 "A" "Keyboard" "0" "M" AddAction "RADIO_CHANNEL" 1 "A" "Keyboard" "0" "1" AddAction "RADIO_VOL_LESS" 1 "A" "Keyboard" "0" "2" AddAction "RADIO_VOL_MORE" 1 "A" "Keyboard" "0" "3" AddAction "AVT_CASINO_EMOTES1" 1 "F" "Keyboard" "0" "INS" AddAction "AVT_CASINO_EMOTES2" 1 "F" "Keyboard" "0" "HOME" AddAction "AVT_CASINO_EMOTES3" 1 "F" "Keyboard" "0" "SUP" AddAction "AVT_CASINO_EMOTES4" 1 "F" "Keyboard" "0" "END" [Menu] // ingame menus controls AddAction "MENU_LEFT" 2 "D" "Keyboard" "0" "LEFT" AddAction "MENU_RIGHT" 2 "D" "Keyboard" "0" "RIGHT" AddAction "MENU_UP" 2 "D" "Keyboard" "0" "UP" AddAction "MENU_DOWN" 2 "D" "Keyboard" "0" "DOWN" AddAction "ACCESSORIES_LEFT" 2 "G" "Keyboard" "0" "PAD_4" AddAction "ACCESSORIES_RIGHT" 2 "G" "Keyboard" "0" "PAD_6" AddAction "ACCESSORIES_UP" 2 "G" "Keyboard" "0" "PAD_8" AddAction "ACCESSORIES_DOWN" 2 "G" "Keyboard" "0" "PAD_2" AddAction "MENU_VALIDATE" 2 "D" "Keyboard" "0" "ENTER" AddAction "MENU_BACK" 2 "D" "Keyboard" "0" "BACKSPACE" AddAction "MENU_PAUSE" 2 "D" "Keyboard" "0" "ESC" AddAction "MENU_OPTION_1" 2 "D" "Keyboard" "0" "X" AddAction "MENU_OPTION_2" 2 "D" "Keyboard" "0" "Y" AddAction "MENU_HELP" 2 "D" "Keyboard" "0" "H" AddAction "MENU_SORT_INVERT" 2 "D" "Keyboard" "0" "END" AddAction "MENU_SORT_LEFT" 2 "D" "Keyboard" "0" "SUP" AddAction "MENU_SORT_RIGHT" 2 "D" "Keyboard" "0" "PAGE_DOWN" // on-map controls AddAction "MAP_LEFT" 2 "E" "Keyboard" "0" "LEFT" AddAction "MAP_RIGHT" 2 "E" "Keyboard" "0" "RIGHT" AddAction "MAP_UP" 2 "E" "Keyboard" "0" "UP" AddAction "MAP_DOWN" 2 "E" "Keyboard" "0" "DOWN" AddAction "MAP_CURSOR_LEFT" 2 "E" "none" "0" "none" AddAction "MAP_CURSOR_RIGHT" 2 "E" "none" "0" "none" AddAction "MAP_CURSOR_UP" 2 "E" "none" "0" "none" AddAction "MAP_CURSOR_DOWN" 2 "E" "none" "0" "none" AddAction "MAP_CURSOR_ZOOMIN" 2 "E" "Keyboard" "0" "PAD_MINUS" AddAction "MAP_CURSOR_ZOOMOUT" 2 "E" "Keyboard" "0" "PAD_PLUS" // stereo // ensure hotkeys for this : will avoid the vast majority of rants about bindings AddAction "TOGGLE_STEREO" 2 "S" "Keyboard" "0" "LSHIFT" AddActionAnd "TOGGLE_STEREO" "Keyboard" "0" "F1" AddAction "DISTORSION_DOWN" 2 "S" "Keyboard" "0" "LSHIFT" AddActionAnd "DISTORSION_DOWN" "Keyboard" "0" "F2" AddAction "DISTORSION_UP" 2 "S" "Keyboard" "0" "LSHIFT" AddActionAnd "DISTORSION_UP" "Keyboard" "0" "F3" // groups inter-exclusions // stereoscopic vision keys musn't be used for anything else //ActionsExclusions "SA SB SC SD" END

    After this line HIDDefaultConfig "B65E044F-0-0-00-504944564944" "Thrustmaster T500 RS Racing Wheel" "DeviceThrustmasterT500RS.xmb"
    add
    HIDDefaultConfig "[YourProductID][YourVendorID]-0-0-00-504944564944" "Your Device name in TDU2" "YourDeviceConfigFilename.xmb" where [YourProductID] is a PID of your device, [YourVendorID] is a VID of your device and YourDeviceConfigFilename.xmb is a config file TDU2 will be using for your device. It might be existing xmb file, or new (if new you will need to copy and rename existing config anyway)

    For example, if you have Fanatec CSW your ProductID is 38E and VendorID is 0EB7. You should add this line to the file: HIDDefaultConfig "38E0EB7-0-0-00-504944564944" "Fanatec CSW" "DeviceFanatecCSW.xmb"

    Save your file then drag DevicesPC.cpr.txt over EncryptCpr.bat. Replace DevicesPC.cpr with new DevicesPC.cpr.txt.cpr
    Hardest part is done.

     
    Now you need to find a config file that will fit. For example if you have Fanatec wheel the wise choice would be to use Fanatec 911 config. To do this copy DeviceFanatec911TurboS.xmb and rename to DeviceFanatecCSW.xmb. If you have other device procedure is similar but different xmb might work better and you rename it to YourDeviceConfigFilename.xmb instead of DeviceFanatecCSW.xmb :).
     
    Be aware that config xmb you use for your device was not created for it. That means you might need to bind buttons by yourself but FFB should work.
     
    Please if you successfully added new device post your device ProductID, VendorID and the xmb you have chosen to use. I will be updating this post with new devices and might add them to UnoficialPatch.
     
    Fanatec CSW (with Fanatec911TurboS config):

    HIDDefaultConfig "38E0EB7-0-0-00-504944564944" "Fanatec CSW" "DeviceFanatec911TurboS.xmb"
  2. Thanks
    Xarlith reacted to xXBeefyDjXx in TDU World Update: April 2023   
    TDU World Update: April 2023
    It's finally time for us to present another update to the community.
    A lot has changed, so let's begin shall we?


    TDU World Website


    Since our last progress update on TurboDuck, we've released our brand new website and back end in December 2022 and continually made improvements to the website.
    As of right now, you'll find the latest details on the TDU World Server over there, as well as much improved layout and a clearer path for the future as we expand.
    Beefy and Esurient have been hard at work to ensure the site looks and performs at it's best.

    As regular users, you can now:
    Sign up and Manage your TDU World Account, including game profiles and TDU World Tokens
    View basic profile statistics
    Check if the TDU World Server is working, and how many are online.

    Slowly but surely, we've also greatly improved the backend thanks to Beefy's work:
    Moderators can now view and take action on all in game reports, and manage account basics to help with troubleshooting.
    Admins can now manage game content, view in depth server stats and much, much more.

    In the future, we'll be on the lookout for members to come aboard to help with moderation, we'll be sure to put out a ping in our Discord when the time is right.

    The largest changes to the website back end allow us to move forwards with features in our Server and Launcher, so let's dive into those shall we?


    TDU World Server
     
    Over the last year Beefy has been hard at work, and we've finally managed to release some quality functionality back to the game, including:
    Clubs:
    TDU World Server almost fully supports clubs, with the following now working:
    Create and Join Clubs across Ibiza and Hawaii
    Manage your Club as the president
    View your Club Statistics in detail and compare with others
    Invite up to 32 friends to join your Club (Max Level Clubs only)
    Manage Club Ranks for all members
    Earn XP and Donate to your Club
    Upgrade your Clubs once you earn enough XP and Donations
    Purchase all 4 exclusive Club vehicles with enough donations at Level 3

    (We're unsure if Club vs Club racing is working yet, because the feature requires more than 2 active Clubs with at least 2 players in each club to be active at once.
    Why not give it a try and let us know?)
     
    Casino:
    TDU World's Casino has been out in the wild now for a few months.
    Time Trials and Slot Machines are fully supported, with work ongoing to bring back Poker, and Roulette!
     
    Leaderboards:
    Leaderboards are finally active in TDU World.
    A slow roll out of all events in the game means the community can finally get competitive on TDU World!
    Right now we support the Ibiza C4, and B4 championships, and Casino Islands Leaderboards are all active, with many more to come in the future.
     
    DLC:
    Atari Tokens have been replaced with FREE TDU World Tokens, and we have activated all original DLC in the game allowing users to obtain the previously lost Avatar Clothing Rewards for purchasing their favorite vehicles in game!
    All players have been given the exact amount of tokens to purchase all the content for free and for those who like to cheat the system by using the DLC patches, we hand out free Miami Mustangs 😎

    If you're concerned about losing DLC vehicles, don't worry!
    A simple workaround is to create a new gane profile with your TDU World Username, and use the new profile to purchase the DLC vehicles.
    Upon logging back into your old save, the vehicles will remain as you originally purchased them.
    Please note that this workaround may not unlock the Avatar Exclusive Clothing for the DLC vehicles on the old profile.


    And more:
    We also have worked hard on patching up existing features such as Friends, Online Stats and much more to bring the most reliable and feature rich experience as we can to the community.
    Whilst we're aware we may lag behind at least one of our "competitors", please know that the biggest delays to achieving Server goals has been because Beefy has had to dedicate time to building up the new Website, Installer, Launcher, Updaters and the backends that tie all of the TDU World software and Servers together, which is by no means an easy feat!
    Side note: We will hopefully be launching PS3 support as we move out of the release period for the new PC content, however we can't make a promise on when just yet.


    And finally...
    TDU World Launcher: Now with Mod Manager!

    We're pleased to finally announce the debut of TDU World Launcher v1.0.

    This is our largest update yet, based on your feedback and increased testing with the Alpha Team we're excited for you to get your hands on this release.
    Let's go over the changes...

    Language Support
    The new TDU World Software supports the following Languages:
    English
    French
    Spanish
    German
    Italian
    Polish
    Russian
    Japanese

    Some translations may be a little funky at times. If you notice anything that isn't right, please let us know and we'll provide an update to resolve it.

    A brand new Installation Process:

    This update brings to the table a new installation process.
    We've made it easier than ever to get started with TDU World, and thanks to the below you should be playing in no time!



    System Checking
    The Installer now automatically checks for a Steam, or DVD Version of TDU2.
    Unfortunately, we no longer support "Portable" installations of TDU2. TDU World MUST be installed to a fully installed, clean version of TDU2.
    No Exceptions!
    The Installer can now verify that you have the correct system specifications, more specifically if you have a newer Graphics Card that may have issues with TDU2, you will receive a warning that you may need a patch.
    The Installer also verifies you have all the software prerequisites installed, which greatly help to ensure the game runs at it's best.

    Online Updates
    You can check for updates before installing TDU World, which saves you some time once you get started.

    Uninstallation
    The TDU World Uninstaller has also been improved:

    Ability to remove TDU2 Installations:
    If you're removing TDU World and want to also remove TDU2 at the same time, our new uninstaller allows you to do so, making sure no traces are left behind so you can start fresh with a new reinstallation if you choose to do so.

    Keep installed Mods
    We know sometimes, you might want to remove TDU World but keep the mods you installed.
    Our new solution allows you to do this, and it will keel a backup of your mod list so if you choose to reinstall TDU World, you'll find the list as it was, provided you don't modify the game content manually.


    The New and Improved Launcher + Mod Manager

    You waited patiently, and we're pleased to announce you will be waiting no more!

     
    We took the original Launcher and rewrote it from the ground up.
    The rewrite allowed us to bring the following improvements and new features:

    Improved Game Launching:
     No more UpLauncher errors!

    Steam Support: 
    No need to rely on shortcuts. Start TDU2 from Steam and our Launcher will appear

    Improved NAT Detection and Server Status Reporting: 
    No more "Unchecked" errors, means better connectivity!

    Settings:
    You'll find TexMod, Offline Mode and a few other goodies in here.

    Improved Update Support:
    Better Game Update checking, and support for mandatory downloads + updates.

    Mod Manager:
    We've built in an easy to use system for you to manage all TDU2 Mods approved by the TDU World Team.
    Over time as we expand, we'll be looking to bring existing mods from the TDU Community into our ecosystem, so if you've made a mod or know someone who would like their mod included as an option in TDU World, please let the team know and we'll work things out.

    Initially, the following categories are available:

    Mod Packs: 
    Including the TDU World Packs

    Graphics Mods:
    Including the beautiful "Four Seasons" mods by Ramon1991 and much more

    Patches:
    Includes the DXVK and DGVoodoo GPU Compatibility Patches so you can determine which one works best for your setup!




    TDU World Mod Pack

    This release finally brings the long awaited TDU World Mod Pack to the community.

    Produced almost exclusively by Xarlith, the following is now available:

    TDU World Base Pack
    This pack is mandatory, it gets installed by the Launcher on first run and contains the following:

    Bug fixes from the Unofficial Patch inherited
    5 hidden vehicles unlocked (Audi R8, Spyker Aileron, Ford Mustang, Hot Rod, Nissan 370Z Nismo)
    3 reward vehicles added (Maserati Alfieri, Aston Martin DB4 GT Zagato, Koenigsegg CC8S)
    Challenge rewards increased and equalized
    AI difficulty increased
    License tests nerfed
    Real-life vehicle stats and performance
    Better tire dynamics model and hardcore physics

    TDU World Car Pack
    An optional extra but definitely recommended.

    This pack features 18 cars and 1 motorbike from the Unofficial Patch and 20 new vehicles created by various community modders and us.
    The selection of cars is a mix of vehicles of different classes, types and ages.
    Our goal is to finish all incomplete vehicle slots left by the devs and add more vehicles on top of that.
    All vehicles feature:
    High-poly meshes
    Factory body paint and interior color options
    Realistic car stats and performance
    Custom made physics

    As we look to the future, the TDU World Packs will continue to grow based on our vision and the community feedback.
    As always, be sure to check into our Discord Server for more discussions and regular updates.



    Patreon
    A huge thank you to anyone who still continues to pledge as a patron to Team TDU World!
    Without our Patrons, Team TDU World would be in a completely different situation.
    If you can, consider becoming a Patron today to show your support for the team, it helps us to cover the costs of hosting this project and continue expanding to ensure that we can provide the best experience.

    All Patrons get access to “The Quiet Zone” on the TDU World Discord where you can chat to fellow Patrons, have direct chats with Team TDU World, access to the TDU World Alpha including early access to the newest features and TDU World Mod Pack.
    Super and Ultra Fan Tiers also get merchandise, A Sticker and a TDU World T-Shirt as an extra thank you!
     

    Click here to visit our Patreon Page
     
  3. Like
    Xarlith got a reaction from olD in TDU2: Unofficial Patch   
    View File TDU2: Unofficial Patch

    TDU2: Unofficial Patch v0.4.1
    July 01, 2021
    The main goal of this project was to track down and fix many little bugs that were missed by the developers. As the time went by we started adding our own custom content. The patch grew bigger and bigger to the point that UP started to look more like a modpack than a small patch.
    TDU2: UP fixes a lot of car's specific bugs - like Lotus Evora gear ratios, Audi Q7 collapsing into tarmac etc. To preserve vanilla driving feeling and performance my changes to the car's physics were done very conservatively.
    This mod provides easy access to vehicles (through dealerships) which were removed from the final game. The first release of the patch restored to the game all deleted cars (for example Nissan 370z Nismo and HotRod). Future releases provided cars made by our talented modders. All new vehicles have improved physics and balanced performance - player without UP would still have a chance of winning in multiplayer race using only official vehicles from the same segment - do not worry.
    I have spent hundreds of hours preparing this mod. If you want to express your gratitude for my hard work you are welcome to donate.
    Bitcoin (BTC): bc1q2ffyfms87r30kgnz65zvwctyaruhtq2ntczzzq
    Ethereum (ETH): 0x74186a90666e9564D9276a4DA4438B9274C24821
    Thank you for your support and kind words. I really appreciate that.
     
    WARNING!
    If you don't want our mod cars turn into Miami's Mustangs DO NOT run TDU2 without Unofficial Patch. Never ever. If you have to run the game without TDU2UP at least backup your savegame!
     
    Since the version 0.4.1 you are no longer required to unpack the game in order to install the Unofficial Patch.
    Just install the mod to your regular TDU2 directory and play - very easy!
        NEW CONTENT Audi R8 4.2 FSI quattro (by Eden Games) BAC Mono (by StarGT, sound by shadee43) Chevrolet Camaro SS 69' (by StarGT, sound by shadee43) Chevrolet Camaro ZL1 (by StarGT) Chrysler 300C SRT8 (by StarGT) Chrysler 300C SRT8 Police (by StarGT) Dodge Ram SRT-10 (by Nightwolf & StarGT) Ferrari F12berlinetta (by Minime891, sound by Jorgemodek) Ferrari F430 (by Reventon09) Ford Mustang V6 Premium (by Eden Games) Hot Rod (by Eden Games) Jeep Grand Cherokee SRT8 (by StarGT) Kawasaki Ninja ZX-10R (by StarGT) Lamborghini Aventador LP 700-4 (by Minime891, sound by Jorgemodek) Lamborghini Countach 5000QV (by Xarlith) Lamborghini Gallardo LP 570-4 (by Minime891, sound by Jorgemodek) Nissan 370z Nismo (by Eden Games) Nissan R34 GT-R (by Vitality997, sound by shadee43) Saleen S5S Raptor (by StarGT) Saleen S7 Twin Turbo Competition (by StarGT, sound by shadee43) Shelby GT500KR (by StarGT) Spyker C8 Aileron (by Eden Games) Spyker D12 Peking-To-Paris (by StarGT & Eden Games) TVR Cerbera Speed 12 (by StarGT, sound by shadee43) Toyota Supra Twin Turbo Mk4 (by Minime891, sound by Jorgemodek) PNJ Clothes Store - NPC clothes store on O'ahu Polish translation of DLC2 content   CHANGES All vehicles can be repainted All vehicles can be stickered New vehicle plates (by fussel) Future-proof overhaul of all dealerships content (to make space for new cars) Reduced humongous 1,500$ carwash fee to reasonable 20$ Vehicles sell price reduced by 20% Million Dollar reward for winning a multiplayer race around O'ahu 750k $ reward for winning a multiplayer race around Ibiza 40k $ rewards for winning Cup challenges Loud intro movie was disabled   FIXED BUGS    
    KNOWN BUGS
      If you want to publish this modification to another site please contact me before!
      Submitter Xarlith Submitted 08/19/2020 Category Tools / Others  
  4. Like
    Xarlith reacted to alantay11 in TDU2: Unofficial Patch   
    Not really directly related to the patch, but I've had a save that has had a glitch with the discovery achievement for finding 3 wrecks in Hawaii area 1 for years, anyone know how to fix that? I tried this patch to see if it'd somehow fix it but doesn't seem like I'm that lucky.  It knows I've discovered all of them since it says 3/3, but the checkbox isn't filled so my score isn't full either.
    Edit: I was able to edit it using artmoney so it's now checked, and Discovery is 14500/14500, but the game didn't consider it a level up. Guess I'm cursed to not max out Discovery. Not much desire to replay the entire game just to get that fixed, especially since I had some social levels on this profile too.
    Anyway, it was fun seeing the new cars in the patch, made grinding out the roads and events more enjoyable.
  5. Like
    Xarlith reacted to GamerJean2031 in TDU2: Unofficial Patch   
    Works perfectly!! Huge thanks to you and the mod team(s)!! You're all legends!
  6. Thanks
    Xarlith got a reaction from GamerJean2031 in TDU2: Unofficial Patch   
    @GamerJean2031
    TDUW installer should install DLC2 update if you clicked that you do not have it.
    If you didn't click - install DLC2 update by yourself.
    Unofficial Patch is a patch/mod for the latest official version of TDU2. If you play with older version, then no wonder you can't use bikes and exploration UI is bugged. Install DLC2.
     
  7. Thanks
    Xarlith got a reaction from GamerJean2021 in TDU2: Unofficial Patch   
    View File TDU2: Unofficial Patch

    TDU2: Unofficial Patch v0.4.1
    July 01, 2021
    The main goal of this project was to track down and fix many little bugs that were missed by the developers. As the time went by we started adding our own custom content. The patch grew bigger and bigger to the point that UP started to look more like a modpack than a small patch.
    TDU2: UP fixes a lot of car's specific bugs - like Lotus Evora gear ratios, Audi Q7 collapsing into tarmac etc. To preserve vanilla driving feeling and performance my changes to the car's physics were done very conservatively.
    This mod provides easy access to vehicles (through dealerships) which were removed from the final game. The first release of the patch restored to the game all deleted cars (for example Nissan 370z Nismo and HotRod). Future releases provided cars made by our talented modders. All new vehicles have improved physics and balanced performance - player without UP would still have a chance of winning in multiplayer race using only official vehicles from the same segment - do not worry.
    I have spent hundreds of hours preparing this mod. If you want to express your gratitude for my hard work you are welcome to donate.
    Bitcoin (BTC): bc1q2ffyfms87r30kgnz65zvwctyaruhtq2ntczzzq
    Ethereum (ETH): 0x74186a90666e9564D9276a4DA4438B9274C24821
    Thank you for your support and kind words. I really appreciate that.
     
    WARNING!
    If you don't want our mod cars turn into Miami's Mustangs DO NOT run TDU2 without Unofficial Patch. Never ever. If you have to run the game without TDU2UP at least backup your savegame!
     
    Since the version 0.4.1 you are no longer required to unpack the game in order to install the Unofficial Patch.
    Just install the mod to your regular TDU2 directory and play - very easy!
        NEW CONTENT Audi R8 4.2 FSI quattro (by Eden Games) BAC Mono (by StarGT, sound by shadee43) Chevrolet Camaro SS 69' (by StarGT, sound by shadee43) Chevrolet Camaro ZL1 (by StarGT) Chrysler 300C SRT8 (by StarGT) Chrysler 300C SRT8 Police (by StarGT) Dodge Ram SRT-10 (by Nightwolf & StarGT) Ferrari F12berlinetta (by Minime891, sound by Jorgemodek) Ferrari F430 (by Reventon09) Ford Mustang V6 Premium (by Eden Games) Hot Rod (by Eden Games) Jeep Grand Cherokee SRT8 (by StarGT) Kawasaki Ninja ZX-10R (by StarGT) Lamborghini Aventador LP 700-4 (by Minime891, sound by Jorgemodek) Lamborghini Countach 5000QV (by Xarlith) Lamborghini Gallardo LP 570-4 (by Minime891, sound by Jorgemodek) Nissan 370z Nismo (by Eden Games) Nissan R34 GT-R (by Vitality997, sound by shadee43) Saleen S5S Raptor (by StarGT) Saleen S7 Twin Turbo Competition (by StarGT, sound by shadee43) Shelby GT500KR (by StarGT) Spyker C8 Aileron (by Eden Games) Spyker D12 Peking-To-Paris (by StarGT & Eden Games) TVR Cerbera Speed 12 (by StarGT, sound by shadee43) Toyota Supra Twin Turbo Mk4 (by Minime891, sound by Jorgemodek) PNJ Clothes Store - NPC clothes store on O'ahu Polish translation of DLC2 content   CHANGES All vehicles can be repainted All vehicles can be stickered New vehicle plates (by fussel) Future-proof overhaul of all dealerships content (to make space for new cars) Reduced humongous 1,500$ carwash fee to reasonable 20$ Vehicles sell price reduced by 20% Million Dollar reward for winning a multiplayer race around O'ahu 750k $ reward for winning a multiplayer race around Ibiza 40k $ rewards for winning Cup challenges Loud intro movie was disabled   FIXED BUGS    
    KNOWN BUGS
      If you want to publish this modification to another site please contact me before!
      Submitter Xarlith Submitted 08/19/2020 Category Tools / Others  
  8. Like
    Xarlith got a reaction from Dvaedfug in TDU2: Unofficial Patch   
    View File TDU2: Unofficial Patch

    TDU2: Unofficial Patch v0.4.1
    July 01, 2021
    The main goal of this project was to track down and fix many little bugs that were missed by the developers. As the time went by we started adding our own custom content. The patch grew bigger and bigger to the point that UP started to look more like a modpack than a small patch.
    TDU2: UP fixes a lot of car's specific bugs - like Lotus Evora gear ratios, Audi Q7 collapsing into tarmac etc. To preserve vanilla driving feeling and performance my changes to the car's physics were done very conservatively.
    This mod provides easy access to vehicles (through dealerships) which were removed from the final game. The first release of the patch restored to the game all deleted cars (for example Nissan 370z Nismo and HotRod). Future releases provided cars made by our talented modders. All new vehicles have improved physics and balanced performance - player without UP would still have a chance of winning in multiplayer race using only official vehicles from the same segment - do not worry.
    I have spent hundreds of hours preparing this mod. If you want to express your gratitude for my hard work you are welcome to donate.
    Bitcoin (BTC): bc1q2ffyfms87r30kgnz65zvwctyaruhtq2ntczzzq
    Ethereum (ETH): 0x74186a90666e9564D9276a4DA4438B9274C24821
    Thank you for your support and kind words. I really appreciate that.
     
    WARNING!
    If you don't want our mod cars turn into Miami's Mustangs DO NOT run TDU2 without Unofficial Patch. Never ever. If you have to run the game without TDU2UP at least backup your savegame!
     
    Since the version 0.4.1 you are no longer required to unpack the game in order to install the Unofficial Patch.
    Just install the mod to your regular TDU2 directory and play - very easy!
        NEW CONTENT Audi R8 4.2 FSI quattro (by Eden Games) BAC Mono (by StarGT, sound by shadee43) Chevrolet Camaro SS 69' (by StarGT, sound by shadee43) Chevrolet Camaro ZL1 (by StarGT) Chrysler 300C SRT8 (by StarGT) Chrysler 300C SRT8 Police (by StarGT) Dodge Ram SRT-10 (by Nightwolf & StarGT) Ferrari F12berlinetta (by Minime891, sound by Jorgemodek) Ferrari F430 (by Reventon09) Ford Mustang V6 Premium (by Eden Games) Hot Rod (by Eden Games) Jeep Grand Cherokee SRT8 (by StarGT) Kawasaki Ninja ZX-10R (by StarGT) Lamborghini Aventador LP 700-4 (by Minime891, sound by Jorgemodek) Lamborghini Countach 5000QV (by Xarlith) Lamborghini Gallardo LP 570-4 (by Minime891, sound by Jorgemodek) Nissan 370z Nismo (by Eden Games) Nissan R34 GT-R (by Vitality997, sound by shadee43) Saleen S5S Raptor (by StarGT) Saleen S7 Twin Turbo Competition (by StarGT, sound by shadee43) Shelby GT500KR (by StarGT) Spyker C8 Aileron (by Eden Games) Spyker D12 Peking-To-Paris (by StarGT & Eden Games) TVR Cerbera Speed 12 (by StarGT, sound by shadee43) Toyota Supra Twin Turbo Mk4 (by Minime891, sound by Jorgemodek) PNJ Clothes Store - NPC clothes store on O'ahu Polish translation of DLC2 content   CHANGES All vehicles can be repainted All vehicles can be stickered New vehicle plates (by fussel) Future-proof overhaul of all dealerships content (to make space for new cars) Reduced humongous 1,500$ carwash fee to reasonable 20$ Vehicles sell price reduced by 20% Million Dollar reward for winning a multiplayer race around O'ahu 750k $ reward for winning a multiplayer race around Ibiza 40k $ rewards for winning Cup challenges Loud intro movie was disabled   FIXED BUGS    
    KNOWN BUGS
      If you want to publish this modification to another site please contact me before!
      Submitter Xarlith Submitted 08/19/2020 Category Tools / Others  
  9. Like
    Xarlith got a reaction from andyaceace112 in TDU2: Unofficial Patch   
    View File TDU2: Unofficial Patch

    TDU2: Unofficial Patch v0.4.1
    July 01, 2021
    The main goal of this project was to track down and fix many little bugs that were missed by the developers. As the time went by we started adding our own custom content. The patch grew bigger and bigger to the point that UP started to look more like a modpack than a small patch.
    TDU2: UP fixes a lot of car's specific bugs - like Lotus Evora gear ratios, Audi Q7 collapsing into tarmac etc. To preserve vanilla driving feeling and performance my changes to the car's physics were done very conservatively.
    This mod provides easy access to vehicles (through dealerships) which were removed from the final game. The first release of the patch restored to the game all deleted cars (for example Nissan 370z Nismo and HotRod). Future releases provided cars made by our talented modders. All new vehicles have improved physics and balanced performance - player without UP would still have a chance of winning in multiplayer race using only official vehicles from the same segment - do not worry.
    I have spent hundreds of hours preparing this mod. If you want to express your gratitude for my hard work you are welcome to donate.
    Bitcoin (BTC): bc1q2ffyfms87r30kgnz65zvwctyaruhtq2ntczzzq
    Ethereum (ETH): 0x74186a90666e9564D9276a4DA4438B9274C24821
    Thank you for your support and kind words. I really appreciate that.
     
    WARNING!
    If you don't want our mod cars turn into Miami's Mustangs DO NOT run TDU2 without Unofficial Patch. Never ever. If you have to run the game without TDU2UP at least backup your savegame!
     
    Since the version 0.4.1 you are no longer required to unpack the game in order to install the Unofficial Patch.
    Just install the mod to your regular TDU2 directory and play - very easy!
        NEW CONTENT Audi R8 4.2 FSI quattro (by Eden Games) BAC Mono (by StarGT, sound by shadee43) Chevrolet Camaro SS 69' (by StarGT, sound by shadee43) Chevrolet Camaro ZL1 (by StarGT) Chrysler 300C SRT8 (by StarGT) Chrysler 300C SRT8 Police (by StarGT) Dodge Ram SRT-10 (by Nightwolf & StarGT) Ferrari F12berlinetta (by Minime891, sound by Jorgemodek) Ferrari F430 (by Reventon09) Ford Mustang V6 Premium (by Eden Games) Hot Rod (by Eden Games) Jeep Grand Cherokee SRT8 (by StarGT) Kawasaki Ninja ZX-10R (by StarGT) Lamborghini Aventador LP 700-4 (by Minime891, sound by Jorgemodek) Lamborghini Countach 5000QV (by Xarlith) Lamborghini Gallardo LP 570-4 (by Minime891, sound by Jorgemodek) Nissan 370z Nismo (by Eden Games) Nissan R34 GT-R (by Vitality997, sound by shadee43) Saleen S5S Raptor (by StarGT) Saleen S7 Twin Turbo Competition (by StarGT, sound by shadee43) Shelby GT500KR (by StarGT) Spyker C8 Aileron (by Eden Games) Spyker D12 Peking-To-Paris (by StarGT & Eden Games) TVR Cerbera Speed 12 (by StarGT, sound by shadee43) Toyota Supra Twin Turbo Mk4 (by Minime891, sound by Jorgemodek) PNJ Clothes Store - NPC clothes store on O'ahu Polish translation of DLC2 content   CHANGES All vehicles can be repainted All vehicles can be stickered New vehicle plates (by fussel) Future-proof overhaul of all dealerships content (to make space for new cars) Reduced humongous 1,500$ carwash fee to reasonable 20$ Vehicles sell price reduced by 20% Million Dollar reward for winning a multiplayer race around O'ahu 750k $ reward for winning a multiplayer race around Ibiza 40k $ rewards for winning Cup challenges Loud intro movie was disabled   FIXED BUGS    
    KNOWN BUGS
      If you want to publish this modification to another site please contact me before!
      Submitter Xarlith Submitted 08/19/2020 Category Tools / Others  
  10. Like
    Xarlith got a reaction from YSSRDZ in TDU2: Unofficial Patch   
    UP is based on TDU2 v034 DLC2. I highly recommend to download and install the updates. However, during my tests, I was able to pass the boot screen and launch the non updated game. It crashed when I tried to access DLC2 content (bike dealership) which is normal.
    Game was sold in several language versions, the russian one differs the most - maybe it has to be updated. Let us know how you solved it.
  11. Like
    Xarlith got a reaction from chumwum753 in How to change wheel size in my mod   
    Just wanted to make all sure.
     
    Tire shader exports pink, but to make fully compatible rims we need only [Default_A] shader without messing anything with Tire.
  12. Thanks
    Xarlith got a reaction from JagHond in TDU2: Unofficial Patch   
    View File TDU2: Unofficial Patch

    TDU2: Unofficial Patch v0.4.1
    July 01, 2021
    The main goal of this project was to track down and fix many little bugs that were missed by the developers. As the time went by we started adding our own custom content. The patch grew bigger and bigger to the point that UP started to look more like a modpack than a small patch.
    TDU2: UP fixes a lot of car's specific bugs - like Lotus Evora gear ratios, Audi Q7 collapsing into tarmac etc. To preserve vanilla driving feeling and performance my changes to the car's physics were done very conservatively.
    This mod provides easy access to vehicles (through dealerships) which were removed from the final game. The first release of the patch restored to the game all deleted cars (for example Nissan 370z Nismo and HotRod). Future releases provided cars made by our talented modders. All new vehicles have improved physics and balanced performance - player without UP would still have a chance of winning in multiplayer race using only official vehicles from the same segment - do not worry.
    I have spent hundreds of hours preparing this mod. If you want to express your gratitude for my hard work you are welcome to donate.
    Bitcoin (BTC): bc1q2ffyfms87r30kgnz65zvwctyaruhtq2ntczzzq
    Ethereum (ETH): 0x74186a90666e9564D9276a4DA4438B9274C24821
    Thank you for your support and kind words. I really appreciate that.
     
    WARNING!
    If you don't want our mod cars turn into Miami's Mustangs DO NOT run TDU2 without Unofficial Patch. Never ever. If you have to run the game without TDU2UP at least backup your savegame!
     
    Since the version 0.4.1 you are no longer required to unpack the game in order to install the Unofficial Patch.
    Just install the mod to your regular TDU2 directory and play - very easy!
        NEW CONTENT Audi R8 4.2 FSI quattro (by Eden Games) BAC Mono (by StarGT, sound by shadee43) Chevrolet Camaro SS 69' (by StarGT, sound by shadee43) Chevrolet Camaro ZL1 (by StarGT) Chrysler 300C SRT8 (by StarGT) Chrysler 300C SRT8 Police (by StarGT) Dodge Ram SRT-10 (by Nightwolf & StarGT) Ferrari F12berlinetta (by Minime891, sound by Jorgemodek) Ferrari F430 (by Reventon09) Ford Mustang V6 Premium (by Eden Games) Hot Rod (by Eden Games) Jeep Grand Cherokee SRT8 (by StarGT) Kawasaki Ninja ZX-10R (by StarGT) Lamborghini Aventador LP 700-4 (by Minime891, sound by Jorgemodek) Lamborghini Countach 5000QV (by Xarlith) Lamborghini Gallardo LP 570-4 (by Minime891, sound by Jorgemodek) Nissan 370z Nismo (by Eden Games) Nissan R34 GT-R (by Vitality997, sound by shadee43) Saleen S5S Raptor (by StarGT) Saleen S7 Twin Turbo Competition (by StarGT, sound by shadee43) Shelby GT500KR (by StarGT) Spyker C8 Aileron (by Eden Games) Spyker D12 Peking-To-Paris (by StarGT & Eden Games) TVR Cerbera Speed 12 (by StarGT, sound by shadee43) Toyota Supra Twin Turbo Mk4 (by Minime891, sound by Jorgemodek) PNJ Clothes Store - NPC clothes store on O'ahu Polish translation of DLC2 content   CHANGES All vehicles can be repainted All vehicles can be stickered New vehicle plates (by fussel) Future-proof overhaul of all dealerships content (to make space for new cars) Reduced humongous 1,500$ carwash fee to reasonable 20$ Vehicles sell price reduced by 20% Million Dollar reward for winning a multiplayer race around O'ahu 750k $ reward for winning a multiplayer race around Ibiza 40k $ rewards for winning Cup challenges Loud intro movie was disabled   FIXED BUGS    
    KNOWN BUGS
      If you want to publish this modification to another site please contact me before!
      Submitter Xarlith Submitted 08/19/2020 Category Tools / Others  
  13. Like
    Xarlith reacted to Dawek in TDU2: Unofficial Patch   
    So I reinstalled the game and unfortunately it still crashes. 

    Could having the game installed in non-default folder (I have separate disk for games) cause any issues?

    Here are screenshots of the main folder after reinstall.


  14. Thanks
    Xarlith got a reaction from JagHond in TDU2: Unofficial Patch   
    World server is offline. Probably the app has crashed or hosting went down. Someone who has the keys needs to log in and restart. Patience.
  15. Like
    Xarlith got a reaction from JagHond in TDU2: Unofficial Patch   
    Thank you for the feedback.
    As much as I would like to make all Ferrari geeks happy I couldn't make them tunable. To be able to play on official servers without being 'a cheater' in the eyes of other players this mod was created with the vanilla game balance in mind. Ability to tune Ferraris would be unfair to other non-UP online players. For example one of the best A2 cars, Ferrari 458 Italia, when tuned is outperforming all A2 and some A1 cars.
    The temptation to 'fix' all the performance inacurattness in the game has always been strong but for the mentioned reason UP never crossed that line.
    Since TDUW provides their own online service their future modpack could take much more liberal approach to the tuning and performance balance of all the cars in the game.
  16. Like
    Xarlith got a reaction from Eudemon in TDU2: Unofficial Patch   
    Thank you for the feedback.
    As much as I would like to make all Ferrari geeks happy I couldn't make them tunable. To be able to play on official servers without being 'a cheater' in the eyes of other players this mod was created with the vanilla game balance in mind. Ability to tune Ferraris would be unfair to other non-UP online players. For example one of the best A2 cars, Ferrari 458 Italia, when tuned is outperforming all A2 and some A1 cars.
    The temptation to 'fix' all the performance inacurattness in the game has always been strong but for the mentioned reason UP never crossed that line.
    Since TDUW provides their own online service their future modpack could take much more liberal approach to the tuning and performance balance of all the cars in the game.
  17. Like
    Xarlith got a reaction from Sayidov in TDU2: Unofficial Patch   
    It is a long time since I wrote here my last post.

    Guys! I have updated the Unofficial Patch but do not expect anything spectacular - no new content, just the previously unreleased stuff from the days when I was working on now abandoned 0.5 version of the patch. Some of the files waited on my PC for YEARS! Hopefully new content will be soon released in the upcomming TDUW Modpack 🙂.

    If so, why releasing the update after so long time? Well, the main change is behind the curtain. UP is now packed in .big format, so you are no longer required to unpack the game. Packed format is mandatory to be able to play with Unofficial Patch installed on TDUW Online server. Furthermore packed mod means that there is less space for user errors. It is a win-win situation. Of course, if you are adventorous enough feel free to play unpacked.

    Please report if you found content that was in v0.4 but is missing in this one. This is the first release of such big packed mod. I couldn't find errors but I can't promise there aren't any.
     
  18. Like
    Xarlith got a reaction from Djey in TDU2: Unofficial Patch   
    It is a long time since I wrote here my last post.

    Guys! I have updated the Unofficial Patch but do not expect anything spectacular - no new content, just the previously unreleased stuff from the days when I was working on now abandoned 0.5 version of the patch. Some of the files waited on my PC for YEARS! Hopefully new content will be soon released in the upcomming TDUW Modpack 🙂.

    If so, why releasing the update after so long time? Well, the main change is behind the curtain. UP is now packed in .big format, so you are no longer required to unpack the game. Packed format is mandatory to be able to play with Unofficial Patch installed on TDUW Online server. Furthermore packed mod means that there is less space for user errors. It is a win-win situation. Of course, if you are adventorous enough feel free to play unpacked.

    Please report if you found content that was in v0.4 but is missing in this one. This is the first release of such big packed mod. I couldn't find errors but I can't promise there aren't any.
     
  19. Like
    Xarlith got a reaction from binbow in TDU2: Unofficial Patch   
    It is a long time since I wrote here my last post.

    Guys! I have updated the Unofficial Patch but do not expect anything spectacular - no new content, just the previously unreleased stuff from the days when I was working on now abandoned 0.5 version of the patch. Some of the files waited on my PC for YEARS! Hopefully new content will be soon released in the upcomming TDUW Modpack 🙂.

    If so, why releasing the update after so long time? Well, the main change is behind the curtain. UP is now packed in .big format, so you are no longer required to unpack the game. Packed format is mandatory to be able to play with Unofficial Patch installed on TDUW Online server. Furthermore packed mod means that there is less space for user errors. It is a win-win situation. Of course, if you are adventorous enough feel free to play unpacked.

    Please report if you found content that was in v0.4 but is missing in this one. This is the first release of such big packed mod. I couldn't find errors but I can't promise there aren't any.
     
  20. Like
    Xarlith reacted to Kikwik in TDU2: Unofficial Patch   
    Despite the fact that the original modders are gone away from a long time ago (I suppose), I wanted to thank you for the work, love and dedication to patch this game and make it more complete, more enjoyable for us.
    What I like the most from this mod is that it focus on bugfixes and to complete unfinished cars already ingame, instead of adding new ones and replacing old ones, keeping the original experience and completing it like the devs would do.
    That's why I don't download the autopack mods. I want to discover the original roster of cars from this specific era instead of having very modern and lot of hypercars. I don't denigrate the work of the autopack mods, as some modders worked on this unofficial patch and made a wonderful work bringing those cars into TDU 2. It's only my own preferences.
    Also it's a shame that the development of this unofficial patch was stopped years ago, because it would be worth it to continue.
    But with the new TDU Solar Crown coming soon, it's ok. 😋 So thanks again, really love this game and this rewarding exploration and cruising, sim experience that no other games have reached yet.
  21. Like
    Xarlith got a reaction from Courius in TDU2: Unofficial Patch   
    It is a long time since I wrote here my last post.

    Guys! I have updated the Unofficial Patch but do not expect anything spectacular - no new content, just the previously unreleased stuff from the days when I was working on now abandoned 0.5 version of the patch. Some of the files waited on my PC for YEARS! Hopefully new content will be soon released in the upcomming TDUW Modpack 🙂.

    If so, why releasing the update after so long time? Well, the main change is behind the curtain. UP is now packed in .big format, so you are no longer required to unpack the game. Packed format is mandatory to be able to play with Unofficial Patch installed on TDUW Online server. Furthermore packed mod means that there is less space for user errors. It is a win-win situation. Of course, if you are adventorous enough feel free to play unpacked.

    Please report if you found content that was in v0.4 but is missing in this one. This is the first release of such big packed mod. I couldn't find errors but I can't promise there aren't any.
     
  22. Thanks
    Xarlith got a reaction from MagicV8 in TDU2: Unofficial Patch   
    View File TDU2: Unofficial Patch

    TDU2: Unofficial Patch v0.4.1
    July 01, 2021
    The main goal of this project was to track down and fix many little bugs that were missed by the developers. As the time went by we started adding our own custom content. The patch grew bigger and bigger to the point that UP started to look more like a modpack than a small patch.
    TDU2: UP fixes a lot of car's specific bugs - like Lotus Evora gear ratios, Audi Q7 collapsing into tarmac etc. To preserve vanilla driving feeling and performance my changes to the car's physics were done very conservatively.
    This mod provides easy access to vehicles (through dealerships) which were removed from the final game. The first release of the patch restored to the game all deleted cars (for example Nissan 370z Nismo and HotRod). Future releases provided cars made by our talented modders. All new vehicles have improved physics and balanced performance - player without UP would still have a chance of winning in multiplayer race using only official vehicles from the same segment - do not worry.
    I have spent hundreds of hours preparing this mod. If you want to express your gratitude for my hard work you are welcome to donate.
    Bitcoin (BTC): bc1q2ffyfms87r30kgnz65zvwctyaruhtq2ntczzzq
    Ethereum (ETH): 0x74186a90666e9564D9276a4DA4438B9274C24821
    Thank you for your support and kind words. I really appreciate that.
     
    WARNING!
    If you don't want our mod cars turn into Miami's Mustangs DO NOT run TDU2 without Unofficial Patch. Never ever. If you have to run the game without TDU2UP at least backup your savegame!
     
    Since the version 0.4.1 you are no longer required to unpack the game in order to install the Unofficial Patch.
    Just install the mod to your regular TDU2 directory and play - very easy!
        NEW CONTENT Audi R8 4.2 FSI quattro (by Eden Games) BAC Mono (by StarGT, sound by shadee43) Chevrolet Camaro SS 69' (by StarGT, sound by shadee43) Chevrolet Camaro ZL1 (by StarGT) Chrysler 300C SRT8 (by StarGT) Chrysler 300C SRT8 Police (by StarGT) Dodge Ram SRT-10 (by Nightwolf & StarGT) Ferrari F12berlinetta (by Minime891, sound by Jorgemodek) Ferrari F430 (by Reventon09) Ford Mustang V6 Premium (by Eden Games) Hot Rod (by Eden Games) Jeep Grand Cherokee SRT8 (by StarGT) Kawasaki Ninja ZX-10R (by StarGT) Lamborghini Aventador LP 700-4 (by Minime891, sound by Jorgemodek) Lamborghini Countach 5000QV (by Xarlith) Lamborghini Gallardo LP 570-4 (by Minime891, sound by Jorgemodek) Nissan 370z Nismo (by Eden Games) Nissan R34 GT-R (by Vitality997, sound by shadee43) Saleen S5S Raptor (by StarGT) Saleen S7 Twin Turbo Competition (by StarGT, sound by shadee43) Shelby GT500KR (by StarGT) Spyker C8 Aileron (by Eden Games) Spyker D12 Peking-To-Paris (by StarGT & Eden Games) TVR Cerbera Speed 12 (by StarGT, sound by shadee43) Toyota Supra Twin Turbo Mk4 (by Minime891, sound by Jorgemodek) PNJ Clothes Store - NPC clothes store on O'ahu Polish translation of DLC2 content   CHANGES All vehicles can be repainted All vehicles can be stickered New vehicle plates (by fussel) Future-proof overhaul of all dealerships content (to make space for new cars) Reduced humongous 1,500$ carwash fee to reasonable 20$ Vehicles sell price reduced by 20% Million Dollar reward for winning a multiplayer race around O'ahu 750k $ reward for winning a multiplayer race around Ibiza 40k $ rewards for winning Cup challenges Loud intro movie was disabled   FIXED BUGS    
    KNOWN BUGS
      If you want to publish this modification to another site please contact me before!
      Submitter Xarlith Submitted 08/19/2020 Category Tools / Others  
  23. Like
    Xarlith got a reaction from MagicV8 in TDU2: Unofficial Patch   
    It is a long time since I wrote here my last post.

    Guys! I have updated the Unofficial Patch but do not expect anything spectacular - no new content, just the previously unreleased stuff from the days when I was working on now abandoned 0.5 version of the patch. Some of the files waited on my PC for YEARS! Hopefully new content will be soon released in the upcomming TDUW Modpack 🙂.

    If so, why releasing the update after so long time? Well, the main change is behind the curtain. UP is now packed in .big format, so you are no longer required to unpack the game. Packed format is mandatory to be able to play with Unofficial Patch installed on TDUW Online server. Furthermore packed mod means that there is less space for user errors. It is a win-win situation. Of course, if you are adventorous enough feel free to play unpacked.

    Please report if you found content that was in v0.4 but is missing in this one. This is the first release of such big packed mod. I couldn't find errors but I can't promise there aren't any.
     
  24. Like
    Xarlith reacted to Eudemon in TDU2: Unofficial Patch   
    welcome back and thanks for the awesome work @Xarlith
  25. Like
    Xarlith got a reaction from Eudemon in TDU2: Unofficial Patch   
    It is a long time since I wrote here my last post.

    Guys! I have updated the Unofficial Patch but do not expect anything spectacular - no new content, just the previously unreleased stuff from the days when I was working on now abandoned 0.5 version of the patch. Some of the files waited on my PC for YEARS! Hopefully new content will be soon released in the upcomming TDUW Modpack 🙂.

    If so, why releasing the update after so long time? Well, the main change is behind the curtain. UP is now packed in .big format, so you are no longer required to unpack the game. Packed format is mandatory to be able to play with Unofficial Patch installed on TDUW Online server. Furthermore packed mod means that there is less space for user errors. It is a win-win situation. Of course, if you are adventorous enough feel free to play unpacked.

    Please report if you found content that was in v0.4 but is missing in this one. This is the first release of such big packed mod. I couldn't find errors but I can't promise there aren't any.
     
×
×
  • Create New...