The online racing simulator
Searching in All forums
(69 results)
eindewege
S2 licensed
Just buy a force feedback joystick, download FFshifter, and you've got an H-shifter.
eindewege
S2 licensed
I used c++ and OpenGL (I don't like .NET), my previous version was software rendering in VB6, but that came out a bit slow (10fps).

3D isnt that hard, you just have to transform the x and y coordinates to fit the perspective. But I'd advice to use OpenGL which is really easy,you can just copy-paste the SMX-triangles, and OpenGL will do the work for you.

Here's a good OpenGL tutorial-page http://nehe.gamedev.net/. Just download the sourcecode of lesson #2, and add the SMX loading part to it (there are .NET implementations available).

EDIT:

Lesson #2: http://nehe.gamedev.net/data/lessons/lesson.asp?lesson=02
Site's a bit down with certain intervals

And I don't use textures, the SMX-file doesnt supply them, but it does give you all the polygons you'll need to get a wonderfully detailed view.
Last edited by eindewege, . Reason : added link for lesson #2
eindewege
S2 licensed
Well its certainly a coincidence that I've been working on a similar program, a 3D replay analyser. The preview picture shows some of my braking points at Blackwood.



Quote :Espacially I wonder, how to color the triangles. I tried to use the average value of the three vertices, but that resulted in a blue track (and I'm not drunken ).

And what to do with the ground colors from the header?

Then the radius in the object block. I don't know, what it is useful for.

Just pick one of the vertice-colors, they all give the same result, just notice that a SMX-file uses a different color format, the first three bytes contain the color values, the last byte is the transparency (you don't need that). My guess is that you've directly copied the color value, which gives you blue roads.

Ground color in the header can be used as background color (I've picked another one).

Radius can be used together with the x and y pos, to see if an object lies within the visible area. (And for some LOD stuff).
Last edited by eindewege, .
eindewege
S2 licensed
I've made this little outguage program once, that stalls the engine.

its somewhere at this page.
http://www.lfsforum.net/showthread.php?t=7334&page=2
eindewege
S2 licensed
Quote from Iron :My gosh, that's awesome! Are there any more like this?

Search on youtube for Live for speed and slowmotion or tyre, you'll get loads of good movies (Although maybe not always as excellent as the movie posted above).

I havent played GT4 but, if the guy drives a car, you could compare cornering speeds, pick a 'normal' car in GT4 and go around a normal corner, and let him try to recreate that in real life (with a crash helmet perhaps :P)

As some already mentioned, doing donuts and drifting is something were most racing games fail.
Last edited by eindewege, .
eindewege
S2 licensed
I've had a few problems with the in car mirror when changing from U25 to U30, the mirror inside a few cars is really low, even in the highest position (for example the XRT). In the changelog it says 'Improved position of road car internal mirrors (again)', but personally, i think U25 was better at this point.

Also, the mirror in the XRR intersects with the windscreen.


(And as an improvement suggestion: mirror mode real-virtual-etc, is placed in the display menu, while all the other mirror stuff is in 'view', a bit confusing)
eindewege
S2 licensed
I'd say pick any fern bay or south city config, but don't choose Aston National. The last one is just not challanging in my opinion. Also, I think you'll learn much more when training with a difficult car, such as the LX6 or even the XRT, than when driving a downforce car.
eindewege
S2 licensed
Quote from Madman_CZ :I quite like South City Sprint2 and South City Classic reversed.... South city classic reversed makes the chicane a lot more interesting..

Man that chicane is gonna claim a lot of lives next race...
eindewege
S2 licensed
Quote from BurnOut69 :If it does it work without the USB plugged in, you might want to disable it when playing LFS. You wont need it when driving anyway.

Well thats sorta true, but I was planning to use it for LFS, I bought that USB-board to interface a tachometer. I want to use an external tachometer with LFS.

The tacho is working, and so is the Outgauge interface, but they're not working together. See my issue ?

Thanks for thinking with me btw.
LFS Crash with USB-Device
eindewege
S2 licensed
I've got an USB-interface board, with a few Digital inputs and analog outputs and stuff, but when it is connected and I start LFS, LFS crashes. It gives an error like

"The Instruction at 0x343someaddress referenced memory at 0x000something. The memory could not be read."

My guess is that Live For Speed tries to use this USB-device, but it shouldnt even try. Is there a way to let LFS ignore a device? Or has anyone encountered a similar problem?

Any help is appreciated.


LFS version S2 U20 (I tried LFS 0.04Q, it doesnt have the problem).
The device is a Velleman VM110 K8055D USB-board
eindewege
S2 licensed
It seems rather slow for almost 1000 Hp/tonne

0-60 in 3.4 secs, and 200mph, a decent porsche can do that, with half the power
eindewege
S2 licensed
Ive noticed that flatshifting is a bad habid, It makes all the other people on the road look funny at you
eindewege
S2 licensed
Quote from Ultay :....When I trying to take off my "noobness" shirt with racing in oval servers, i learned the truth
...

You picked the wrong track, the oval is a pretty decent noob-filter
eindewege
S2 licensed
Well atm, its very basic, I bypassed a lot of the tachometer stuff, in the end, its just a voltmeter (sort of). Im (ab)using the LPT-port, connected via a small transistor circuit. With a bit of pulse width modulation, you get this effect.

Its not perfect, there are only 40-80 'rpm-levels' I can use, so Im gonna try a real 5V output from a microcontroller or something (Think Im gonna abuse an old FFB-joystick, and steal its motor output).

BTW, any updates for FFShifter soon? Really like the program
Last edited by eindewege, .
eindewege
S2 licensed
Here's my latest outgauge project, finally I can read the numbers on the tacho :P

(Video is kinda crappy, try driving and shifting with one hand)
eindewege
S2 licensed
For most of the long Aston configs you can use the same setup, in fact the GTR cars have can use very similar setups at westhill and kyoto GP.
eindewege
S2 licensed
Uhm, can we please have an option to change to the FOX' style dash for the FO8 and BF1? Or be able to lock the wheel in place? Pleasee...

See http://www.lfsforum.net/showthread.php?t=7565
eindewege
S2 licensed
I really agree, this is the one reason I don't drive the fo8 and BF1 that much.
I normaly use the view withouth the driver's hands and steering wheel, 'cos I already have a wheel in my hands, why another one on screen? But with all the info on the wheel, I have to use the virtual guages, which block the mirrors in the fo8.

Anyway, I'd really like it if there was an option to switch between the FOX' style dash and the new wheel with all the info. Or at least make it possible to lock the wheel in place (like netkar iirc).
eindewege
S2 licensed
I dont know how he got to that stuff, I notice the understeer VERY good. When driving the XFR, just turn in sharp. When pressing the throttle, you (I at least) can feel the wheel pulling.

Edit: Just tested it again, I must agree that at least it isnt so obvious as before the patch.
Last edited by eindewege, .
eindewege
S2 licensed
I've got a clutch pedal, and I always disliked the fact that LFS doesnt have stalling engines. So I put together this crappy program.

It uses Outgauge to monitor the engine, and when the rpm drops to low for that car, it presses 'I' (turn of engine). Of course this is if you don't press the clutch.

I know it works pretty ok on my computer, if anyone wants to give it a try, please tell me if it worked ok.

Tested with patch U
Be sure to enable Outgauge in cfg.txt, use port 7000 on 127.0.0.1
eindewege
S2 licensed
Outgauge, my prayers have been awnsered! Now I can hook up something to see the revs, while driving the formula cars. (I use the 'no wheel'-view).
eindewege
S2 licensed
Well for the fox I agree, I've done a fox-league with my team, and I can't remember a track that gave tire problems. Mostly the car runs out of fuel before the tires pop. And since r1's are the fastest....
On other cars, other compounts can have their uses.

But I must say, this is all without the patch, I noticed that the tires last much longer with the patch (at least for the GTR's), so I guess other tires have lost their use even more.
eindewege
S2 licensed
Quote from danowat :I think they are now VERY close, just take a look at the hotlap charts, 0.10 second between them.

Dan,

I dont think that hotlaps really matter in such thing. Especially siince there aren't that much hotlaps yet.

Before the patch, the hotlap for the XRT on Blackwood was only half a second (or so) slower than the FXO, still most of the time, the FXO was 1-2 seconds faster.
eindewege
S2 licensed
Well, there was a thread running in Improvement Suggestions, which was about backfire being useful for the turbocharged GTR's. It would be useful for charging the turbo again quickly after you let go of the throttle.

Edit: http://www.lfsforum.net/showthread.php?t=6443
Last edited by eindewege, .
eindewege
S2 licensed
Well, its friday night, how does your beer taste?
FGED GREDG RDFGDR GSFDG