The online racing simulator
Searching in All forums
(38 results)
2
pezia
S3 licensed
How much does a rig like this cost? The website does not contain any prices. Or I've just missed them.
pezia
S3 licensed
I don't run LFS as an Administrator and have no problems with this. Why do you run the game with elevated privileges?
pezia
S3 licensed
Thank you Scawen for the report.

This is an interresting concept. Developing a tyre model and measuring that instead of real tyres... Of course it has the advantage of a "finished" and deterministic model, so with the constantly growing computational capacity of our PCs lead to this model, but since then it can be approximated with various accuracies, so it can be computed realtime. The other advantage is the easy and fast measurement. I hope the base model is - or will be - good enough, so with the faster computers we can easily get better and better tire physics with a short development time.
pezia
S3 licensed
Would be nice to have some hash (sha1 or such) of the exe from the users, who use the linked lfs.exe but have CPW problems. I am pretty shure they have some kind of virus wich the AV does not detect.
pezia
S3 licensed
The Wattages on the PSUs are the total output power of them. The maxmum Watts are different on the various voltages too, but the sum of them is eg. 650W wich is the 80% of the input power (assuming a 650W psu with 80% efficiency). And the efficiency it not a constant. It depends on the load too. So it may be worse or better.
pezia
S3 licensed
I did not crop it, but here it is.
pezia
S3 licensed
This should be done at the race setup screen only, so it disturbs noone during the race.
Redirect to another server through InSim
pezia
S3 licensed
It would be a nice feature if we cold programmably force racers to change servers through InSim.
An example:
In our league we race on multiple servers and if someone runs prequalifying laps but does not attend the race itself it is always a pain to "manually" move the people forward to another server to fill the gaps. This could be automated with such a feature.
pezia
S3 licensed
Quote from Flame CZE :Heh, that should be fixed by htmlspecialchars() or another function.

I prefer htmlentities, with $quote_style = ENT_QUOTES
LFSWorld Replay Analyzer Non-persistent XSS
pezia
S3 licensed
The raf1 and raf2 parameters are embedded directly into the HTML code.
pezia
S3 licensed
Quote from DarkTimes :Yes, Spark does not understand about different encodings, so this is an issue with the library. I was thinking about releasing a stand-alone LFS string library, which is why Spark does not include any encoding support, but while this was a good idea, I haven't been able to find the energy to finish it. This means I will need to add encoding to Spark, but I'm not sure when that will be.

I think a reasonably default for encoding is default

PacketReader.cs:
public string ReadString(int count)
{
_position += count;
return Encoding.Default.GetString(_data, _position - count, count).TrimEnd(char.MinValue);
}



So Encoding.Default instead of ASCIIEncoding.ASCII.
This should do the job, since the client InSim apps mostly run on the same system as the InSim server.
Of course this is just a temp hack.
Feature request
pezia
S3 licensed
Hi!

This lib is very useful. Thank you for your work.
Here is a feature request:
it would be nice if the PType would be a FlagsAttribute field in the IS_NPL packet struct.

Cheers, pezia.
Last edited by pezia, .
2
FGED GREDG RDFGDR GSFDG