The online racing simulator
LFSLapper insim4 Release
(2101 posts, closed, started )
hi
is it possible to turn the driftpoints on and off by using a command in the help list??

Example:

. "&^3!drfoff ^8Turn Driftpoint System Off"
. "&^3!drfon ^8Turn Driftpoint System On"
Quote from Bass-Driver :hi
is it possible to turn the driftpoints on and off by using a command in the help list??

Example:

. "&^3!drfoff ^8Turn Driftpoint System Off"
. "&^3!drfon ^8Turn Driftpoint System On"

Hi ,
Its in your PM
i wanna add a command where some one can do !report (usernameor bug) (what the user did or where the bug is) and it would save it to a file.
could some one tell me if this is possible or not. if not it would be a good suggestion.
Hi All,
Anyone explain how to use a Sub within the IF command like.....

IF ($AKM == "The Greatest") THEN
CallSub Greatest
ELSE
CallSub Worst
ENDIF

Thanks in Advance

IF ($AKM == "The Greatest") THEN
Greatest();
ELSE
Worst();
ENDIF

edit: you gotta be kidding me... wrong thread. LOL

sorry gai
Hi. Im using newest beta version and i dont get it how to start lapper. I pur all info( i think) to lfsservr.cfg and in game i get mesage liek this LFSLapper in Stand By State ,and no comands works. heres my lfsservers.cfg

<?php 
#    Configuration of LFSServer to be Managed with LFSLapper
# One line per server
# Remote port is the port used to manage LFSLapper remotely, future extension
# One remote port per LFSLapper on one machine, autoStart is optionnal
#Unique ID|GroupId|Ip|Port|WorkDir|IniFile|autoStart
remotePort=3001;
DEF1|gr1|127.0.0.1|29999|./default|default_1.ini|autoStart
?>


I inserted all admin pass in lfslapper.lpr and in default_1.ini
Hi!
It would be my question that the additional is solvable somehow database file elp-in to export?
A friend of mine prepared single php that reads through it the grippb.elp file link (without mysql) and would turn into one which can be treated with this on a web page possibly. The dbs-t we can use it in no way!
Please let somebody answer!
(I used web translation ,excuse me)
Quote from oldnavy :Hi. Im using newest beta version and i dont get it how to start lapper. I pur all info( i think) to lfsservr.cfg and in game i get mesage liek this LFSLapper in Stand By State ,and no comands works. heres my lfsservers.cfg

<?php 
#    Configuration of LFSServer to be Managed with LFSLapper
# One line per server
# Remote port is the port used to manage LFSLapper remotely, future extension
# One remote port per LFSLapper on one machine, autoStart is optionnal
#Unique ID|GroupId|Ip|Port|WorkDir|IniFile|autoStart
remotePort=3001;
DEF1|gr1|127.0.0.1|29999|./default|default_1.ini|autoStart
?>


I inserted all admin pass in lfslapper.lpr and in default_1.ini

type !start in LFS chat

or use autoWork to start lapper in work mode
Quote from [nism0]M5 :hello, when i start LFSlapper.exe from the command line.. it loads up to the WR, then it says "WR not loaded" and the `connecting` word just freezes??

any ideas what this cud be?

Im running Vista on 32 bit ( if that helps)

Sounds to me like you haven't set a pubstatID or that you did set it but didn't remove the # at the beginning of the line.
Thank you for the answers!
Maybe like this understandable my question: picture :Kick_Can_
Hello,

Release Candidate 5.840RC on the first Page.

Quote :+----------------------------+
|Changes from v5.838 to 5.840|
+----------------------------+
1. Release Candidate

+----------------------------+
|Changes from v5.837 to 5.838|
+----------------------------+

1. Add Lapper Var : nbPlayersOnTrack
GetLapperVar( "nbPlayersOnTrack" );

2. Little optimization: Reload LFSServers.cfg as soon as it's modified

3. Fix Bug on votation if votation end is activated

4. New GLScript function
GetUserGripPb( username, carName, trackName )
example
GetUserGripPb( "gai-luron, "FBM", "BL1" );
GetUserDriftPb( username, carName, trackName )
example
GetUserDriftPb( "gai-luron, "FBM", "BL1" );

5. Now all this player value are in kph and not depending on the player unit
GetCurrentPlayerVar("Dist");
GetCurrentPlayerVar("SessDist");
GetCurrentPlayerVar("AvgSpeed");
GetCurrentPlayerVar("InstantSpeed");
GetCurrentPlayerVar("BestSpeed");

To have the result in player unit make a conversion using ToPlayerUnit( valueKph )

6. Add new GLScriptcommands
Speed and dist are in kilometer, you need to do convertion in script to display the appropriate value
ToMph( value ) Convert a value in Mph or Mile
ToKph( value ) Convert a value in Kph or kilometer
ToPlayerUnit( value ) Convert a value depending of the player unit choice

7. Add new player var
GetCurrentPlayerVar("UnitDist");
return km if player use this unit
return Miles if player use this unit

8 - Add new GLScript command
RegisterZoneAction( trackname, Xposition, Yposition, metersAroundZone, callbackfunction );
Backcall command is executed when a zone is reached by a player
Example
RegisterZoneAction( "BL1" , -78,200, 5 , DisplaySpeed );
On track BL1, When zone X=-78, Y = 200 in 5 meter around this zone is reached,the Sub DisplaySpped is executed. To have the coords of a specified portion of track.go to this place with your car and type !zone ( if you are admin ))



Gai-Luron
Quote from Target78 :Thank you for the answers!
Maybe like this understandable my question: picture :Kick_Can_

For now, no export .elp for userStoredValue, sorry!


Gai-Luron
Quote from Gai-Luron :For now, no export .elp for userStoredValue, sorry!


Gai-Luron

Thx and np!
I like and use the lapper long time ago. You add lot good features to this program and now the beta is very configurable.
Quote from [nism0]M5 :how do i go about fixing this?

Simple, if you already have a PubStatID, put it between the quotes and remove # at the beginning of the line. If you haven't one, get a key of LFSWorld.


$PubStatIdk = "put your key in this place";

Quote from [nism0]M5 :this is problem im having

Loading WR...OK

But your connection is not ok.
Check your Insim port. Start LFS server with argument "/Insim=29999"
or type "/insim 29999" in talk window when server is already running.
And check if your admin pwd from the dedi server the same is as in lapper.
In the ini file and in LFSLapper.lpr
bug
in 5.837 au1 says it is autocross 8 lane drag strip see attachment
Attached images
Untitled.jpg
Quote from Tim NL :Loading WR...OK

But your connection is not ok.
Check your Insim port. Start LFS server with argument "/Insim=29999"
or type "/insim 29999" in talk window when server is already running.
And check if your admin pwd from the dedi server the same is as in lapper.
In the ini file and in LFSLapper.lpr

No need to put Pass in LFSLapper.lpr. Only in the Ini.

Gai-Luron
Safetycar system is complete????

Thanks for work
Hello,

New RC release

Quote :
+--------------------------------+
|Changes from v5.840 to 5.841 RC |
+--------------------------------+
1. Add new GLScrip command
CurrentPlayerlfsWorldPB( $argv );

Display a screen table with the lfs world PB for the current player
$argv cant contain a car or a track or the two values
$argv = "XRT" -> Display all LFS world PB for the XRT Car
$argv = "BL1" -> Display all LFS world PB for the BL1 Track
$argv = "BL1 XRT" -> Display LFS world PB for the XRT car and BL1 Track

This feature need the pubStatIdk setted in config file

Due to the tarpit that forces you to wait 5 seconds between two call to pubstat
( if two player join in less than 5 sec the server ), you need to wait few second
before retry command.

2. Add new function in LFS chat
!mypb to view your LFS world PB

example:
!mypb XRT
!mypb BL1



Yellow Flag
For those still using the 'older' (5.7xx) version of LFSLapper, I've made a Yellow flag, which appears when someone spins over 180 degrees.


#=============================#
#Options on spinning detection#
#=============================#
$MinAngleVelocity = 185; # Minimum angle velocity to trigger action. Possible values: 0 - 720
Event AngleVelocityAction()
cmdLFS( "/msg ^1Danger! ^8" . $Nickname . " ^2lost control!" );
openPrivButton( "spin",60,90,80,12,1,6,0,"^1! BE CAREFUL IF REJOINING TRACK !" );
openGlobalButton( "yellow_flag",165,90,20,50,1,-1,0,"^3|" );
openGlobalButton( "yellow_flag_1",167,90,20,50,1,-1,0,"^3|" );
openGlobalButton( "yellow_flag_2",169,90,20,50,1,-1,0,"^3|" );
openGlobalButton( "yellow_flag_3",171,90,20,50,1,-1,0,"^3|" );
openGlobalButton( "yellow_flag_4",173,90,20,50,1,-1,0,"^3|" );
openGlobalButton( "yellow_flag_5",175,90,20,50,1,-1,0,"^3|" );
openGlobalButton( "yellow_flag_6",177,90,20,50,1,-1,0,"^3|" );
openGlobalButton( "yellow_flag_7",179,90,20,50,1,-1,0,"^3|" );
EndEvent

If you want to see this in action, go to my server [Sin'rs]

Possibly will work in newer versions too.

I've got a 1440 x 900 display, and these buttons/flags have a screen size of approx. 30 x 30 mm.

I don't know if they will appear that size or keep the same shape on a different display.
Hi All,
Having hassles with my broadband connection, workman put a spade through cable and BT can't repair it within two weeks, what a joke. So I am still about but not as much till it's all repaired.
Hello,

Victor give us a section for LFSLapper in

Live for Speed > Main > LFS Programmer Forum

Subforum named : "LFSLapper Development"

Now you can put your request, bugs report, Scripts, Config issue in this subforum.

Many, many thank's to Victor

LFSLapper progress report:
Next release become the new official release. The major improvement is the support for multilanguage in config file and some minor other improvement and maybe a C# user plugin support ( if i have time, if no, later ).

Bye

Gai-Luron
I might be a good idea to ask Victor to lock this topic. Otherwise the new messages get spread over several places.
This thread is closed

LFSLapper insim4 Release
(2101 posts, closed, started )
FGED GREDG RDFGDR GSFDG