The online racing simulator
Searching in All forums
(17 results)
SumBeam
S2 licensed
LFS Manual

AU1 = 16
AU2 = 16
BL3 = 16
SO2 = 16
FE6 = 24
SumBeam
S2 licensed
No need to make a new table. Click on (first one next to 'Structure') SQL and copy the code in mysql_instructions.txt to that page and click on Start
SumBeam
S2 licensed
Yupz, really nice!

Here is our ELP. Not really big, but might help.
SumBeam
S2 licensed
I also want to know which update it was. There were 7 updates I have deinstalled today. One IE6 update and six security updates.

KB955759
KB970430
KB971737
KB973904
KB974318
KB974392

I think one of these six updates, causes the problems. I think I'm going to sort that out this week, not tomorrow, because there are league-races on the servers. We will let it know if we can sort that out.


But, for now it is working, no problems at all. Thanks for your support Gai.
SumBeam
S2 licensed
With the url encoding site (first post) I get the name:

%uFF89%uFF8Fedline%20%uFF89%uFF8Facing%207

But, with that name, I get the message:

Hostname cannot be longer than 32 characters.


The code is 42 characters long, that's 10 too much...
SumBeam
S2 licensed
When no settings are set in the server, 'Version' is not in the right place...

Click here for an example
SumBeam
S2 licensed
Quote from --==Gogo==-- :Hi Victor,

for a few days now the "?action=hosts" command sends a wrong version-flag in TMLT. For example "[email protected]" has a "1" in Type which stands for new S1 but I am quite sure this is a S2-Sever. And there are quite a few more servers where this happens.

Maybe you can have a look.
Thank you.

That's not a fault of that command, but thats because the server running S1 content. The cars which used, are RB4, FXO and the XRT, that is S1 content. The track (South City) is also S1 content. It doesn't matter if it is a S2 server, but LFS World and LFS looking at the track/car combo if it is Demo/S1/S2.
SumBeam
S2 licensed
You have a little fault in your example_2.py file... In line 32:

insim.bind(pyinsim.EVT_CL0SED, insimClosed)


EVT_CL0SED (there is a 'null' as O) isn't found in pyinsim.py. I had to change it to EVT_CLOSE (with a real 'O'), to get it working
SumBeam
S2 licensed
I found a little error in the default LFSLapper.lpr. If I use the rotation mode, the values $CurrRotateCar and $CurrLongRotateTrack don't give output. It shows in LFS-chat:

Car changed, go to pit! Current car =
Track changed, please wait!
Current Track =




Event OnRotateCar() # Lapper Event
cmdLFS("/msg Car changed, go to pit! Current car = " . $CurrRotateCar);
EndEvent

Event OnRotateTrack() # Lapper Event
cmdLFS("/msg Track changed, please wait!" );
cmdLFS("/msg Current Track = " . $CurrLongRotateTrack);
EndEvent
SumBeam
S2 licensed
If you press Shift+I, you're 'smoke' screen is also "deleted" And you can't forbid that...
SumBeam
S2 licensed
You can try to edit cfg.txt... There is an entry with that info... You can see, I work with 1024x768x60

Screen Info 0 60 1024 768 (Search for it)


I don't know if it works
SumBeam
S2 licensed
Feature Request: Possibility to upload the Grip/DriftPB.dbs files in the automatic upload system...

Is that possible (in the feature?)
SumBeam
S2 licensed
Quote from 80085 :I've lfslapper too. but there is one problem, my lapper count only time from 0 to 100 speed and something else but not a Drift points. What I should do ?

In the LFSLapper.lpr is a section for the drifting-points etc...



##################
#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";

# Actions to do on new personal best drift lap.

Event OnDriftPB() # Player event
cmdLFS( "/rcm " . GetCurrentPlayerVar("Nickname") . "^3 made new PB: ^7" . GetCurrentPlayerVar("DriftScore") . " ^3pts!" );
cmdLFS( "/rcm_all" );
EndEvent


Event OnDriftPB() # Player event
cmdLFS( "/msg " . GetCurrentPlayerVar("Nickname") . "^3 made new PB: ^7" . GetCurrentPlayerVar("DriftScore") . " ^3pts!" );
EndEvent


# Actions to do to when total lap drift score is higher or equal to MinimumDriftScore.


Event OnDriftLap() # Player event
cmdLFS("/msg " . GetCurrentPlayerVar("Nickname") . " ^3drifted to ^7" . GetCurrentPlayerVar("DriftScore") . " ^3pts" );
EndEvent


# Message to get on end of each drift.
# Possible variables to use:


Event OnDriftScore() # Player event
privMsg( "Score: ^7" . GetCurrentPlayerVar("DriftScore") . " ^3" . GetCurrentPlayerVar("LastDriftScore") );
EndEvent


$GoodDriftScore = 4000; # Value to be reached to execute action on good drift score


Event OnGoodDrift() # Player event
privMsg( GetCurrentPlayerVar("Nickname") . " ^3made excellent drift: ^7" . GetCurrentPlayerVar("LastDriftScore") ." ^3pts" );
EndEvent



$MinimumDriftScore = 10; # Minimum drift score required

# Actions to do at end of lap if MinimumDriftScore is not achieved.


Event OnDriftTooLow() # Player event
privMsg( GetCurrentPlayerVar("Nickname") . "^3 disqualified" );
cmdLFS( "/spec " . GetCurrentPlayerVar("Nickname") };
EndEvent


$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 = 100; # Maximum angel to maintain. When angle is above value, score is reset

Try this... I have deleted all /* and */ and some #... I think this works for you...

Good luck with it
SumBeam
S2 licensed
Quote from BedfordMarcus :...

- Intel Celeron Processor 550 (2.0 GHz, 533MHz FSB, 1MB L2 Cache)
- Up to 252MB Mobile Intel Graphics Media Accelerator X3100
- 1GB DDR2
- 120 GB HDD

...

Intel Graphic Accelerator is a shared video-memory card. It uses a part of your 1GB DDR2 memory. I think that's the reason why your LFS is 'choppy'.

Already said, but turn down your graphics in LFS to low and try it again.
SumBeam
S2 licensed
Please post a bigger image We can't read that... To small
SumBeam
S2 licensed
Welcome Laura to LFS! I'm sure that you have fun


Quote from dan12s :Welcome to lfs
LFS is being taken over by girls!!

Here is another girl Since september 2007, I have a S2 license...
Last edited by SumBeam, .
FGED GREDG RDFGDR GSFDG