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.

binbow

Modders
  • Posts

    862
  • Joined

  • Last visited

  • Days Won

    50

Everything posted by binbow

  1. "frpoint.cpr" is located under "tdu2 install folder\Euro\Bnk\scenarics\".
  2. I use something called "010 Editor". It's paid, but there are some that have similar features that you can use for free. Please search.
  3. You need to get separately your own favorite Hex editor. Then click the small "Config" button and set the path for that Hex editor.
  4. Thank you, I'm still working development continuing. However, recently, my PC is out of order and needs to be repaired, but the funds are not enough and I am collecting the funds, so the development is delayed.
  5. Thaks. Initially, I developed with such a concept, but now there are some difficult points. The game population seems to have dropped sharply, and I'm not motivated to recreate it.
  6. Which version of TDU2 are you using? Tdu2vpe can handle the following versions of tdu2. Please confirm. - tdu2 v034 build16 and - Tdu2 with unofficial patch 0.4 applied. - If you apply audopack, you should probably be able to handle it.
  7. I tried some experiments. Data related to engine's r.p.m is also written in the sound file and HUD file for each vehicle. If you increase the maximum r.p.m of the vehicle, you need to change those data as well. If you do not change those data, the engine r.p.m. will increase but the frequency of the engine sound will be heard constantly, and the tachometer will not move beyond a certain angle. In that case, it will be recognized as the r.p.m of engine is constant. The way to avoid the above phenomenon, it is better to find a vehicle with a maximum r.p.m that is greater than or close to the r.p.m you trying to change, and modify the HUD file and sound elements in sound files to use it. The attached image is from an experiment using the Areal Atom 300 Supercharged file. I have uploaded the video here. In this video, I haven't changed the sound elements yet, so the engine sound remains Areal Atom 300 Supercharged. In addition, there seems to be a mysterious phenomenon around 7189 rpm that "the r.p.m does not increase even if step on the pedal". I will investigate this separately.
  8. I will test it too. Can you tell me what the "Game settings - Gearbox" settings are in the game?
  9. Let me know which car-id vehicle is the problem occurring in?
  10. Most of these error messages are from Windows systems, and it is difficult for the program to know the exact cause of the error. In many cases, it is often due to trying to load unsupported db_data. tdu2vpe can only handle db_data in v0.34 build 16.
  11. Which version are you using? You can see the version number by right-clicking on the application name in Task Manager. What kind of environment are you using? Perhaps it doesn't support virtual desktops and multiple displays properly.
  12. If you have the files for the vehicle you want to use, that should be fine. There is no need to reinstall up0.4 or auto pack 1.xx.
  13. Is there a file named "Escort_RS_Cosworth.bnk" in the folder "\Euro\Bnk\vehicules\high"? At least, without this file, the car body will be transparent, so you can't see it even if you put it in the shop. The filename of the mod you got is probably a filename for a different vehicle and it is necessary to rename it to the one above by yourself. You don't have to worry about "Bad English". I also always rely on Dr. Google for my english. -- edit -- I confirmed that if you assign the file name properly and put the file in the appropriate folder, it will be displayed properly at the dealer's store. The attached image is the Ford_RS200_Evolution_Group_B published by StarGT applied to ID373 and placed in U.S. Cars (south).
  14. Can you tell me which ID was assigned to camera, car and ik? And which shop did you try to put it in? I also want to experiment.
  15. Please check the following items. - Is the "price" field filled with a valid value? - Is the vehicle file name correct? - Are the files in the folder they should be?
  16. binbow

    I made upload TDU2_Tools here

    1. Show previous comments  4 more
    2. GAD

      GAD

      And one more question guys if i can can somebody try tdu2 1.3.1 cam hack make for 16 build as well or it's impossible to do it?

       

    3. binbow

      binbow

      As for camhack, I heared that the developers have already stopped development, so we can't expect it to be available in dlc2 or later.  So, we have no choice but to use cam hack v1.2. 
      If your goal is to change your FOV, you can adjust it with this tools as well. (However, you can't change the FOV in real time in-game. )
       

    4. GAD

      GAD

      Ohhh oke thank you so much man i appreciate it :))

  17. Why me? Anyway, I can not help, since i do not have "Tdu2 time mod".
  18. You can adjust the number of other vehicles by modifying "GamePC.cpr". ------------------------------------------------------------------------------------- [AI] // VehicleMaxCount is the hard limit of simultaneous AI vehicles // But you can set TrafficMaxCount+ParkedMaxCount > VehicleMaxCount // Example: vehicle=16 traffic=16 parked=8 // -> you can spawn up to 16 traffic if no parked vehicles on the area, // but only spawn up to 8 traffic if 8 parked are here // and 0 parked cars if 16 traffic cars are already spawned // //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ VehicleMaxCount = 0 // Number of max traffic car (default=16) //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TrafficMaxCount = 8 ParkedMaxCount = 4 // Maximum count of Traffic AI that will be physics enabled at the same time PhysicsMaxCount = 4 //Bots //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ EnableBots = 0 // AI Racer on/off (default=1) //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ EnableJail = 1 ------------------------------------------------------------------------------------- Note that "gamepc.cpr" is encrypted, so don't forget to unencrypt / re-encrypt it before and after editing. .... But, when the traffic car was completely gone, I was pretty lonely running.
  19. At the very least, I think it's necessary to clarify the author name of each mod. How about adding a developer’s name description in the "READ.ME" file?
  20. Each mod is the result of the developer's time, ability, and motivation, so I think you should at least introduce the name of the mod developer.
  21. Are there any patches or mods you have applied?
  22. I heard the error report for the first time. Which version of TDU2 are you using?
  23. I'm not sure about motorcycles. The notation may be fixed in the game. -- edit -- I tried it, the changed value using vpe was reflected. The tuning icon has a minus sign, probably because of that specification. I don't think there was a tuner for motorcycles.
  24. I'm currently trying to make it independent of the TDU2 version. But there is no certainty that it will work. Anyway, don't expect too much and wait for the next version to be released.
×
×
  • Create New...