The online racing simulator
Searching in All forums
(402 results)
St4Lk3R
S3 licensed
well... I think there will be lotsa cars in LFS when its finished in these holy days...

Oh By the way:

Stalker votes to ban Jakq: press 1
St4Lk3R
S3 licensed
the problem I see in this is that you may of course get a modified header from the tv server, but you have the whole temp_mpr.mpr-file that is there on the harddisk and you can not determine where the race is at the moment.
St4Lk3R
S3 licensed
oops, my avatar changed
St4Lk3R
S3 licensed
Hi Paul,

I recently created a script that receives a racers personal stats from lfsw and creates a status-image for forum-signatures. I think this will explain pretty good how to do a connection to lfsw and it also does a bit of caching.

You may want to look at it here:
http://www.stalkernet.info/source/lfsstatus/index.php

If you want to get hotlap-data, you will possibly have to filter $iter == 0 and then explode the next received line. like this:

<?php 
$content 
= array();
while(
$line fgets($lfswconn)) {
    
// Filter unneeded entries - Chunk size
    
if($iter != 0) {
        
$content[] = $line;
    }
    
$iter++;
}
foreach(
$content as $hl) {
    
$data explode(" "$content);
}
?>

Greets, Stalker
St4Lk3R
S3 licensed
Quote from Becky Rose :On the plus side, he was killed doing what he loved. On the down side, it does kinda reek of "I told you so...".

Yes, you're completely right.

Quote from wheel4hummer :This month's avatars should all be steve Irwin.

+6*10^23!!!

Well... sad to hear that such a great showmaster died. Crocodile Hunter was always my favourite weekend-TV-Show. I think there will also be a "Steve Irwin revival day" here in Germany on RTL2... read something like this on their webpage today.

Requiescat in Pace, Steve.
St4Lk3R
S3 licensed
Quote from filur :Very nice , i'd suggest you arrange it so each language gets its own page though.

Done. Good suggestion by the way.
St4Lk3R
S3 licensed
For C++ this may be, wheel4hummer, because all these structs are in c++. But does InSim.txt tell you how to connect to InSim? no. Does it give you an example? no.

The tutorial section is meant to do these things. For different programming languages, not only for php. you may also add a tutorial for c++, if you can program in c++.

*invites*

Greets, Stalker
St4Lk3R
S3 licensed
thanks, I'm happy that you like it
The LfS-Wiki InSim Tutorial
St4Lk3R
S3 licensed
Hi Programmers!

Well, the LfS-Wiki is back online now (as GP4Flo said, reachable via http://wiki.lfs.4players.de) and I have created a new section called "InSim tutorial". This section is meant to become a collection of tutorials on basic use of InSim in different programming languages (e.g. PHP, C++, C#, Java, Delphi and so on). To show how a tutorial could look like, I created one for PHP .

I am looking forward for your opinions about the new section and for your contributions in the new LFSWiki section

Greets, stalker
St4Lk3R
S3 licensed
Quote from duke_toaster :I don't see why everyone hates the oval. The BF1 is stupid for it, the best oval cars are FO8 and FXR.

have ye ever seen a formula 3000 car race on an oval? the only car that is really good for realistic oval racing is the FXR, which i would very much like to race on an oval server sometimes. but because there is not any oval server without bf1 only, i will never do.
St4Lk3R
S3 licensed
Quote from ThunderCable :Well, yeah, but... Lets test on , o lets say; cars -> RB¤



And I can't find all these in the English one; 1. Einleitung
2. Anzeigen
3. Kameraansichten
4. Menüreferenz
5. Optionen
6. Wagen
7. Strecken
8. Autocross Editor
9. Setup Guide
10. Dedizierter Server
11. Telemetrie
12. Hardware
13. Dateiformate
14. Skins
15. Über LFS
16. Links
17. Glossar
18. Impressum

Get my point?

Hi Thundercable,


As Flo said, he is right now copying them back from his backup. I think in a few days all the articles will be up'n'running again.
St4Lk3R
S3 licensed
traxxion, it will be public when its done. it works really well right now on the FLP-Server, doesnt it?
St4Lk3R
S3 licensed
thanks hahni, sorry it was in fact in the insim.txt.
Receiving a Server's name via InSim
St4Lk3R
S3 licensed
Hi there.

I tried to look it up in the InSim.txt file, but did not find it at all. Is it possible to receive a server's name via InSim? I thought it would be in the STA packet, but did not find it there, and a quick search also found 0 results.

Thanks in advance,
Stalker
St4Lk3R
S3 licensed
Phill, we had that topic 2 weeks ago.
St4Lk3R
S3 licensed
Found a fast mirror recently.
http://www.fragland.net/downloads.php?id=15431

Rock solid and fast
St4Lk3R
S3 licensed
Apple, IBM is even more crappy.

chocolate or cookies?
St4Lk3R
S3 licensed
ORION, vertical align can also be set up via css. the reasen why xhtml is here is to make it a markup language again - nothing more, nothing less. things like valign="", <sup> or <strong> are tags that are there just to define how the text looks like - what can of course be better done with CSS.

my :twocents: again.

BTT please.
St4Lk3R
S3 licensed
Hi Victor.
I am also a website programmer, like so much people here in this forum, and I know your problem. If one does heavily use JavaScript on his or her sites, he or she has the problem that all the users who do not have a browser of the latest generation and even search engines like google can not view/index the site properly. In my humble opinion, The initial loadup of a page, whether it's design or content, should be done completely without javascript. If you offer the possibility of opening, reloading or updating a page (AJAX), it's important to always have a fallback solution for people without javascript. Yes, it's annoying to have to code things twice or more just because some people think "lol javascript and cookies are bad". But you have to do. A desktop design is of course impossible without Javascript, but I think leaving the desktop design is the logical next step. The site is well designed and its almost barrier-free, but with the look and feel of a desktop Google will not even once think of indexing it properly.

BTT: I voted for 1. Javascript is not bad, as many people think. Javascript and Cookies are 2 things that have a bad image just because some magazines printed somethink without proper research. Cookies have a bad image because an american computer magazine once, in the mid-90s, printed that webservers could read files from your computer. In fact they cant randomly select files they want to read from your PC. They cant even read the cookies they set earlier. The cookies are sent back to the server in a request-header, and the magazine printed wrong things. They wrote a correction in the next issue because they recognized the error they made, but it was simply silenced to death. And because JavaScript can read and set cookies, It was called bad once it was out.

Oh, one thing I forgot:
@Becky Rose and all the others that cant see the difference between Java and JavaScript:

They are two entirely different things.

Java is a programming language that creates a intermediate language when compiled, so people have to get the Java Plugin from Sun Microsystems to use all these nice Java Applications.

JavaScript is a client-side scripting language that comes in with all modern browsers. You do not need any extra plugin to use it, and everyone who once surfed LFSW can tell all the good things JavaScript can do. JavaScript can be simply embedded into websites using *.js-files.

We are talking about JavaScript here. It has nothing to do with Java except a part of the name and some similarities in Programming Style.

@Vic: We have a percentage of 70% who use javascript to 30% who dont. Follow the majority. In my opinion, You should use JavaScript to make the sites more useful. You should heavily use it. But please always offer a fallback solution for all those who dont have a modern browser and for these nerds that can not stop thinkin "oh JS is bad".


These were my :twocents:, thanks for reading them.

Greets,
Stalker
Last edited by St4Lk3R, .
St4Lk3R
S3 licensed
Its good to ask for this before you do it, but in my opinion you are in fact able to use LfS for this pretty good, despite the fact that you can not put up other cars in the autox-editor. If you dont know how to open the autox-editor: its accessible in single-player shift-u mode.

PS: Maybe an email to the devs asking for permission might not be wrong
St4Lk3R
S3 licensed
Hi all you Radeon Low-FPS guys,

try Omega Drivers instead. Since I use them, I can get lotsa more fps from my R9800+P4 1.4+1GB RAM system.

But be careful: before you install Omega Drivers, uninstall the old original drivers completely. Best is to use a Tool like DriverCleaner for this.
St4Lk3R
S3 licensed
hey Tweaker, thanks for getting this thread out of the depths of the forum archive. Now I'll also post my tellings like forum articles here...
St4Lk3R
S3 licensed
Quote from Freeliner :+1

+1 * 10^10^10^10^10^10^10...
St4Lk3R
S3 licensed
Quote from GP4Flo :All we need is some new LFS content, so the people have better things to do then to bitch around.

Good Joke Flo, Haha.

So we have no new lfs content? Yes, of course.
  • It's no new content that collision detection was improved a lot in some T-Testpatch (now known as Patch U).
  • It's no new content that the track selection screen has been heavily improved.
  • It's no new content that the minimap is now better visible and you can actually see the driving-direction of cars.
  • It's no new content that LfS now already has a nice-featured scripting systen.
  • It's no new content that LfS has now an even better autocross editor with marshal objects, restricted areas and hidden checkpoints.
  • It's no new content that Victor recently coded a SMS Live-Alert system so I was informed at once when patch S came out. The Hoster of the SMS-Server will "of course" let ScaViEr use their service for free.
I did not even take the patch S improvements into account, and you say we need more content? These developers named Scawen, Victor and Eric are doing so much for us. They are actually reading nearly all of our suggestions and try to put as much as possible of it into the game and the websites. The least thing they need are users that are bitchin around the forums, revealing PM correspondation to the public or even using 12GB of the traffic the devs pay for for just showing us a simple chart containing the count of demo-racers and s1 and s2 licensed racers. Please people, think about your behaviour on this forums.

With a big "thankyou" and greetins from school,
Stalker
Last edited by St4Lk3R, .
St4Lk3R
S3 licensed
well... now do this and then remove the shampoo from your eye.

sorry, couldnt resist
FGED GREDG RDFGDR GSFDG