Jump to content

Search the Community

Showing results for tags 'Tyre Temperatures'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Generale
    • Annunci Staff
    • OT - Di Tutto Di Piu'
    • Vendo Compro Scambio!
    • Hardware - Software
    • Multimedia
  • Real Racing
    • Real Motorsport Forum
    • Segnalazione Eventi - Raduni
  • Simulazioni Di Guida
    • Sezione DOWNLOAD
    • Setup Public Library
    • Generale
    • Simulatori by KUNOS SIMULAZIONI
    • Simulatori by ISI
    • Simulatori by Reiza Studios
    • Simulatori by Sector3 - Simbin
    • Simulatori by Slightly Mad Studios
    • Formula 1 by Codemasters - EA Sports
    • iRacing Motorsport Simulations
    • Simulatori Karting
    • Rally
    • Serie Papyrus: GPL, Nascar 2003...
    • Live for Speed
    • Serie GPX by Crammond
    • Due ruote: GP Bikes, SBK, GP500 e altri...
    • Console Corner
    • Simulazione Manageriale
  • Online & Live SimRacing
    • DrivingItalia Champs & Races
    • Gare
    • Driving Simulation Center

Categories

  • Assetto Corsa
    • APPS
    • Open Wheelers Mods
    • Cover Wheelers Mods
    • Cars Skins
    • Miscellaneous
    • Sound
    • Template
    • Track
  • Automobilista
    • Cars
    • Tracks
    • Patch & addon
  • GP Bikes
    • Skins
    • Tracks
  • GTR 2
    • Car Skin
    • Cover wheel Mods
    • Open wheel Mods
    • Patch & addons
    • Setups
    • Sound
    • Tracks
  • Kart Racing Pro
    • Tracks
    • Graphic Skins
    • Setups
  • netKar PRO
    • Tracks
    • Patch & addons
    • Setups
    • Track Update
    • Cars & Skin
  • rFactor2
    • Official ISI Files
    • CarSkin
    • Cover Wheel Mod
    • Open Wheel Mod
    • Patch & addons
    • Setup
    • Sound
    • Tracks

Categories

  • Software
  • Hardware
  • Simracing Academy
  • Guide - Tutorial
  • Recensioni
  • Modding
  • Addons
  • Web
  • Champs & Races
  • Sport
  • Live events

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Found 1 result

  1. App to display tyre temperatures and pressures automatically adapting colors to optimal temperature range for most builtin cars. Current version: 1.6.2 -> tyre_temp-1.6.2.zip FAQ: If you have questions about the nature of the values displayed by this app or how the tyre physics works in general, please read the thread http://www.assettocorsa.net/forum/index.php?threads/tyre-temperatures-and-wear.2723/ before posting here. Most questions have already been discussed there. How to configure the app for custom temperature ranges Since version 1.6.0, the app can be configured to display custom temperature ranges for specific cars / car classes. Therefore you will need the files <assetto_corsa_install_dir>/apps/python/tyre_temp/tyre_temp.ini <your documents>/Assetto Corsa/logs/py_log.txt A) Set the class of an unknown car If the app displays the tyre "unknown" for a given car, it might be enough to set the class of the car. Therefore, open tyre_temp.ini and search for the section CLASSMAP: [CLASSMAP] ; Set the class of a specific car (as listed in content/cars). Known classes are GT2, GT3, EXOS125, F1_1986, F1_1970, F1_1967, FAB. You can also create new classes here. ks_corvette_c7r = GT2 ; Set the class of a specific car (as listed in content/cars). Known classes are GT2, GT3, EXOS125, F1_1986, F1_1970, F1_1967, FAB. You can also create new classes here. ks_nissan_gtr_gt3 = GT3 To add a car to an existing class, add a key/value pair just like in the above example. The key must match the directory name of the car under <assetto_corsa_install_dir>/content/cars (use small letters!). Set or override the temperature mapping of a given car / tyre combo This can be done by following this step-by-step guide: Start the game with the car selected. Choose the tyre you want to configure, click on drive and exit the game again. Open py_log.txt with a text editor (e.g., notepad) Search for a line like tyre_temp.py[iNFO ]: Temperature mapping found: car name 'bmw_m3_gt2', class/tyre name 'GT2 Slick Soft' or tyre_temp.py[iNFO ]: Car name 'bmw_m3_gt2', class/tyre name 'GT2 Slick Soft' The interesting part here is the "GT2 Slick Soft". The first part of this name is the class the car is currently mapped to (here GT2), or STD, if no specific mapping is used. The second part "Slick Soft" is the name of the selected tyre. To add a temperature mapping for this tyre, add the following lines to the section [TYREMAP_OVERRIDES] in tyre_temp.ini: tyre_2_class = GT2 tyre_2_tyre_name = Slick Soft tyre_2_display_name = myGT2Softs tyre_2_opt_temp_max = 50 tyre_2_opt_temp_min = 20 Note that the mappings must have indices starting from 0. In my case I already had two other mappings tyre_0_... and tyre_1_..., therefore I have used the tyre_2_... prefix for the mapping. tyre_2_class must be set to the class reported in the .ini file. tyre_2_tyre_name must be set to the tyre name reported in the .ini file. tyre_2_display_name must be set to a unique name used for displaying the tyre in the app (It must be different to any other tyre name!). min and max temperature are defining the optimum temperature range. To verify that everything works, save the .ini file, restart the game and check if the temperature mapping is used as expected. If it is not used, inspect the py_log.txt file for errors and warnings and try to correct them. You should see a line tyre_temp.py[iNFO ]: Registering temperature overrides (20-50) for tyre 'Slick Soft' of class 'GT2' displayed as 'myGT2Softs' matching your customization Hint: If you rename the .ini file to another file name, the app will regenerate a new ini file with default settings. Changes in 1.6.0: Looks like there are no updates from KUNOS regarding the optimum temperature ranges of newly added tyres (the thread hasn't been updated since adding La Ferrari). I tried multiple times to beg for this information, but the devs do not seem to care. Because of that, and because of the great spectrum of mod cars out there, I decided to make it possible to customize the optimum tyre temperature ranges by editing the tyre_temp.ini file. I hope the examples in this file are speaking for themselfs for the interested users. If something goes wrong, please try to rename your tyre_temp.ini file before posting a bug report to see if the app works with the default settings. Change Log: fix formula abarth hard tyre typo add ferrari_458_gt2 to GT2 class make tyre temperature ranges customizable via .ini file editing (edit tyre_temp.ini beneath tyre_temp.py for that; generated after first app start) improve wear display accuracy (use the inverse display option in tyre_temp.ini) add an auto-hide mode for the tyre type label. In this mode, the tyre type will not be hidden if it is actually unknown. There are still the options to always hide it and never hide it (look at the .ini file) 1.6.2 compatibilities with AC v1.3 fonte AC Forum
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.