The online racing simulator
Searching in All forums
(217 results)
sarxes
S3 licensed
There is any progressline where is the new and final release will came ?
sarxes
S3 licensed
If the 6.013 its not released yet how is possible that this server :1-1 DELTA™ Drift Public 6.0.1.3 runs that o.O ?
sarxes
S3 licensed
There is any way to run LFS lapper without dedicated host in single player ?
sarxes
S3 licensed
THX a lot for your help again , but the code doesnt work any more
Last edited by sarxes, .
sarxes
S3 licensed
Yeah , okay I resolved So how should I do that I made route chackers on track and I want to spectate players who drive trough on a chacker tiwce !

I attached an ex. picture . So there is players who make a lot of circles around the red line what I suggest on the picture and they have a lot of drift points ! Or its good for me that if someone drive twice on a route chacker reset the drift point to zero

and my other question is that why

<?php 
CatchEvent OnSplit1
$userName # Player event
    
IF ( $DriftScore )
    
THEN
        $DriftScore
=0
    
ENDIF

    IF ( 
$LastDriftScore )
    
THEN
        $LastDriftScore
=0
    
ENDIF

EndCatchEvent
?>


this code doesnt work ...
Last edited by sarxes, .
sarxes
S3 licensed
Some where should I download the lapper ??? I can't see any download link Nice work again thx for the effort and free time for continue developing the lapper !!!
sarxes
S3 licensed

<?php 
3
/16/2012 8:05:35 PM -> Syntax error in cfg file "./includes/driftmeter.lpr" at line #232
    
Function not defined...closeButtonRegex
    
Function 'ondriftscore./includes/driftmeter.lpr-50' script aborted
3
/16/2012 8:05:39 PM -> Syntax error in cfg file "./includes/driftmeter.lpr" at line #116
    
Function not defined...closeButtonRegex
    
Function 'ondriftscore./includes/driftmeter.lpr-50' script aborted
3
/16/2012 8:05:40 PM -> Syntax error in cfg file "./includes/driftmeter.lpr" at line #232
    
Function not defined...closeButtonRegex
    
Function 'ondriftscore./includes/driftmeter.lpr-50' script aborted
3
/16/2012 8:05:43 PM -> Syntax error in cfg file "./includes/driftmeter.lpr" at line #116
    
Function not defined...closeButtonRegex
    
Function 'ondriftscore./includes/driftmeter.lpr-50' script aborted
3
/16/2012 8:05:45 PM -> Syntax error in cfg file "./includes/driftmeter.lpr" at line #116
    
Function not defined...closeButtonRegex
    
Function 'ondriftscore./includes/driftmeter.lpr-50' script aborted
3
/16/2012 8:05:45 PM -> Syntax error in cfg file "./includes/driftmeter.lpr" at line #349
    
Function not defined...closeButtonRegex
    
Function 'ondriftresetscore./includes/driftmeter.lpr-348' script aborted
?>


Quote from sinanju :I've just re-loaded the file I zipped up, and it works ok for me (using in offline mode).

Did you change anything in the file?

Last edited by sarxes, .
sarxes
S3 licensed
Quote from sinanju :

As an alternative, you could make additional button like

<?php 
    openPrivButton
"drift_explain",5,137,22,6,4,-1,32,"^1Too Slow%nl% %nl%Lost Scores" );
?>

and add that at the end of the CatchEvent OnDriftResetScore section.

There is something wrong in the new driftmeter :


<?php 
driftmeter_TDS01 
"^8?";

    
driftmeter_TDS11 "^0:(";

    
driftmeter_TDS21 "^2+";

    
driftmeter_TDS31 "^3++";

    
driftmeter_TDS41 "^4*";

    
driftmeter_TDS51 "^5**";

    
driftmeter_TDS61 "^6:)";
    
driftmeter_TDS62 "^6*";

    
driftmeter_TDS71 "^7!";

    
driftmeter_TDS81 "^8!!";

    
driftmeter_TDS91 "^1:)";
?>

These "icons" are wont show in the new driftmeter .... :/
sarxes
S3 licensed
Quote from sinanju :

[/COLOR][/COLOR]try

IF ($MinimumDriftSpeed >25)
THEN
openPrivButton( "mylogo",5,138,22,3,1,-1,16,langEngine( "%{driftmeter_mylogo}%" ));
openPrivButton( "driftboxback",5,137,22,35,4,-1,16," ");

ELSE

ENDIF

If buttons are already on screen when doing less than 25kph, then between ELSE and ENDIF, add
closePrivButton( "mylogo&driftboxback");

IF closePrivButton isn't needed then don't use it - why risk getting errors with lapper trying to close non existent buttons?

Its doesnt work :/

And how should I integrate the drift list like this racepos ? I added the button but I dont know how on continue ....
Last edited by sarxes, .
sarxes
S3 licensed
I made this but its doesnt show nothing


<?php 
CatchEvent OnDriftScore
$userName # This is the section for displaying the Drift Meter and Drift Messages
    
    

    
$AngleVelocity GetCurrentPlayerVar"AngleVelocity" );
    
$DriftScore GetCurrentPlayerVar"DriftScore" );
    
$LastDriftScore GetCurrentPlayerVar"LastDriftScore" );
    

    IF (
$MinimumDriftSpeed <25)
    
THEN
    closePrivButton
"mylogo",5,138,22,3,1,-1,16,langEngine"%{driftmeter_mylogo}%" ));
    
closePrivButton"driftboxback",5,137,22,35,4,-1,16," ");
    
closePrivButton"driftanglebox",6,146,10,20,4,-1,16," ");
    
closePrivButton"driftcombbox",16,146,10,10,3,-1,16," ");
    
closePrivButton"driftscorebox",16,156,10,10,3,-1,16," ");
    
closePrivButton"driftangleboxtext",6,146,10,5,3,-1,0,langEngine"%{driftmeter_driftangleboxtext}%" ));
    
closePrivButton"driftcomboboxtext",16,146,10,5,3,-1,0,langEngine"%{driftmeter_driftcomboboxtext}%" ));
    
closePrivButton"driftscoreboxtext",16,156,10,5,3,-1,0,langEngine"%{driftmeter_driftscoreboxtext}%" ));

    
closePrivButton"TDSM",6,140,20,4,2,-1,16,langEngine"%{driftmeter_TDSM}%" ) );

    
closePrivButton"driftcomboboxtexttop",85,1,30,7,4,-1,96,langEngine"%{driftmeter_driftcomboboxtexttop}%" $DriftScore ) );
    ELSE
    
    
openPrivButton"mylogo",5,138,22,3,1,-1,16,langEngine"%{driftmeter_mylogo}%" ));
    
openPrivButton"driftboxback",5,137,22,35,4,-1,16," ");
    
openPrivButton"driftanglebox",6,146,10,20,4,-1,16," ");
    
openPrivButton"driftcombbox",16,146,10,10,3,-1,16," ");
    
openPrivButton"driftscorebox",16,156,10,10,3,-1,16," ");
    
openPrivButton"driftangleboxtext",6,146,10,5,3,-1,0,langEngine"%{driftmeter_driftangleboxtext}%" ));
    
openPrivButton"driftcomboboxtext",16,146,10,5,3,-1,0,langEngine"%{driftmeter_driftcomboboxtext}%" ));
    
openPrivButton"driftscoreboxtext",16,156,10,5,3,-1,0,langEngine"%{driftmeter_driftscoreboxtext}%" ));

    
openPrivButton"TDSM",6,140,20,4,2,-1,16,langEngine"%{driftmeter_TDSM}%" ) );

    
openPrivButton"driftcomboboxtexttop",85,1,30,7,4,-1,96,langEngine"%{driftmeter_driftcomboboxtexttop}%" $DriftScore ) );
    
    ENDIF
?>

sarxes
S3 licensed
Hy Sinanju,

How the things are ? I didnt posted any questions but now i do. What I need the rewrite in driftmeter to show the driftbox after my speed is reached 20 KM/h so if I stop and my speed is 0 I want to dissapear and if i reach again the 20KM/h to show again.

ThX friend !
sarxes
S3 licensed
Quote from avitron :faster internet

I have download speed 2,5MB and upload speed 1,28 MB ! Its not enough ?
sarxes
S3 licensed
Quote from sinanju :The 'Ok' buttons at the bottom of the !top and !drf tables are built into lapper so no way off removing as far as I'm aware.

But I DONT need :'( because the Close Drift Score close all but the ok is only the list and the buttons abouve remain there...
sarxes
S3 licensed
Maybe this is the solution but not sure:

-reinstall the game
-Look after that the windows doesnt block the LFS.exe to connect to internet !
Error
sarxes
S3 licensed
Hello everybody,

I have a problem when I playing LFS suddenly I disconnected. When I look in dedicated server i saw this problem :

Error UDP: WOULDBLOCK(1)
Error UDP: WOULDBLOCK(2)
Error UDP: WOULDBLOCK(3)


How could I solv that ?
sarxes
S3 licensed
Hello Mad,

I attached my image, with my question. In LFS chat you could use 95 charachter but Winamper use only 63 or 73 idk ... You could change to 95 , because in that case I could show the whole track title. My another problem is cuz when the track title is short after the song is showed this : Winamp: track title -W. So the "-W" is always after the track name. You could remove it ? ThX 4 your help. All the best SarXes
sarxes
S3 licensed
Hy Sin,

My new question is attached on the imaged
sarxes
S3 licensed
Here is the file


-Link Removed !!!-
Last edited by sarxes, .
sarxes
S3 licensed
Quote from MadCatX :Wow.. apparently Wireshark cannot capture the loopback interface on Windows for technical reasons, the only other alternative that is said to work is RawCap (http://www.netresec.com/?page= ... ffer-for-Windows-released). I need the loopback capture because this is where all the InSim communication takes place.

I suggest you remove the previous log from the forum as it contains all your network communication, someone might use it to retrieve your login passwords and stuff from that.

I dont know how to quit from RawCap its working, just after the Insim time out i dont know how to stop app in way to save to log.cap file because its created but its 0 byte ...
sarxes
S3 licensed
Quote from MadCatX :Just start logging on the loopback interface and apply "tcp.dstport == 29999 || tcp.srcport == 29999" as filter. When you get disconnected, you can save the log as pcap and upload it somewhere.

I uploadded the log file in rar format so you have to extract. I dont know if you will find anything ...
Last edited by sarxes, .
sarxes
S3 licensed
Quote from MadCatX :I'd certainly like to be sure there's nothing wrong in with the InSim communication before I suggest any sort of experiments. It'd be great to have some better feedback than just yours...

The less invasive method would be for you to download Wireshark and log all communication on port 29999 to see if all the packets are getting through.

I downloaded just I have to know how to set up the app to log this 29999 port, i looked around but yet i dont know how its working.
sarxes
S3 licensed
Quote from MadCatX :LFS sends a keep-alive packet each 30 seconds to check if an InSim guest is still there. It's been my understanding that LFS always wants a reply to this packet regardless of any other communication. I kept Winamper running for about 40 minutes and it was working fine. Your networking stack appears to be seriously messed up.

Do you have any solution for this ? What should I do ?
sarxes
S3 licensed
Maybe you should reinstall the game , I think this will solve the problem
sarxes
S3 licensed
Quote from paul88 :dont that seems to work ok

i added my lfs user name in admin file but when on server and i type !admins or !event nothing am i doing somthing wrong ??

Idk what is the problem but its doesnt work for me too ...
sarxes
S3 licensed
Quote from paul88 :right im getting somewhere now thanks for all help

next how do i turn off drift as we race server not drift and how do you turn off friendly rank ????

thanks

Find Drifting options section and change to mine


<?php 
##################
#Drifting options#
##################
# This is the filepath for a file containing the collected data.
# This file will be created if it doesnt exist yet.
# You must ensure read/write access to this path.
#-------------------------------------------------------------------
/*

$DriftDatabase = "./DriftPB";
$MinimumDriftSpeed = 50; # 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 = 130; # Maximum angel to maintain. When angle is above value, score is reset

# Actions to do on new personal best drift lap.
Event OnDriftPB( $userName ) # Player event

EndEvent

# Actions to do to when total lap drift score is higher or equal to MinimumDriftScore.
Event OnDriftLap( $userName ) # Player event

EndEvent
Event OnDriftScore( $userName ) # Player event

EndEvent

$GoodDriftScore = 4000; # Value to be reached to execute action on good drift score
Event OnGoodDrift( $userName ) # Player event

EndEvent

$MinimumDriftScore = 1000; # Minimum drift score required

# Actions to do at end of lap if MinimumDriftScore is not achieved.
Event OnDriftTooLow( $userName ) # Player event

EndEvent

# Actions to do when drift score is resette to zero when to low speed.

Event OnDriftResetScore( $userName ) # Player event

EndEvent
*/
?>

For friendly rank is


<?php 
privRcm
(  langEngine"%{main_onnewpb_rank2}%" ,GetCurrentPlayerVar("Car"),GetCurrentPlayerVar("PosAbs") ) );
?>

and put " # " before privRcm withour quote marks like me


<?php 
#privRcm(  langEngine( "%{main_onnewpb_rank2}%" ,GetCurrentPlayerVar("Car"),GetCurrentPlayerVar("PosAbs") ) );
?>

Last edited by sarxes, . Reason : I forgot something
FGED GREDG RDFGDR GSFDG