Yes you are right, this is a problem.
You added /dedicated=nogfx to a link-file to LFS? Cause if you start lfs from the program LFS will be run only with /insim=XXXXX
I will add an value to the ini file to run LFS with additional parameters.
But now you can run LFS without the program and set the insim port manually, use the same you typed in the program 35743 is the default one.
Then you can run Live for Stats and it will also work.
Known issues
- You cannot start LFS with additional parameters out of Live for Stats
- If there is White space in the path to LFS it won´t work
If you look at this page again the graph is now per Split
@OldBloke
Yes you can use a filename you want, you can specify it in settings.
For that you have unique filenames you can use this Tags
[DATE] -> the date on your system in this format: yyMMdd for example 060928 [TIME] -> the system time in this format: hhmmss hh=0-24 for example 201501 [TRACK] -> short form of the track name (like in Output File) driven in the last Race for example KY1, BL1 [MODE] -> Shows if the last challenge was a "race" or "qualify" [MODE+] -> Same as [MODE] but it adds the laps of a race or the time of a qualify behind it
for example qualify60 or race10 [PLAYER] -> Number of Players in this Output File
(from the documentation :P)
Thats the default one "filename-code" stats_[DATE]_[TIME]_[TRACK]_[MODE+].xml" and the filename will look like this for example stats_060928_201501_KY1_qualify60.xml
For your second question:
No, you have to write the local host before the xml files
Hi, yes you can use it in Replays (max should be 4x), Single Player and Multiplayer.
Also you can use it in practice, there you can fly to pit and your driven laps won´t be resetted (like in qualify too).
I have to say, I never tried it with Hotlaps but I think it works as Practice does it. Will try it now :P
EDIT:
Hotlapping is also no problem. and you get practice in the name, if you used [MODE] or [MODE+] as a tag
From time to time I get crackling while driving too, It comes several times per lap.
But I had it only 4 times if I started LFS. But if it comes, I noticed it the full race.
I couldn´t reproduced it yet.
Oh I love that. It irritaded me all the time to have the sound if LFS has no focus.
For what do I/you want the sound if you don´t see anything? Or do you mean if you have another window half over it?
I can live better with it, so it´s a nice feautre for me
I drove a race in singleplayer and alone and had 2-3 really annoying lags per lap.
Maybe it comes from another task was opened but only some websites.
So I only want to hear if someone else noticed it...
Every Stats tool have such outputs LfsLappter, lfsstats and my live for stats :P.
You could get this information with a request of the New Player packet every time.
So you can proove if the settings are right.
So I figgured it out now.
I have no chance to get the car name before the first lap (if I have no IS_NLP package at beginning) cause in the mci packet for example there is no start position / plynumber but I need the playernumber to request the IS_NPL package.
If I request it on disconnecting driver it sees the information was deleted by LFS.
So it would be good to have a package like MCI but wich every player get if he joined the server or with requests.
In this package could be included a n 8 array and contains these informations
-uniqueId
-plyNumber
-PName
-UName
-carName
-playerFlags
Now I have to get these informations from laps or splits/mci and have to check every time I get them if I still need it (much overhead)
Such a packeage would be very nice and no problem to implement (no problem for other tools)
It would be nice if it also contains the lap information cause maybe you wasn´t at race start and now you have to wait for the STA package or request it.
It would be a nice welcome gift for a new player :P
race information
-track
-weather
-wind
-LENGTH ;=)
-SPLITCOUNT (only the split-time-points)
I have the first "real problem" with InSim.
(see Edit first )
- If a player (in replay) disconnects in the first lap there is no chance to get the carname he has driven.
Could there be added a id for´the cars in PLP and PLL?
Or a second thing would be to have some requests for name, carname...
Request 1 (4 + 4 = 8)
InSimPack Id = "NME"
InSimPack Value = 2 //UniqueId
Request 2 (4 + 4 = 8)
InSimPack Id = "CAR"
InSimPack Value = 2 //UniqueId
Answer 1(1 + 32 + 1)
InSimRequestAnswerPack UniqueID = 2
InSimRequestAnswerPack Content = "CLRS530"
InSimRequestAnswerPack value = 0 //for name
A second request is:
I don´t know why there isn´t a information with the length of a track. Or can I read it in a stable way from the node count (one node everytime x metres)?
EDIT: I never said anything Saw that I could do it with request of the IS_NLP packet, but have to look if this work if I do it on PLL or PLP packet...
There was a new version coming out today for Live for Speed with many bugfixes, it works much more stable and should give a correct outputfile again now
For LFS-Report there are also many improvments availible.
I did the result thing for myselv and for the undocomented Node thing I searched the forum...
[QUALY]
You cannot use the number in results, because what is if you drive one lap and you are first and the second has a better lap and is first too.
But its easy to use the best times and take the positions from there.
[RACE]
To get the result is easy Resultnumber in result.
For laps, splits or something else I did firstly something very stable for only the lap positions (use a array for every lap and count the drivers past this. Every new gets the next number.
But to use it for splits too, it will be to complicadet (too much data to store, variable split count...).
So I did the same angry_angel posted. But it´s a bit buggy for me at the moment I have to test this and the useage of Nodes couldn´t be so exact in my opinion because the Nodes are long and more then one player could be in one.
I don´t understand why LFS cannot send the position in a mci package cause it have to be there in the game.
I tested it and I got 1,2,3 but I joined with me (Host) and got 1.
in Race I have 0.
Maybe you could do it in a other way (but you do something wrong, I cannot find it...), adding a new ID if you get the first information you need and dont find this id.