#### ========================================================================== #### #### NOTES NOTES NOTES NOTES NOTES #### #### ========================================================================== #### #### You still need a line such as #### #### $DriftDatabase = "./DriftPB.txt"; #### #### In the drift section of LFS Lapper, otherwise you will not collect people's best drift scores #### #### ========================================================================== #### #### You still need a line such as #### #### $GoodDriftScore = 800; #### #### This number (800) can be higher or lower - depends on what you decide is a good drift score! #### #### ========================================================================== #### #### You still need a line such as #### #### $MinimumDriftScore = 250; #### #### This number (250) can be higher or lower - depends on what you decide is lowest drift score #### #### before points will be displayed #### #### ========================================================================== #### #### You still need a line such as #### #### $MinimumDriftSpeed = 50; #### #### This number (50) can be higher or lower - depends on what you decide is minimum speed #### #### (in Km/h) that driver must maintain as score will reset if drive slower than this #### #### ========================================================================== #### #### You still need a line such as #### #### $MinimumDriftAngle = 15; #### #### This number (15) can be higher or lower - depends on what you decide is minimum angle #### #### (in degrees) that driver must maintain as score will reset if angle driven is less #### #### ========================================================================== #### #### You still need a line such as #### #### $MaximumDriftAngle = 100; #### #### This number (100) can be higher or lower - depends on what you decide is maximum angle #### #### (in degrees) that driver must maintain as score will reset if angle driven is more #### #### (don't make angle too much, or people will score big just doing donuts) #### #### ========================================================================== #### #### You may want to think about keeping or deleting the private or public messages that pop up #### #### if certain criteria (e.g. new drift pb score, exellent drift, etc) are met #### #### ========================================================================== #### #### If you want to move the large Drift Meter, then change some of the numbers in the #### #### openPrivButton criteria accordingly: #### #### If you want to move your Meter right, to nearer the middle of the screen, then change all the #### #### lines with numbers 3 near the start to a higher number (say 10), and the ldmback line from #### #### 2 to 9 (this number should always be one lower than the other lines). Don't go too far right, #### #### or the Drift Meter will overwrite the car. #### #### If you want to move the Drift Meter up or down, change the second number in each line #### #### All numbers should be moved equidistantly, i.e. if ldmlogo is changed from 118 to 123, then #### #### ldmtrack should be changed from 123 to 128, etc., (remembering ldmscores and ldmangle #### #### are each on 2 lines of code). #### #### ========================================================================== #### #### The above is for a private Drift Meter. If it's to be public (say you drift one at a time), then the #### #### openPrivButton can be changed to openGlobalButton, so everyone sees. I think! #### #### ========================================================================== ####