i have the map blips, i have the yellow circle, but nothing happensā¦ am i supposed to teleport out of map as i expected to just drive into circle and press a keyboard button to start race as shown in video
Looks like itās an issue when first starting the resource, I probably missed it when using restart to debug stuff. I fixed it and tried everything from scratch, should be good now.
Hello!
The first thing is to congratulate you for your great work Brent_Peterson. Above all, the Nurburgring-Nordschleife circuit is impressive.
I would like to ask you some things about Timetrials.
-How can I set the time records at the checkpoint so that 1st, 2nd, 3rd ā¦? I only get the fastest time, the rest of time does not show me.
-How can I do to show me the name of the car instead of āNULLā?
-Could I change the format of the times to minutes, seconds and thousandths?
Thank you, hopefully below helps answer some of your questions.
The leaderboard is designed to show the top one time for each car and the driver who set it, try setting a time with a different car and it should show up. The idea is that itās mainly to compare car performance but drivers also get credit for setting that time (otherwise it would be top 100 times all supercars ). You would need to modify the code if you wanted to save more scores for the same car or anything else.
Is this an add-on car? If it is youāll need to make sure you set the name string as detailed here. Iāll probably change it to grab the short name if NULL whenever I go back and make changes.
You can modify the part of the code the draws the time to screen, havenāt tried it but changing line 220 to something like this might work, similar for scores just mess around with it.
So I donāt really get it. The " * Teleport to waypoint (L key when not racing) " function is just teleporting you around the map when not racing? So itās Teleport to waypoint right? If this is the case will anything happen if I remove it? I didnāt try this release yet but it sounds cool. Correct me if I said anything wrong. Thanks!
Thanks for the quick reply!
I have tried what you have told me with good results.
The names of the cars I have solved creating a vehicle_names.lua as a script and solved!
The different positions may not work because all the cars registered as NULL because they do not have a name. Solved when implementing the names in vehicle_names.lua.
The time format changed well but with some more zeros
Any idea how to leave just one number or none until it reaches the minute?
And a question I have: Are the times saved in the file or directory? (In case some time is not valid I could erase it)
I already found the file scores.txt where it saves the times.
I would like to know if I can eliminate the zeros as indicated in the previous post.
Could you give me an idea Brent_Peterson?