The online racing simulator
Searching in All forums
(41 results)
1
przewodo
S2 licensed
Quote from holdenrules_64 :Thankyou!!

Got it installed, but I get an error saying "First byte in data does not match packet size" or something along those lines.. Any idea?

EDIT: Nevermind.. Deleted all insim and outgauge settings in config, tried again and it seems to be working. Thanks!

Hummm... I think is that it was developed for the 0.5z, not for the 0.6. I need to review the package headers.. Thanks for the bug report!
przewodo
S2 licensed
Quote from holdenrules_64 :I know this is old.. Any download links still working?

Yes.. you can download at http://www.sevenpercent.com.br/Seven LFS Telemetry Setup.msi

Btw, I even didn't knew that the website was down. Its online again!
Last edited by przewodo, .
przewodo
S2 licensed
Quote from ChristijaNL :I saw a picture of this telemetry in a populair dutch car magazine, ill post it sometime later, btw does it work with the new patch?

I didn't have tested yet, but I think that it works. We are having too little time to create the second version with new features, but we will release soon as we can.

If you can scan the magazine, please, post here the picture... We really want to see it :-)
przewodo
S2 licensed
Quote from WIGGA :Can I see with this program my Fuel consumption per 100KM or my MPG? (Would be fun for Cruise...)

You mean that you want put a length and the telemetry calculates the fuel average based on this length?
przewodo
S2 licensed
Quote from nilo :Could you please post a direct download link? I don't want to install silverlight just for getting this app. Thx.

Yes. Follow the Link.

http://www.sevenpercent.com.br ... S%20Telemetry%20Setup.msi
przewodo
S2 licensed
Quote from bunder9999 :i finally got around to trying it, and i noticed a lot of lag when it was running... could you perhaps change the window drawing method?

You can adjust the updaterate going to setup screen and changind the option "INsim update rate". Its is the how often it will update the screen when the unit is in milliseconds. If you use lower values, more CPU will be consumed. In your case, increase the value to 200 or 300. That's will work fine
przewodo
S2 licensed
Quote from Ripley :Hey keep us updated on Seven development !!

Hi everyone!!!
Sorry about long delay of my answers. I had to stop the development for a little time becose particular reasons.

But we will continue. Its just this moment;

I know that the software still have bugs. It will be fixed soon as possible.

One of the bugs I know whats is cousing. When you start the telemetry in a middle of race, or middle of training, he will try to calculate the splits of the racers, he crashes. Ex.: If the track has 2 splits and someone racer are on the seccond split, and you start the Telemetry, when he finish the split, the telemetry will try to calculate the "Best Lap Possible" based on the last split and the actual split. However, the last split are zero... becose the software was started when the racer was on middle of lap. So, he crash . It will be fixed to the next release.

vicbel askd for resolutions change. It will be maded, but not now.

And will be maded a fixed resolutions options, so, I want start here a little quiz asking for resolutions. Please, let a post with the resolition.

Thanks very mutch!!!
przewodo
S2 licensed
Quote from Melvyn :Hi przewodo

Thanks for developing this software!

I've tested for some time and I have some comments to share with you.

Occasionally, the software gives a fatal error and stops working. I share the log file if you want.

The biggest problem I had is as follows:

After using it for a couple of hours in a race with multiple drivers on track (32), my video card temperature began to raise a lot. It's a HD4830. Never before had I gone with software similar to this as the LFS MoTeC.

When this happened, I immediately stopped being used. Within few minutes, the temperature of my video card back to normal.

Neither has happened to me playing games that require much work on the video card.

I await your comments and thanks!

Hi! I never saw thats happening. On the application, I don´t use anything on Videocard. Just normal programation with. The code was maded to run on the PC processor. Maybe something happens.

I ask for everyone here to see if the videocard are overheating too.
For now, I will do a research for this, and I´ll try to find a solution.

Thanks!!
przewodo
S2 licensed
Quote from vicbel :Great stuff!!

Downloading ...

I have to say most of this is already covered by LFS Relax but therer are some interesting additions. The info on others' pitstops is great! and the organization and display of info is very attractive (at least from the screenshots).

There is one thing that I have not seen anywhere and that is give the abilty to an external app presumably on someone else's computer to set the pitstop options remotely (fuel added, change tyres etc) this would be AWSOME for endurance races.

Will comment more after testing.

Hi!

We are trying to do this. I don´t know if it is possible by INSim, but I will ask to LFS Developer team if this is possible!
przewodo
S2 licensed
Quote from Demon68 :Yes it does, Outgauge sends all the lights-info, except Oilpressure and engine Temp

Hummmm... ok... I will try to find whats wrong here. I tried to use the info, but nothing happen. allways came with 0.

Thanks for the help!
przewodo
S2 licensed
Quote from Wulle :Since you already receive the OutGauge packet (containing the RPM), you also receive the information when to show the shift light. See OG_FLAGS of OutGauge structure.
struct OutGaugePack
{
unsigned Time; // time in milliseconds (to check order)

char Car[4]; // Car name
word Flags; // OG_FLAGS (see below)
byte Gear; // Reverse:0, Neutral:1, First:2...
byte SpareB;
float Speed; // M/S
float RPM; // RPM
float Turbo; // BAR
float EngTemp; // C
float Fuel; // 0 to 1
float OilPress; // BAR
float Spare1;
float Spare2;
float Spare3;
float Throttle; // 0 to 1
float Brake; // 0 to 1
float Clutch; // 0 to 1
char Display1[16]; // Usually Fuel
char Display2[16]; // Usually Settings

int ID; // optional - only if OutGauge ID is specified
};

#define OG_SHIFTLIGHT 1
#define OG_FULLBEAM 2
#define OG_HANDBRAKE 4
#define OG_PITSPEED 8
#define OG_TC 16
#define OG_HEADLIGHTS 32
#define OG_SIGNAL_L 64
#define OG_SIGNAL_R 128
#define OG_REDLINE 256
#define OG_OILWARN 512
#define OG_1 1024
#define OG_2 2048
#define OG_3 4096
#define OG_4 8192
#define OG_KM 16384
#define OG_BAR 32768
Cheers
Wulle

Yes, I know it, butr this informations are not using yet. Like Oil Pressure and Engine Temperature. The documentation define the location that this infos apears, but the INSim do not send them yet.
przewodo
S2 licensed
Quote from OmniMoAK :whats the best resolution for this display?

800 x 600?

Yes, Is 800x600 (I know that the scren has 800x632, but I´m correcting this)
przewodo
S2 licensed
Quote from need :Here's the crash info I get when trying I try to make a change in the setup.



PS - Win 7 74 bit

This error can be access error. Try to grant access to everyone on the game's folder.

Edit 1 ************
Not game's folder. The Seven LFS Telemetry folder!!!

Problem Signature 09: System.UnauthorizedAccess

I need to correct the application to show a message like "Cant Save Settings" when the app doesn't have rights to write on his own folder.
Last edited by przewodo, .
przewodo
S2 licensed
Quote from Ripley :Good!!
Yes, I also have several crashes, yesterday while spectating at least three or four times, than while driving also one or two.....then I stopped loading it, and raced instead!

XP home 32 bit
2Gb Ram

Guys, I had the same problem yesterday... I'm running the program and he crashed after some minutes. I figured out that the problem is when start the application in the middle of the race, or when the race ends. I got this error on this situations. If you start the app on the beginning of the race, he doesn't crash. I think that its possible that when starts the app in the middle of race, when someone pass one split time, he try to calculate the time with nothing, becose there is no history. So, I'm trying to find this and correct.

When I find this bug, I will report here much faster that I can!

Thanks for all help!
przewodo
S2 licensed
Quote from jorgifumi :Hi, I've testing the addon today and works fine! Thx!

Here is a video: http://www.youtube.com/watch?v=ZcaffQpuoFg

AWESOME!!!! Thanks for made video and post on Youtube!! If you permit, I'd like to publish this video on the Seven LFS Telemetry Website.
przewodo
S2 licensed
Quote from aroX123 :Its a good program i seems, but I dont get it to work.
Is it possible to have ingame? so you see it ingame?

Right now, no. Just on the application screen.

I felt that some peoples is having problems to run the application. The system requirement is:

- Microsoft .NET Framework 3.1 SP1 (with SP1, without SP1 will do not work)
- Windows XP, Windows Vista or Windows 7.
- Both type, 32 or 64 Bits.
- Default Configurations of INSim, OutSim and OutGauge of Live for Speed.
przewodo
S2 licensed
Scipy, this link that you show to us ("The telemetry application that I'd like to have would look something like this: http://www.team-sirius.com/downloads...try-proggy.png") this will be released on the next features. We have made this application in eight days. We needed to Put online and distribute to all peoples possible for that we can Fix the core bug problems that it possible have. Once this core having all bugs fixed, we will start with more informations. The map, telling where the race are with the REAL telemetry that you tolled to us will be maded, this is the idea since begining. I just told that we are only two peoples programming this software and on free times. So, only that we ask is patience.

And sorry if I didn't read this tip that you made, but when you started to tell your ideas, not just me, but everyone on this thread had not liked your approach.

But be sure that this informations that you show to us on this link will be released on the software on the next versions
Last edited by przewodo, .
New Version
przewodo
S2 licensed
Hi everyone. I released a new version of the software.

Version 1.0.1
- Added version check and update;
- Bugfix: Duplicated racer name on list;
- Changed Headlights to Traction Control;
- Do not display position 0 on GAP;
- Bugfix: Forcing MPH didn't displaying speed;
- Bugfix: Fuel Average;

Download at http://www.sevenpercent.com.br/telemetry

BoyGTA, if you have the .NET 3.5 SP1 installed, maybe this new version will work for you, becose this is the version that was tested on Windows 7 64 bits with .NET Framework 3.1 SP1.

:-)
przewodo
S2 licensed
Quote from BoyGTA :Win7 comes already with net3.5

Btw, anything about my problem?

3.5 SP1 or just 3.5?
przewodo
S2 licensed
Quote from jasonmatthews :I have got it working, but it crashes after a little while. Error message below.

Using Windows 7 64 bit

Description:
Stopped working

Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: seven lfs telemetry.exe
Problem Signature 02: 1.0.0.0
Problem Signature 03: 4acd4098
Problem Signature 04: mscorlib
Problem Signature 05: 2.0.0.0
Problem Signature 06: 4a27471d
Problem Signature 07: 20c8
Problem Signature 08: 143
Problem Signature 09: N3CTRYE2KN3C34SGL4ZQYRBFTE4M13NB
OS Version: 6.1.7600.2.0.0.256.1
Locale ID: 2057

Hi! I had tested the program on Windows 7 64 Bits.

The guy has the same poroblem.

He has .NET Framework 3.5 without SP1...

If you do not have .Net Framework 3.5 SP1 installed, please install it and try again.

Here is the link to the framework.
http://www.microsoft.com/downl ... 9AB0D7&displaylang=en

If the problem still happen, please contact me
przewodo
S2 licensed
Quote from boothy :If you can't stand the heat get out of the kitchen. Scipy is exactly right in what he says, all of this information is currently available to me through my f9-12 menus, the split times can be done through Airio on a server to show me how far off my pb I am and can show my spb and predicted laptime as I drive, I have LFS to show me whether my headlights are on or how far ahead the person in front is, or who set the fastest lap and for any other gaps I can ask my team mates while driving/racing. And there are other applications which I have used before which do exactly the same thing.

He's right when he says this is useless, as if you already have a similar outgauge application then this is nothing new. His first post in this page gives suggestions and additions to this app, which would make it even more functional in a real life situation. The biggest problem with all of the applications is the one-to-one nature of the LFS outgauge to LFS dashboard/telemetry application on another computer, in that you can only connect to one IP at a time. Which isn't exactly ideal if you want more than one person to look at it at the same time.

So have a proper read of his posts, get past the aggressive veneer and you'll see he has some good ideas to make your application unique; and remember, it is a public forum so not everyone has to bow down to your programming skills!

Ok, perfecly! I know that some informations that is displayed on F9~F12, but, but when you are racing, for some peoples, it's hard to press one of thouse keys, or change and find the information.

But, what I belive that is more easy to do is look at your side quickly and see one screen that shows this informations than take your hand out of wheel, press one key, find the information.

I know too that have informations like Turbo, RPM, Velocimeter that is bullshit, but it is the first version. Once we have more important informations to show, it will be replaced.

I really like to know whats informations Scipy and you want to apear on the application. We never said that we do not will do that or this.

But what we think is there is means to tell the things.

If you agree with Scipy, ok. Tell us what you think that can be improved, whats change to do. But not tell that its Bullshit, or do comments like "WOW, tnx for ****ing nothing" or "So that stupidity doesn't completley take over the world I'm forced to exist in."

This is disrespect with the develop team and all those liked the app and want to improve it.

This thread is just to share informations and ideas.
przewodo
S2 licensed
Quote from IlGuercio :I get a:"Password does not match your multiplayer admin password" error message.
Anyone knows how to sort this out?

If you trying to connect direcly to the server, the software do not will display anything. He was maded to display informations only connecting to insim port from local game. The admin password that apears on the setup screen is for the Server Administration Module, that we are mading.
Feedback
przewodo
S2 licensed
Hi everyone. After this weekend, I came back here, I read all this posts...

When we started this program, and when we decide to Publish to the world, we knows that critics will be released. Some goods, some bads. But what Spicie is doing is not anyone of this cases. So, what I can think when 99,99% of the peoples that had made download of the software, used, and ALL OF TEM SAID: Very good, Thanks, Awesome! and all of the 99,99% os the trying to help to continue the development, mading critics, mading feedback, telling tips, etc. Only that I can say is: To the software reach this level in only two days, it was perfecly success! This will be My seccond and last post to reply what scipy are saing. If you don't liked, GET OFF.

I sugest to all other to do not reply all this bullshit and ignore it. If he maded a constructive critic, good, or bad, it will be welcome.

If he continue to mess the formum, I will ask to the administration to remove he from this topic, or ban his access of this topic.

Realy, I had liked what everyone tells about the software, but when someone said: "So that stupidity doesn't completley take over the world I'm forced to exist in." I think it's became personal.

If becames personal (not to me, but to spicie), I think that its time to spice retreats and forget this topic.

For the peoples that want to help us to continue this software, thanks very mutch and you allways will be welcome!!!
przewodo
S2 licensed
Quote from IlGuercio :Guys,is there a guide for this program?
Im new with those applications so a manual would be really useful,i don't know where to start from.
If there is a way to translate the app in italian I would really like to do it for you:is that simple or complex?

The translation pack will be released soon. Sice there is just two working on this project and programming it, we have a lot of things to do, ehehe, but we will do the software with multilanguage.

To italian, we will need a help, from someone that is Italian (in this case, you if wanna help us, eheheh)

The guide, that you mentioned, I will put here the steps.

1) Install LFS and let Insim, OutSim and OutGauge in factory default configuration.
2) Install Seven LFS Telemetry
3) On LFS shortcut, add /insim=xxxxx where xxxxx is the insim port.

4) On Seven LFS Telemetry, set the same port that you used on shortcut.
5) If you will run the Seven LFS Telemetry on another computer, change IP from 127.0.0.1 (that means local computer) to the IP of computer that will run the Live For Speed.
6) Start Live For Speed.
7) Now on Live LFS Telemetry, click on Connect to INSim

The green display at the left of this button will change to ON, with highlight andon te game will apear one message.

Start one Single player game, Multiplayer game or remplay and enjoy!

przewodo
S2 licensed
Quote from sinanju :Hi

Tried your LFS Telemetry.

Very good.

Bug Report: Changed Speed to MPH (as is LFS for me), but whatever speed I do, it always shows speed as 0 KPH.

Don't know if it makes a difference, but I'm a keyboard user.

Humm... when you changed the speed, you changed on LFS or on Seven LFS Telemetry?

I need to know that becose it's have little diference when I show the speed. In auto mode, I just display the speed that LFS is informing to the APP. When you force the speed on the Telemetry, I need to convert the speed to show.

Edit1: OK, I just found the error. If you force the Telemetry to show in MPH, the software display 0. I corrected this now. The next release will have this fixed. Thanks!!!
Last edited by przewodo, .
1
FGED GREDG RDFGDR GSFDG