The online racing simulator
Searching in All forums
(714 results)
Jonathon.provost
S3 licensed
Schedule is as follows

Race Dates
January 7th 2012 BL11R
January 21st 2012 FE23
February 4th 2012 WE1
February 18th 2012 KY1R
March 3rd 2012 SO5R
March 17th 2012 KY2
March 31st 2012 AS7X (Custom Layout) LYT soon
April 7th 2012 KY1

Qual Dates
January 6th 2012 BL11R
January 20st 2012 FE23
February 3th 2012 WE1
February 17th 2012 KY1R
March 2rd 2012 SO5R
March 16th 2012 KY2
March 30st 2012 AS7X (Custom Layout) LYT soon
April 6th 2012 KY1

Official Practice
Jan 3rd and 5th 2012 BL11R
Jan 17th and 19th 2012 FE23
Jan 31st and Feb 2nd 2012 WE1
Feb 14th and 16th 2012 KY1R
Feb 28th and Mar 1st 2012 SO5R
March 13th and 15th 2012 KY2
March 27th and 29th 2012 AS7X (Custom Layout) LYT soon
April 3rd and 5th 2012 KY1
Jonathon.provost
S3 licensed
Sign ups will be open later tonight please apply then
_____________________


Quote from Masterboy19660815 :Jonathon, every driver have to siign up at you page?

Yes please


_________________________

Sign ups are open!!!
For single driver sign ups go this LINK
For team sign ups go this LINK
Last edited by Jonathon.provost, .
Jonathon.provost
S3 licensed
Rules And Regulations are now available at http://www.ident-racing.net/in ... iew=wrapper&Itemid=70
Jonathon.provost
S3 licensed
Yep all races are on Saturdays and Qual On Friday.
Jonathon.provost
S3 licensed
Good job guys! shame that IR couldn't race in the last round. but I kept up with all of the races
Thanks other races and Race Ditectors !!
Jonathon.provost
S3 licensed
Sweet!
The rules will also be released tomorrow and if you don't want single drivers you may have 2 cars with 4 drivers each.
Hot swaps are allowed and 4 drivers max per car max of 2 cars per team
Jonathon.provost
S3 licensed
Nice!
Schedule's should be coming out tomorrow
Formula Master Series - CANCELED
Jonathon.provost
S3 licensed
SIGN UP'S: CLOSED

FMS Practice Server: Closed

I am proud to announce that Ident-Racing will be hosting the first Formula Master Series. This series will run the the Formula V8 (FO8) at 8 LFS locations. Those locations are: KY1R, AS7X, BL1Y, SO5R, WE1, KY2, FE2X and KY1.
Qualifying sessions will be on the Friday before the race event. A official grid will be issued shortly after qualifying finishes. Important notes may be on this so please read carefully.
All races will have 1 warm-up lap unless stated in the drivers briefing. These laps will be under Safety Car conditions.
For more information go to ident-racing.net and look in the Formula Master Series Page.

NEW! The logo is attached and MUST be on both sides of the top intake!
You may pick what color you use. Black, White or Green

Race Dates
January 7th 2012 BL11R - 85 Laps
January 21st 2012 FE23 - 85 Laps
February 4th 2012 WE1 - 65 Laps
February 18th 2012 KY1R - 150 Laps
March 3rd 2012 SO5R - 80 Laps
March 17th 2012 KY2 - 54
March 31st 2012 AS7X (Custom Layout) LYT soon - 45
April 7th 2012 KY1 - 200

Qual Dates - Q1 30mins - Q2 20 mins - Q3 10 mins
January 6th 2012 BL11R
January 20st 2012 FE23
February 3th 2012 WE1
February 17th 2012 KY1R
March 2rd 2012 SO5R
March 16th 2012 KY2
March 30st 2012 AS7X (Custom Layout) LYT soon
April 6th 2012 KY1


Time Table

Qualifying
Enter Server: 6:00 - 6:50
Q1 7:00 - 7:30
Q2: 7:35 - 7:55
Q3: 8:00 - 8:10
Session end: 8:10

Race Day
Enter Server: 5:00-5:45
Race start procedure: 6: 10
Race start: 6:00
Max race end time: 8:00 (2 hour limit)

None official layouts
AS13
BL11R
FE23

Links:
Ident-Racing Site
FMS news and info page
FMS Rules And Regulations
FMS Race Result's page
FMS Standing's Page
Sign Up's
Sign-Up's Spread Sheet

White logo is in the middle of Black and Green logo's (Hard to see)
Last edited by Jonathon.provost, . Reason : Added new links with single drivers only
Jonathon.provost
S3 licensed
To be honest I'm not to sure you will have to get in touch with them sorry
Jonathon.provost
S3 licensed
There looking for a digital speedo not analog but love that i may get that
Jonathon.provost
S3 licensed
http://www.youtube.com/watch?v=63YmxazXgAs

This is better one but it is on rfactor but it dose work on lfs
Jonathon.provost
S3 licensed
I do its perfect
Jonathon.provost
S3 licensed
Cheers worked perfect

_________________________

Just made my 1st insim. not the best but i still need to learn how to make buttons in lfs so i just made a app gui.
I have attached the files.
Please read readme.txt

Kind Regards,
J.Provost
Last edited by Jonathon.provost, .
Jonathon.provost
S3 licensed
Right I have tried to make a sort of like gui program where i have green flag yellow ect in a form this is the code i have so far.

public partial class Form1 : Form
{
// Create new InSim object
InSim insim = new InSim();

public Form1()
{
InitializeComponent();

// Create new InSim object
InSim insim = new InSim();

}

private void Form1_Load(object sender, EventArgs e)
{
// Create new InSim object
InSim insim = new InSim();

// Initailize InSim
insim.Initialize(new InSimSettings
{
Host = "127.0.0.1", // Host where LFS is runing
Port = 29999, // Port to connect to LFS through
Admin = "xxx", // Optional game admin password
});
}

private void button1_Click(object sender, EventArgs e)
{
// Send message to LFS
insim.Send("/msg Hello, I am a InSim!");

// Send RCM to LFS
insim.Send("/rcm Hello PPL");
insim.Send("/rcm_all");

}

private void button2_Click(object sender, EventArgs e)
{
//Say's Hello
insim.Send("/msg ^7Hia All!");
}

And if i click button 1 or 2 then it says insim not connected is there anyway i can make it work??
cheers
Last edited by Jonathon.provost, . Reason : New Problem
Jonathon.provost
S3 licensed
I would like to announce that Ident-Racing will not be running sponsors for round 5 to show our respect for Dan Wheldon. RIP Dan.
Jonathon.provost
S3 licensed
There is a newer version of that but it is still a old version look at:
http://www.lfs.net/?page=downloadsarchive
Jonathon.provost
S3 licensed
Quote from Jonathon.provost :Manager: Jonathon Provost (jonathon.provost)
Vice Manager: Lewis Polden (Poldy1603)
teamName: Ident-Racing
car: FZR
number: 97
drivers: - {username, Forename Surname, Country}
{jonathon.provost, Jonathon Provost, UK}
{Poldy1603, Lewis Polden, UK}
{gooderham, John Gooderham, UK}

Updated with new driver
Jonathon.provost
S3 licensed
From me 97 - sorry to the person who I shunted off after the crash on the 2nd sc.
Got abit of a fish tail
Jonathon.provost
S3 licensed
97 good
Jonathon.provost
S3 licensed
Sorry wrong thing
Last edited by Jonathon.provost, . Reason : wrong thing :D
Jonathon.provost
S3 licensed
teamName: Ident-Racing
car: FZR
number: 97
drivers:
- {jonathon.provost, Jonathon Provost, united kingdom}
- {Poldy 1603, Lewis Polden, united kingdom}

We are ready to rumble
Jonathon.provost
S3 licensed
As I said, be ready in case someone doesn't show up for Q. Just in case. [/QUOTE]

Cheers I will keep an eye on my pm's and this forum
Jonathon.provost
S3 licensed
Cheers for the chance but we may try for the last round if that's ok
Thanks again
FGED GREDG RDFGDR GSFDG