The online racing simulator
Searching in All forums
(168 results)
vicbel
S2 licensed
Quote from Inouva :Why wanna kill one of the best car in lfs?

Not kill ... just open up some options. I love the MRT that's why I want to "play" with it even more.
vicbel
S2 licensed
Quote from EliteAti :I think MRT was never designed for Offroad

True .. but I doubt the Raceabout was designed for off-road but you can still put off-road tyres and race it in the rally tracks if you like ...
vicbel
S2 licensed
Quote from oldnavy :Why people started to sugest so unrealistic things? If you want bugys play try this http://www.miniclip.com/games/dune-buggy/en/

As a joke it is very funny ... HA HA HA ...
vicbel
S2 licensed
Maybe some modification to the suspension could be necessary, you're right.
Off-road tyres for MRT
vicbel
S2 licensed
I think it would be fun to race with the MRT on the Rally tracks, like buggies.
vicbel
S2 licensed
Very Very Interesting ... MRT's would be fun too.
vicbel
S2 licensed
THANK YOU!

Why can;t I find this in the manual ... Must have missed it ... where is it?
vicbel
S2 licensed
me again ... another question.

I was planning to use Airio to track championship points in one of our champs but ... I cam to realize the points stored for each track separately ... in other words if we have a champ with 4 o 5 rounds on different tracks with the same class of cars (i.e. GTR or TBO) Airio would not work to track points ... right?
vicbel
S2 licensed
I think I may have found an issue ...

I had some tracks rotating and it was working fine. Then I wanted to leave one track for our team to train for an event so I deleted the track rotation string from the file and did !rld ... did not work ... I had to do !aini for it to work. Is that normal?
vicbel
S2 licensed
Quote from EQ Worry :

1) About teams, you mean like defining two or more drivers whose points will be added? Hm, may be a nice addition, but it is for now too specific.

I think this request is not uncommon, most champs have a squad chamo as well. As for the other suggestions, I agree they are specific. I am glad you still consider them good ideas.
vicbel
S2 licensed
I've been playing with this for a few hours and have a couple of q's and/or suggestions if it is not yet implemented.

- is there any support for teams for handling points?
- is there a funcionatlity to track teams during an endurance race, to track their number of laps and positions despite disconnects and/or telepits assessing penalties for those situations?
- another great addition would be handling blue flags in these races since the order kept by LFS is not always the real order due to discons and telepits.

thanks, and again FANTASTIC job!
vicbel
S2 licensed
vicbel
S2 licensed
suggestion:

If there are many wait-listed teams you may:

1. Open another server
2. Reserve some spots in the main race and have a shootout between the waitlisted teams to see who wins those spots ...
vicbel
S2 licensed
what, where is the site then? what's the url?
vicbel
S2 licensed
Can;t see the GTAL page on the LFSEstonia site ...
vicbel
S2 licensed
mmhhh ... when I issue the /end command manually to force track rotation I am forced to rejoin the race and select a new car if the previous one did not work ...
vicbel
S2 licensed
how about using /end. that forces people out to the lobby and forces them to pick a new car if the current one does not comply with the group allowed.
vicbel
S2 licensed
Excellent, thanks for all the responses and guidance. I hope to have this great tool running on our server very soon.
vicbel
S2 licensed
You are on fire man!!

I have not been able to go throuh a complete installation setting all my options when you've put out two new versions.

One question, if we want to upgrade do we have to redo all the config each time or can we just replace the .exe file?
vicbel
S2 licensed
Ok, this looks fantastic! Where, how can we get? Can we get it?
vicbel
S2 licensed
switch (CVCollision)
{
case "C":
switch (lastSound)
{
case "L":
snd.SoundLocation = "./sounds/clearleft.wav";
break;
case "R":
snd.SoundLocation = "./sounds/clearright.wav";
break;
case "I":
snd.SoundLocation = "./sounds/clearin.wav";
break;
case "O":
snd.SoundLocation = "./sounds/clearout.wav";
break;
case "M":
snd.SoundLocation = "./sounds/clear.wav";
break;
default:
snd.SoundLocation = "./sounds/clear.wav";
break;
}
snd.Stop();
snd.Play();
lastSound = "C";
break;

case "L":
nbRand = random.Next(0, 2);
sRand = "";
if (nbRand == 1)
sRand = "2";
if (CVTurn == "N"[B] || OutsideInside == false[/B])
{
snd.SoundLocation = "./sounds/left" + sRand + ".wav";
lastSound = "L";
}
if (CVTurn == "L" [U][B]&& [/B][B]OutsideInside == true[/B][/U])
{
snd.SoundLocation = "./sounds/inside" + sRand + ".wav";
lastSound = "I";
}
if (CVTurn == "R" [U][B]&& [/B][B]OutsideInside == true[/B][/U])
{
snd.SoundLocation = "./sounds/outside" + sRand + ".wav";
lastSound = "O";
}
snd.Stop();
snd.Play();
break;
case "R":
nbRand = random.Next(0, 2);
sRand = "";
if (nbRand == 1)
sRand = "2";
if (CVTurn == "N"[B] || OutsideInside == false[/B])
{
snd.SoundLocation = "./sounds/right" + sRand + ".wav";
lastSound = "R";
}
if (CVTurn == "L" [U][B]&& [/B][B]OutsideInside == true[/B][/U])
{
snd.SoundLocation = "./sounds/outside" + sRand + ".wav";
lastSound = "O";
}
if (CVTurn == "R" [U][B]&& [/B][B]OutsideInside == true[/B][/U])
{
snd.SoundLocation = "./sounds/inside" + sRand + ".wav";
lastSound = "I";
}
snd.Stop();
snd.Play();
break;
case "M":
snd.SoundLocation = "./sounds/middle.wav";
lastSound = "M";
snd.Stop();
snd.Play();
break;

You are right, that won't work, but I realized the code you had wouldn't either. I think you'd need to add the underlined portion.
vicbel
S2 licensed
I am running VIsta on 32 bits ...
vicbel
S2 licensed
Quote from SFL :Could you add an option in pitspotter to not say inside/outside, only right/left?


Easier yet ... just change the audio files so that the inside and outside audio are the same as the left/right. (copy and rename the files.)
vicbel
S2 licensed
I can't make LFSsTaT v2.0 to connect to LFS. V 1.1 works perfectly fine. but 2.0 won't connect. any ideas?

I am using Vista BTW
vicbel
S2 licensed
ok, I just got one of these puppies, RGT Clutch edition ... have not set it up yet (just got it sitting in my office 'til i get home.) any advice on settings for the FF? what feels best? any other advice is also welcome.

thanks.
FGED GREDG RDFGDR GSFDG