Oriol
Registered
No. I have disabled the volume managment. I plan to work differently, but i need to wait some third party decisions.
Ok, thanks
No. I have disabled the volume managment. I plan to work differently, but i need to wait some third party decisions.
Would be great.
Here's the data ('vehicleClass.ini') for URD-mod:BTW .... is it possible (for future releases) to rename all the stuff regarding Brakes, from "break" to "brakes"? It's a little bit confusing to use the word "break" for "brakes".Code:[EGT] category.name=GTE v:breakTooHot=590 v:breakTooCold=300Just a suggestion, because "brakesTooHot" sounds better.
Nevertheless, if i try to overheat my brakes (even to over 900° celsius) i don't get a message that my brakes are too hot. Seems like the event doesn't get triggered.
Great suggestion.
Sure, no problem.TIG_green I will put together instructions and code that I used (I got it all from files Gerald supplied with the plugin).I will post here if Gerald is ok with me doing that.
Yes. You can add what ever you want. The vehicleClass received by the plugin come from veh or upgrade files (who can override veh value)Shouldn't we be able to add any category we want to the vehicle class.ini? The issue is where do you find the name of category, so the plugin knows what car you are using in the sim if it is a new mod?
Yes. You can add what ever you want. The vehicleClass received by the plugin come from veh or upgrade files (who can override veh value)
Maybe so but I just did what someone asked me to do
Add Laptime to Spotter Instruction. I advise to read the entire set of instructions before attempting the process.
1. Copy and paste the entire content of the file named Laptime.txt provided in this post to the end of the lines of code in the file named DefaultEvents.ini which is found inside of the spotter directory.
The file can be opened for editing in any text editor by selecting the file and a right mouse click and then left click to choose open.
** At any time a double left click can be used in place of the right click and left click to open process**
2. Once copy and paste completed do a file "save as" process to save the file as DefaultEventsNEW.ini (Note Upper case D and Upper case E )."NEW" not case sensitive and we will be renaming the file again after a couple more steps.
3. Select the file named DefaultEvents.ini and right click on it, then left click to choose rename. Click inside the text box to rename the file to DefaultEvents.ini.old (.old added to the end of the file name)
This step just provides a safe copy of the original file should things go wrong or you want to revert to the original file.
4. Select the file you named DefaultEventsNEW.ini and right click on it, then left click to choose rename. Rename the file to DefaultEvents.ini (Note Upper case D and Upper case E ).
5. Copy and paste the content in the Rule 29.txt file provided in this post to the end of the lines of code in the file named DefaultRules.ini which is found inside of the spotter directory.
6. Once copy and paste completed do a file "save as" process to save the file as DefaultRulesNEW.ini (Note Upper case D and Upper case R )."NEW" not case sensitive and we will be renaming the file again after a couple more steps.
7. Select the file named DefaultRules.ini and right click on it, then left click to choose rename. Click inside the text box to rename the file to DefaultRules.ini.old (.old added to the end of the file name)
This step just provides a safe copy of the original file should things go wrong or you want to revert to the original file.
8. Select the file you named DefaultRulesNEW.ini and right click on it, then left click to choose rename. Rename the file to DefaultRules.ini (Note Upper case D and Upper case R ).
9. Right click and open the file you have just renamed DefaultRules.ini Edit line three (3) to read Rules.count=29 and then save the file.
The default is set for the spotter to read laptime down to hundredths of a second. The code is already set if you want spotter to read down to tenths of a second only.
To change edit these lines in the DefaultEvents.ini file.
Remove // from in front of the line // Variable=Input1RoundFunc,10,60000,0 and place // at the front of Variable=Input1RoundFunc,100,600000,0
// In tenths:
Variable=Input1RoundFunc,10,60000,0
// In hundredths
// Variable=Input1RoundFunc,100,600000,0 Like this it will read down to tenths of a second instead of the default hundredths of a second.
Sorry to those that may find these instructions tedious but I have tried to ensure a complete set of instructions that could be used by anyone willing to try.
Undoubtedly less steps could be used but in the thought of file protection during changes I have used small steps for completeness
I hope it works as well for you as it does for me. Post if further help needed or an error is found that I have overlooked
Click on the file names below to have them open or saved to your PC
View attachment 14413View attachment 14414