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.

Ztryka531

Modders
  • Posts

    190
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Ztryka531

  1. Hello, I've been using TDUF for quite some time now but there's a problem recently, even if I reinstall java, it still persists, I get this message in cmd: ...Starting Database Editor... Java version "1.8.0_211" Java(TM) SE Runtime Environment (build 1.8.0_211-b12) Java HotSpot(TM) 64-Bit Server VM (build 25.211-b12, mixed mode) Editor failed, can't continue. Changes won't be applied. Please check DatabaseEditor.log in logs directory for details. Press any key to continue . . . This is the log: Exception in Application start method Exception in thread "JavaFX Application Thread" java.lang.NullPointerException at fr.tduf.gui.common.javafx.application.AbstractGuiController.getWindow(AbstractGuiController.java:45) at fr.tduf.gui.database.stages.ResourcesDesigner.lambda$init$0(ResourcesDesigner.java:29) at com.sun.javafx.application.PlatformImpl.lambda$null$177(PlatformImpl.java:295) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.application.PlatformImpl.lambda$runLater$178(PlatformImpl.java:294) at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95) at com.sun.glass.ui.win.WinApplication._runLoop(Native Method) at com.sun.glass.ui.win.WinApplication.lambda$null$152(WinApplication.java:177) at java.lang.Thread.run(Unknown Source) Exception in thread "JavaFX Application Thread" java.lang.NullPointerException at fr.tduf.gui.common.javafx.application.AbstractGuiController.getWindow(AbstractGuiController.java:45) at fr.tduf.gui.database.stages.EntriesDesigner.lambda$init$0(EntriesDesigner.java:30) at com.sun.javafx.application.PlatformImpl.lambda$null$177(PlatformImpl.java:295) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.application.PlatformImpl.lambda$runLater$178(PlatformImpl.java:294) at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95) at com.sun.glass.ui.win.WinApplication._runLoop(Native Method) at com.sun.glass.ui.win.WinApplication.lambda$null$152(WinApplication.java:177) at java.lang.Thread.run(Unknown Source) Exception in thread "JavaFX Application Thread" java.lang.NullPointerException at fr.tduf.gui.common.javafx.application.AbstractGuiController.getWindow(AbstractGuiController.java:45) at fr.tduf.gui.database.stages.FieldsBrowserDesigner.lambda$init$0(FieldsBrowserDesigner.java:30) at com.sun.javafx.application.PlatformImpl.lambda$null$177(PlatformImpl.java:295) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.application.PlatformImpl.lambda$runLater$178(PlatformImpl.java:294) at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95) at com.sun.glass.ui.win.WinApplication._runLoop(Native Method) at com.sun.glass.ui.win.WinApplication.lambda$null$152(WinApplication.java:177) at java.lang.Thread.run(Unknown Source) java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:389) at com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:328) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at sun.launcher.LauncherHelper$FXHelper.main(Unknown Source) Caused by: java.lang.RuntimeException: Exception in Application start method at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:917) at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$159(LauncherImpl.java:182) at java.lang.Thread.run(Unknown Source) Caused by: javafx.fxml.LoadException: file:/C:/Users/user/Downloads/TDUF/tools/lib/tduf.jar!/gui-database/designer/MainDesigner.fxml at javafx.fxml.FXMLLoader.constructLoadException(FXMLLoader.java:2601) at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2579) at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2441) at javafx.fxml.FXMLLoader.load(FXMLLoader.java:2409) at fr.tduf.gui.database.stages.MainStageDesigner.init(MainStageDesigner.java:26) at fr.tduf.gui.database.DatabaseEditor.startApp(DatabaseEditor.java:14) at fr.tduf.gui.common.javafx.application.AbstractGuiApp.start(AbstractGuiApp.java:29) at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$166(LauncherImpl.java:863) at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$179(PlatformImpl.java:326) at com.sun.javafx.application.PlatformImpl.lambda$null$177(PlatformImpl.java:295) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.application.PlatformImpl.lambda$runLater$178(PlatformImpl.java:294) at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95) at com.sun.glass.ui.win.WinApplication._runLoop(Native Method) at com.sun.glass.ui.win.WinApplication.lambda$null$152(WinApplication.java:177) ... 1 more Caused by: java.nio.file.InvalidPathException: Trailing char < > at index 0: at sun.nio.fs.WindowsPathParser.normalize(Unknown Source) at sun.nio.fs.WindowsPathParser.parse(Unknown Source) at sun.nio.fs.WindowsPathParser.parse(Unknown Source) at sun.nio.fs.WindowsPath.parse(Unknown Source) at sun.nio.fs.WindowsFileSystem.getPath(Unknown Source) at java.nio.file.Paths.get(Unknown Source) at fr.tduf.libunlimited.common.configuration.ApplicationConfiguration.lambda$getPathProperty$2(ApplicationConfiguration.java:161) at java.util.Optional.map(Unknown Source) at fr.tduf.libunlimited.common.configuration.ApplicationConfiguration.getPathProperty(ApplicationConfiguration.java:161) at fr.tduf.libunlimited.common.configuration.ApplicationConfiguration.getDatabasePath(ApplicationConfiguration.java:35) at fr.tduf.gui.database.controllers.MainStageViewDataController.resolveInitialDatabaseDirectory(MainStageViewDataController.java:422) at fr.tduf.gui.database.controllers.MainStageController.init(MainStageController.java:144) at fr.tduf.gui.common.javafx.application.AbstractGuiController.initialize(AbstractGuiController.java:30) at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2548) ... 14 more Exception running application fr.tduf.gui.database.DatabaseEditor Somehow this is too technical for me to understand, please help explain it for me, and how to fix it?
    Very nice replacement. I might also help add another variety like this one from other racing games.
  2. Update 1.0.1: Birthday Special Update (May 31, 2019): - One Radio Station added (now also included in the files for download) Update 1.0.2: School Time Update (June 8, 2019) - New songs for the Radio Station mentioned above. (now also included in the files for download) This download link is for those who already downloaded the previous file (so you will not download the large zip file again): http://www.mediafire.com/file/4x1a8r2sx75w8j1/Update_1.0.2.rar/file Always read the readme file before doing anything! Peace out and happy listening! --- Ztryka ---
  3. Hello again, this is Ztryka and I present to you my next mod for Test Drive Unlimited: The Immersive Radio Stations & Driving Games Soundtrack (DGST) Music Mod Pack introduces new radio stations based on real life O’ahu, Hawaii stations, including station IDs, call signs and station names, that plays along with songs based on other driving and racing games aside from TDU (excludes one station which more than half of the songs are based on real life top hit songs list of the decades). The idea of the mod is to bring the real life radio stations to Test Drive Unlimited gameplay and create an immersion of reality while driving around the island of O’ahu. Guide to Install the Music Mod for TDU: 1. Extract the files from the Zip file. 2. Open Test Drive Unlimited, then copy the folder "Euro". 3. Paste the folder to C : > (Your folder location of) Test Drive Unlimited (For example, in my case C : > Games > Test Drive Unlimited) 4. Press Yes if asked to replace the files. (BACKUP YOUR FILES BEFORE DOING THIS!!!) 5. Look into "For User Radio:" instructions below. For User Radio: 6. Go to Test Drive Unlimited > Euro > Radio. 7. Cut the folders "User Radio 1" to "User Radio 4". 8. Paste the folders to Documents > Test Drive Unlimited > savegame > "Your Profile Name" (in my case, ZtrykaTDU, for example) > Radio (create the folder of the same name if there is none) 9. Play TDU, Continue Game, Exit House and Enjoy! For more information regarding the music files, check the other files that included in the Zip File: * Description doc * Description pdf * New Stations List txt * In-Game Tracklist txt Download Link: Mediafire Mirror Download Link Available: http://www.mediafire.com/file/78u46kzetgc19b9/TDU_Immersive_Radio_Stations_%26_DGST_Music_Mod_Complete_Pack_Files.rar/file Stock TDU Music Files: Vanilla: http://www.mediafire.com/file/6cvcie59cf97fyx/TDU_Vanilla_Music_Files.rar/file Platinum: http://www.mediafire.com/file/9w140fujphzfi6b/Platinum_Original_Music_Files.rar/file Special Thanks to people who helped me create the mod. I listed them down in the description files in the zip. If you guys want to make a request in creating your playlist, I am happy and willing to assist, since music helped playing TDU more fun and immersive. Enjoy, peace out! --- Ztryka ---
  4. Version 1.0.2

    496 downloads

    Hello again, this is Ztryka and I present to you my next mod for Test Drive Unlimited: The Immersive Radio Stations & Driving Games Soundtrack (DGST) Music Mod Pack introduces new radio stations based on real life O’ahu, Hawaii stations, including station IDs, call signs and station names, that plays along with songs based on other driving and racing games aside from TDU (excludes one station which more than half of the songs are based on real life top hit songs list of the decades). The idea of the mod is to bring the real life radio stations to Test Drive Unlimited gameplay and create an immersion of reality while driving around the island of O’ahu. Guide to Install the Music Mod for TDU: 1. Extract the files from the Zip file. 2. Open Test Drive Unlimited, then copy the folder "Euro". 3. Paste the folder to C : > (Your folder location of) Test Drive Unlimited (For example, in my case C : > Games > Test Drive Unlimited) 4. Press Yes if asked to replace the files. (BACKUP YOUR FILES BEFORE DOING THIS!!!) 5. Look into "For User Radio:" instructions below. For User Radio: 6. Go to Test Drive Unlimited > Euro > Radio. 7. Cut the folders "User Radio 1" to "User Radio 4". 8. Paste the folders to Documents > Test Drive Unlimited > savegame > "Your Profile Name" (in my case, ZtrykaTDU, for example) > Radio (create the folder of the same name if there is none) 9. Play TDU, Continue Game, Exit House and Enjoy! For more information regarding the music files, check the other files that included in the Zip File: * Description doc * Description pdf * New Stations List txt * In-Game Tracklist txt --- Ztryka --- Mediafire Mirror Download Link Available: http://www.mediafire.com/file/8l9bjt2yf3g1sae/TDU_Radio_Stations_%26_Music_Mod_Pack.rar/file Stock TDU Music Files: Vanilla: http://www.mediafire.com/file/6cvcie59cf97fyx/TDU_Vanilla_Music_Files.rar/file Platinum: http://www.mediafire.com/file/9w140fujphzfi6b/Platinum_Original_Music_Files.rar/file Topic:
    Free
  5. Ztryka comes from the word "Striker", my previous pseudoname, only in xtreme kool letterz like how you pronounce Supa Strikas, only without the s in the end syllable. Like Str-ay-ka, Ztryka hehe https://en.wikipedia.org/wiki/Supa_Strikas
  6. Yo Blake, welcome, I enjoyed reading your story, it was like me, my childhood during the year 2000s, but replace the xbox part with the PC, since I am a PC player since the beginning of my gaming life (I only do consoles cuz of my brother or my cousins). Ever since I play games like NFS series, GTA series, Driver: Parallel Lines, etc etc. those maps looked very small Unfortunately, I haven't heard about Test Drive Unlimited, ever. It was only this year I recognize it and enjoyed the game much longer than the other games I played, especially when I do not use cheats, it feels satisfactory to buy a car and house with hard-earned money. People were so right that TDU has this magic that no other driving games can achieve during its time, even games today like the Horizon series. I will look forward with a TDU roadtrip session with you, Blake, see you on O'ahu!
  7. Original 2db is from the game files, right? In what way how could I use the original 2db when converting my new dds files to 2db?
  8. Hello guys, I got some minor issue, I try to change radio logos but they turn out to be like this (plain brown), any how to fix this?
  9. Hello everyone, sorry if I made a late introduction, I just got a small time to do this fortunately: I am Ztryka, 22 years old, my birthday is 1 week from this date's post, I am a passionate gamer, particularly in Open World Sandbox games, driving and racing games are absolutely my favorite! I am also an online gamer in few games, but not much love as I love games and videos about cars, I have been in Discord servers like NFS, GTA, etc.. If I ever had a dream car, it would be a '65 Lincoln Continental (I had a Hotwheel Diecast of this one, I love the suicide doors). In real life, I am a part-time businessman in my family business (we are only 2), my job is a payment collector and assistant of my sister. I love music, any kind that is uplifting and upbeating, I enjoyed 70s disco, 80s pop, 90s and 2000s pop, R&B and dance music. I am a passionate car lover too, that's why I love to play car games, usually drives JDMs in-game. Been practicing manual later on in my gaming life. My first contributions to Turboduck is sharing a save file for TDU as well as an ongoing mod (those who chat with me already know this hehe). Once again this is Ztryka, feel free to ask me and thank you for allowing me to become a part of an awesome community of TurboDuck.
  10. Hello, I'll do my best to help. Try to delete the Test Drive Unlimited folder in Documents, then start TDU and create a profile and finish the tutorial (until you go to your house part). Then exit the game and copy and paste the profile folder in the newly created Documents TDU Folder. Another way is download this file and paste it in Documents > Test Drive Unlimited > savegame. Like Mr. Crimson said, backup all your profiles first before doing this. EDIT: New method is to try to delete radial.cdb in X: (Usually C:) > ProgramData > Test Drive Unlimited > Uncheck Hide Protected Operating System Files and Check Show Hidden Files to see radial.cdb in the folder > Delete > Start TDU and play the game (Playing the game creates new radial.cdb to fix profile problems.) ProfileList.dat
  11. Probably one of the best rock songs I ever listened to.
  12. My advise is you need to grind like a man, get achievement points by completing races and side missions (check your progress in the house for more info) to unlock races that pays good amount of money in a short time, like speed races. By the time you get Champion badge there's a speed race that pays money that you can earn more than what you can spend. Good luck man!
  13. Hello guys, I am Ztryka and this is my first file upload for TDU. Its a 100% TDU save file (tested and works with Original TDU and TDU Platinum) What's in here? + All single player and one multiplayer achievements accomplished! + Ace rank guaranteed in TDU Platinum! + All 399 clothes bought (except one helmet because of one hitchhiker un-perfect bug) + All houses bought + $15 million dollars to buy your 2nd vehicle, any car/bike guaranteed! + A starting car that works both in original TDU and TDU Platinum. + No cheats/trainers used in creating this file, just profile creation, conversions and tons of hard work! What are the drawbacks? - Its just a guy, no chick or gal file - I sold all the cars except one, to ensure that you create your own car list. - Hitchhiker Brandon course bug. Along with this file includes: - TDUAce100 Savegame Folder - Readme Install - TDU1 Offline to Online Profile Conversion Guide - TDU1 Online to Offline Profile Conversion Guide Race and cruise in O'ahu Paradise, e hau'oli! --- Ztryka --- Sample Screenshots: Shout-out and thanks to Destiny_Unfair_86 and Iced_Bullet for the guides on how to convert save files right here: TDU Mods : Offline & Online Profile Conversions [Tutorials] by Iced_Bullet Download Link:
  14. Version 1.0.2

    16,502 downloads

    Hello guys, I am Ztryka and this is my first file upload for TDU. Its a 100% TDU save file (tested and works with Original TDU and TDU Platinum) What's in here? + All single player and one multiplayer achievements accomplished! + Ace rank guaranteed in TDU Platinum! + All 400 clothing items bought + All houses bought + $15 million dollars to buy your 2nd vehicle, any car/bike guaranteed! + A starting car that works both in original TDU and TDU Platinum. + No cheats/trainers used in creating this file, just profile creation, conversions and tons of hard work! What are the drawbacks? - Its just a guy, no chick or gal file - I sold all the cars except one, to ensure that you create your own car list. Along with this file includes: - TDUAce100 Savegame Folder - Readme Install txt - TDU1 Offline to Online Profile Conversion Guide txt - TDU1 Online to Offline Profile Conversion Guide txt Race and cruise in O'ahu Paradise, e hau'oli! --- Ztryka ---
    Free
  15. my examples: C = Mercedes-Benz C63 AMG 4matic Biturbo (4WD, turns like a dream although it feels like a boat) B = Honda NSX (the 2nd gen/2017 model) (SH-AWD, accelerates like a rocket, basically the best, while there are better B class cars but they tune to A class (like GT-R R35 and LFA) A = Pagani Zonda Cinque (one of the best handling A class cars, corrects easily, just don't make it into a Zonda R)
  16. About the last 2, they are hardcoded features for TDU 2. For day and night cycle, use the Hawaiian Bliss mod by kristiannn which can be found at the link above my post.
  17. For my feedback regarding the current updates, about the expert AI mod, yeah gives me a run for my money, between checkpoint 2 and 4 in "Tour of the Island" race, that one AI racer pushes the limits of stock top speed, only my upgraded top speed can surpass it, this will be challenging in bike races supposedly as well. 97% progression, 5,000 mile achievement is the only one to get the Ace rank, TDU:P made the game more fun to play, having 70+ hrs in my game time in stats lol.
  18. Prior to the patch, I have around 100 attempts in 2 weeks in beating the race (average of like 7 to 10 attempts per day lol), experimenting many E class cars, found out that an Integra DC2 Type-R with upgrade 3 helped me beat the time, my latest attempt I remember was like 3:22:xx, no damage (I still got 200 driving bar), sorry didn't took the time to screenshot because I am relieved of my frustrations and wanted to move on from that race lol. That's why I am happy that other players will not suffer the similar burden anymore.
  19. Nice to see players are happy with the changes of the most challenging time trial in TDU Platinum.
×
×
  • Create New...