#### ========================================================================== #### #### 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 small Drift Meter, then change some of the numbers in the #### #### openPrivButton criteria accordingly: #### #### If you want to move your Meter left, to near the middle of the screen, then change all the #### #### lines with numbers 132 near the start to 90, and the sdmback line from 131 to 89 (this number #### #### should always be one lower than the other lines). Don't go too far left, or peoples text will #### #### overwrite the Drift Meter. #### #### If you want to move the Drift Meter down, change the second number in each line #### #### All numbers should be moved equidistantly, i.e. if sdmback is changed from 10 to 15, then #### #### sdmtext should be changed from 11 to 16, sdmscores from 20 to 25, and sdmangle from #### #### 19 to 24 (remembering sdmscores and sdmangle are each on 2 lines of code). #### #### ========================================================================== ####