The online racing simulator
Searching in All forums
(966 results)
Gai-Luron
S3 licensed
Hello,

Here a version of LFSLapper for Sjoerd 5.8.4.6 to try.

In this modified version, i bufferize stream in queue and read only if len of buffer queue is more or equal to len indicated by the first byte of the queue (len of next lfs packet). I think the reason of incomplete packet before this modified version of LFSLapper is that i'am not using block reading of tcp stream to not freeze LFSLapper loop. But before last lfs release i always receive a complete lfs packet in one shot.

LFSLapper 6 seems to work fine. The only difference is that in the 6 version the stream is received in a thread to avoid lagging issue (waiting for a complete packet in previous version of lapper block LFSLapper loop). In this case i can use block tcp receive and i think i receive in this way always a complete packet.

I hope my explanation are clear in my very poor english

Gai-Luron
Last edited by Gai-Luron, .
Gai-Luron
S3 licensed
Hello Scawen,

I think you are rigth When you say it's probably an half packet. I supposed that. It's for that i've planed to put trace in lfslapper. You have change something in packet send ?
If yes, lfslapper, lfsstat and lfsrelax go to crash.
Bad new. I have no time to fix this quickly.
Lfslapper, lfsrelax and lfsstat users please wait, sorry for the incovenience.

Gai-luron
Gai-Luron
S3 licensed
I think it's seem to be a lfs issue. I try to put a better trace in LFSLapper. Wait please!

Gai-Luron
Last edited by Gai-Luron, .
Gai-Luron
S3 licensed
Hello,

it's seem that some packet sent by LFS are corruptep. The better way is to send a report to Scawen. A guy say Airio seem to have same issue.

Are you in UDP or TCP mode?

Bye

Gai-Luron
Gai-Luron
S3 licensed
Hello,

Updated Download link.

Gai-Luron
Gai-Luron
S3 licensed
Quote from Scawen :Someone might like to have a look at why this program doesn't work with the recent LFS test patches, causing a buffer to fill up so LFS is forced to close the connection.

HECTOR_UA describes the problem here.
http://www.lfsforum.net/showthread.php?p=1758174#post1758174

I've added my interpretation two posts below that. I suspect it's a bug in LFSStats which was not noticed before. But if you find out it's really an LFS bug I'd like to know about it!

EDIT : HECTOR_UA now says it works ok if he moves it to another folder. So I don't know what's up or if it's really a problem.

Hello,

Maybe, you can reproduce this bug starting replay with LFSStat and go to the end or replay with cursor. I remember this bug occur sometime also in previous release of LFS.
For now i stop all my dev waiting for next significant LFS release.

Bye

Gai-Luron

PS : Updated download link for LFS stat
Last edited by Gai-Luron, .
Gai-Luron
S3 licensed
Link corrected
Gai-Luron
S3 licensed
Hello,

All version are here :

http://cgtavc.monespace.net/lapper/download/lapper/

Gai-Luron
Gai-Luron
S3 licensed
Hello,

A timeout of 2000ms (2s) is very inportant!!!

Maybe the server on 500servers is very slow and freeze.
Maybe you have a loop without exit condition.

Very strange, i repeat 2000ms is big. Try to change it to 5000ms, but more than 5000 is not normal

Gai-Luron
Gai-Luron
S3 licensed
Hello,


URL for lfs-lapper.org

http://cgtavc.monespace.net/lapper

Great job Krayy

Gai-Luron
Gai-Luron
S3 licensed
Hello Krayy,


You are now admin on sourceforge server, please leave me as admin

Have luck

Gai-Luron
Gai-Luron
S3 licensed
Hello,

Good idea. I have started to do that but i stopped and i forgot why :-(. You can use a hastable to do that in easy way.

Gai-Luron
Gai-Luron
S3 licensed
Hello,

The reason i haven't implemented MySql is the fact the standard end user can't install mysql database in a easy way on his computeur.

But you can implement both but is it the priority? How many user can do that?

However it's a good idea!

Gai-Luron
Gai-Luron
S3 licensed
Sound Great :-)

Gai-Luron
Gai-Luron
S3 licensed
Hello,

I use it on Linux platform and Some friends too on dedicated host. On 500 servers also.

It's very important that LFSLapper continue to work on windows and Linux.

If you plan to add graphic interface you can do it using remote control on LFSLapper wich i never finished but coded in part (Connection via TCP, LFSLapper is a server and graphic interface is the client).

Please don't change this!

Take a look at LaperServer.cs source ( it is used by console, local connection but it can be connected remotly on other computer )

Take a look at the zip file for a begin of graphic client


Gai-Luron
Last edited by Gai-Luron, .
Gai-Luron
S3 licensed
Hello,

you can specify a text file to export via ftp.

Look at ftp features of LFSLapper

Gai-Luron
Gai-Luron
S3 licensed
Hello,

it's seem to be not the right LFLLapper version

Gai-Luron
Gai-Luron
S3 licensed
You have incompletely set this value in LFSLapper.lpr smtpServer seem void

# To receive a notification via mail when an error occur on Lapper
$adminEmail = "";
$smtpServer = "";
$loginMail = "";
$passMail = "";

Gai-Luron
Gai-Luron
S3 licensed
Hello,

at line 194

$STdiff = $OldTopSpeed - $TopSpeed

you forgot ";" at end of line. Maybe this is the error

Gai-Luron

PS: I can't test it, i break my windows XP previous Week and i haven't installed all for test that in my new windows 7
Gai-Luron
S3 licensed
New Patch Release By Krayy: 6.6.1.2

Quote :
Here's a small update to the GetPlayerInfo function in the scriptFunctions.cs file to allow calling it wothout any paramas returns the current player info e.g called as

$currPly = GetPlayerInfo();

Will return the info array for the current player,

$currPly = GetPlayerInfo("Krayy");

returns infor for specific player.

Gai-Luron
S3 licensed
Hello,

Does your qualification file containing def of qual and usernames who participate in qual is set?

$RefreshQualUsers = true;
#$QualUsers = "&./your_file.flt";
#$QualUsers = "@DefGroup:5:5:2,Gai-Luron,MataGyula,nesrulz,gwendoline,_-ALUCARD-_,lagamel,lister88,c-quad,shimanofr,bruno7529,boby5,kevinb,edgar,berlioz,la tortue,neron59,eur-can,stff,2psbob,oliv76000";

Gai-Luron
Gai-Luron
S3 licensed
Hello,

If i remember, Idle begin to work only if you pass the first split. This to avoid spectated when you wait on the starting grid the begin of race. See changes.txt file

Quote :+----------------------------+
|Changes from v5.826 to 5.827|
+----------------------------+
...
3. Idling on track is not active on start race, become active when the first player pass the 1th split

4. Idling on track is not active after pass finsih line
...

Gai-Luron
Gai-Luron
S3 licensed
Hello,

i don't think it's work on last teamspeak

Gai-Luron
Gai-Luron
S3 licensed
Hello,

GLScript it's an invented language that builds on the syntax of many languages such as:
C, C++, C#, PHP, VB, INFORMIX and other that i have used in my life.

it has nothing to do with GLScript for creating 3D games. I did not know what language was.

In fact all languages are similar with test statements, loop statements and vars.

Gai-Luron
Gai-Luron
S3 licensed
You have to add a default regro in the table g_compt_fi_regro.

INSERT INTO `gcomp_fi_regro` (`id_fi_regro`, `lregro`, `banniere`, `affiche`, `visible`, `message`, `aide`) VALUES
(1, 'MY REGRO', '', '', 1, '', '')
FGED GREDG RDFGDR GSFDG