Yeah, exactly, the less fuel in the car the less weight and the higher the ride-height. However the Red Bull doesn't seem to follow these rules of basic physics, which is why people think there is something fishy going on.
In quali earlier, and as pointed out by Brundle on the BBC feed, you could actually hear the Red Bull scraping against the ground when it was on low fuel. Definitely some kind of technological shenanigans going on. With no fuel it should be like it was on stilts.
No, the tutorials are not about packets, they are about the C# programming language itself. They explain what variables, conditions and loops are, as well as classes, fields, properties and methods. Once you understand those ideas, you will vastly reduce the amount of problems you have working with the C# language. Of course this is just a sub-set of what the C# language is capable of, but it's enough to get you through most situations.
Firstly, without seeing the code it's very hard for me to tell exactly what the problem is, however it looks likely that the issue is that the 'position' property simply doesn't exist. If that is the case then you can create a new property by adding the following code to the clsPlayer class.
public int position { get; set; }
It may be that 'int' is not the correct data-type for this, but it probably will be.
I highly suggest that you take a look at the link I posted, as even spending an hour reading a tutorial about the C# language would have prevented you having this problem. It would also have made you a better person.
You are trying to access a field or property on the clsPlayer class which does not exist. Open the file that contains that class (clsPlayer.cs probably) and confirm that the 'position' property does indeed exist and has a public accessor. If it does not you may need to create it.
I uploaded my track viewer demo earlier, it shows you the coords of your mouse in LFS world-coords, displayed in the bottom left of the screen. It displays the coords in meters from the very centre of the track.
(edit: amusingly my demo does everything I requested in Dougie's app so long ago, I forgot about that)
Updated the TrackViewer demo to add world coordinates in the bottom left corner of the screen, these are LFS world-coordinates given in meters. I also coloured the non-track background a light grey, which makes it easier to see where the "LFS world" begins and ends.
I'd suggest looking at the code for the LFS Replay Analyser, I learned a lot from there. Most of the interesting stuff is in track.cpp, trackmap.cpp and trackpath.cpp.
I've been messing around with WPF quite a bit and I've converted all the LFS .pth files to XAML, so it's easy to drop a track model into your WPF app!
I've included the download below, but I also made a simple track viewer demo with WPF for the .NET Framework 3.5. It works pretty well I feel, although could do with some more work.
You can pan the track by dragging the mouse and can zoom in and out with either the mouse wheel or the +/- keypad buttons. You can reset the view by pressing esc.
Thanks!
Last edited by DarkTimes, .
Reason : Uploaded TrackViewerDemo 1.1
I'm happy with the result, but I have to agree the race was a bit dull. I read some of my book and had a shower while watching. I wasn't glued to the screen. I hope it's just because the track was so long and, well, kinda boring, also the slow race pace meant it went on for ages. Melbourne should hopefully be better, as it's always a chaotic race to watch, plus it's fun to get up in the middle of the night.
I'll give it a 6 out of 10, mainly just cause I like it when Alonso wins.
This has been discussed many, many, many times before. The reason that the devs don't hire more people is because they don't want to. It's as simple as that. They chose to make the game like this, it's how they prefer to work.
I'd like to hear some opinions on how to clean my LCD screens without buying any LCD cleaning products. Basically, I prefer ideas that involve things I can find in my kitchen (excepting dirty hobs and e-coli). I'm thinking a soft cloth and tap-water is generally a good idea. Please note - I don't want to damage my screens, so clearly mark things which are experimental and/or untested.
Edit: I would also like some commentary on the LCD cleaning process, have you ever actually damaged a screen by cleaning it the wrong way? I know people say you can, but have you actually ever?
Yeah I'm hoping it was just a technical issue, first broadcast of the season and all that, but I felt really disconnected from events when I couldn't see the overall standings. Also the director was pointing the camera at the wrong drivers... I wanted to see Vettel and Alonso, not Button and the Toro Rosso.
Anyone else think the timing overlays kinda sucked? There wasn't one to tell you what the overall results were during the session. Made it harder for me to follow.
Still - good result for Vettel, and lovely to see Massa back and on form.