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
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
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
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
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");