$GoodDriftScore = 2500; # Value to be reached to execute action on good drift score
####### you can change the 4000 to anything you want - higher or lower number to suit
$MinimumDriftScore = 10; # Minimum drift score required
####### you can change the 250 to anything you want - higher or lower number to suit
# Actions to do at end of lap if MinimumDriftScore is not achieved.
Event DriftTooLowAction()
privMsg( $Nickname . "^3 disqualified" );
cmdLFS( "/spec " . $Nickname };
EndEvent
$MinimumDriftSpeed =20; # Minimum speed in km/h to maintain. Driving below that speed will reset score
$MinimumDriftAngle =15; # Minimum angel to maintain. When angle is below value, score is reset
$MaximumDriftAngle =100; # Maximum angel to maintain. When angle is above value, score is reset
Does anyone have a good setup for LFSLapper, drifting. I got a problem where the scores get lost when doing great drifts, but I dont really get the Angle stuff and such.
Now that I got that sorted, does anyone know how to get the Angles and Speeds to work perfectly on LFSLapper? My score keeps resetting when I get a perfect drift. It would work on other servers , just not mine!
THat fuxed it up again, so I probably gotta install the whole server again... Because that admin error wont fix =/ Anyone with a fully configured client (or just pro with configuring) that can help me?
I set up a dedicated server, but cant figure out how to make the admin thigns work. As I have the server 2inches from me on another monitor, it aint that big a problem, but I got a mate that I want to give admin too and it wont work!
I've tried putting the admin password in the password thing when connecting to a server, but it still says I dont have admin rights. And as soon as I change anything in my Configs, the LFSLapper tells me the admin password is wrong,,
Anyone able to help me?
EDIT: Oh, and is it possible to run several servers off one PC? :P
Tried... Ive even set it to 1 km/h to test it, and its also mostly just in that turn wich is weird. Anyone that have a fully working / configured drifting thingy can just type it in here or upload, because I'm not getting anywhere with this
Hi, i've installed LFS on my server (Norsk Drifting Server) But i'm having a problem that the points you get before the first turn reset, eventhough you do a perfect drift. This is really annoying and limits the potential of topscores.
Thats not the problem, the score you have gotten from the start line -> first corner wich is usually around 2-3k for me is lost, wich is fairly annoying!
Well, i'm running a server online with LFSLapper, Driftscore and all works! But there is a problem that on the first turn after pit (demo map) the score resets, EVENTHOUGH you do a perfect corner.
$GoodDriftScore = 2500; # Value to be reached to execute action on good drift score
####### you can change the 4000 to anything you want - higher or lower number to suit
$MinimumDriftScore = 3; # Minimum drift score required
####### you can change the 250 to anything you want - higher or lower number to suit
# Actions to do at end of lap if MinimumDriftScore is not achieved.
Event DriftTooLowAction()
privMsg( $Nickname . "^3 disqualified" );
cmdLFS( "/spec " . $Nickname };
EndEvent
$MinimumDriftSpeed = 10; # Minimum speed in km/h to maintain. Driving below that speed will reset score
$MinimumDriftAngle =15; # Minimum angel to maintain. When angle is below value, score is reset
$MaximumDriftAngle = 250; # Maximum angel to maintain. When angle is above value, score is reset