That means (to say it simple) the file can be read into several editors without breaking the file structure.
By the way Gai, the new version is 5.702 instead of 5.701
That means you haven't closed a line the correct way. Search the lines and look if they are finished with | or ; (if you have 5.5x or 5.6x Lapper)
If you can't find it, just upload your CFG to this forum and I will have a look at it.
Thanks for the updated version.
I corrected some more things in the config-file and deleted a whole section in the "Overriding options" which I think you left there accidentaly.
One question:
# Minimum speed in km/h to maintain. Driving below that speed will reset score.
$MinimumDriftSpeed = 50;
Is this really only for km/h or can this be used for MPH too?
If that's the case, the text have to be adjusted, if not an extra option should made available there.
One request:
Exclude the first lap and the laps in which someone makes a pitstop from the rules set in the "Slow user" section. First lap because an accident can happen in turn 1 which causes someone to drive a slow lap. Laps with pit stops are obviouse I think, you can't drive a good lap when your car has to be seriously repaired
I change the extension of the config file because i use an editor wich can colorize file when displaying ( The editor is PSPAD, you can find it here : http://www.pspad.com/en/ ). extension cfg is to generic and i change to lpr. You can use PSPPAD editor with this file http://ks37764.kimsufi.com/mods/PSPPADLapper.zip. Put it in Syntax folder to have colorized config file.
I found some bug's. I still using 5.701 ( i did not tried 5.703 but i did not saw a fix)
1: When you use a openGlobalButton that closed on time (Example 4sec) it will be closed after 30 sec.
It's alway's 30 sec .
Register MsgAction("!blue",MA_blue);
Sub MA_blue()
$allow = "&./admin.lst";
openGlobalButton( "blue",40,50,120,15,10,4,0,"^4RESPECT BLUE FLAGS QUICKLY",);
EndSub
2:When people vote for a restart and ( $VoteRestart = 60; ) the race is restarting by more then 60% .
You see in screen race is restarting and someone vote anything (race ,qual or end race) the vote is canceld and start at 0 vote's.
PS. I have my !help running with working tab's .Looks realy cool
server [NLR]NL Racing#5 FOX on BL1
If you are not on track, or no player are on track it's normal, because receive info from insim every 30 s. It's not really a bug because normally there are player on track.
Hi All,
If you spend hours in Lapper.lpr file then this is a must, wow its much easier when colour coded.
Thanks Gai for heads up on this editor.
Request: Can anyone help me with this Logo Button....
openPrivButton( "logo",115,0,25,6,0,-1,0,"^3[^1A^7K^4M^3] ^1Racing UK X",);
When I add this to connect messages it shows fine, when driver joins server it still there, when he races its there, but as soon as he spectates it disapears never to be seen again. I want it onscreen continuously which I cannot suss. Fedup and going to bed lol.
/pbut logo,115,0,25,6,0,-1,0,^3[^1A^7K^4M^3] ^1Racing UK X|
this can works at 5.641
i think this is works in this beta
openPrivButton( "logo",115,0,25,6,0,-1,0,"^3[^1A^7K^4M^3] ^1Racing UK X" );
-
openPrivButton( "help",25,28,150,10,5,-1,0,"^2Commands list" );
-