The online racing simulator
Searching in All forums
(211 results)
RenvoN
S2 licensed
Blow me
RenvoN
S2 licensed
Quote from deadwolfbones :signed up for the ir test race.

+1
Uso provisório desse forum
RenvoN
S2 licensed
Acho que seria uma boa usarmos aqui enquanto o site da LFSBR não volta ao normal.
RenvoN
S2 licensed
Quote from Speed Soro :And I dont see the need to be polite once the defensors of scavier temple are never.

I think LFS is a product, and Scavier is a company, and we are the clients, and we have rigths: to complain, to wait for more, to expect.

There is nothing wrong about it.

Wrong is some company that uses excuses about the sad progress of its work, come to public to say that it does what it whant to does when it want, no matter what the clients wait for or say.

Wrong is to complain about the complains.

Everybody here that defend the Scavier way to work, would not accept same treat in an hair saloon or grocery.

If your train is late, you don't say "ok, I'll wait for more 3 hours because the driver knows what he is doing".

If your doctor is late, you don't say "ok, I'll live with this pain for more months because the doctor said he is tired and get some rest".

Scavier team has no obligation to give some reports, I think. But it is a company, not a bunch of kids doing their house on the tree.

There are thousands of users around the world waiting for something, and waiting for a long time. LONG time.

So, if people comes here and complaing, first thing that this "team" must to understand is that this situation was created by them, not us.

That weren't us that come here and ask for someone to create a simulator, we didn't come here and said: Hey, you, please, develop something for us.

Second, they promise, and if you promise something, you must to make it. Pay you debts, stay there on the clock, be honest.

So, people that defends this state of the things here, saying the same old bs of ever and ever (like "if you dont like get out" and other pearls), is wrong. This side of the forum is rarely polite, and is totaly refractary about moaners and complainers.

You paid £24 for this content you have now, it's not like Devs MUST give you more content.
RenvoN
S2 licensed
Quote from DevilDare :I got a question.

What exactly are we getting in S3? A new car, and Rockingham. Is that enough content to pay another 12 pounds for?

In S2 we got 3 venues, and 11 new cars.

Dont get me wrong, I will buy S3 the minute its released, but I personally think its a bit too little for the long awaited S3.

Hopefully the devs have something else planned for it. Really hope Eric is working on another venue. Else, S3 will feel very empty and the whiners will be back couple months after the release. You can count on that.

Anyways, I'll put on my flame suit now because I heard it be raining fanboys.

In iRacing, you gotta pay more than that for a car and a track
RenvoN
S2 licensed
Quote from boscho :typical case

+1
RenvoN
S2 licensed
I have a DFGT and these are my settings:

FFB in profiler - 105%
FFB in-game - 15-30% (depending on the car)
270 degrees
every other effect on profiler set to 0% or disabled
wheel turn compensation: 0.00

have fun
RenvoN
S2 licensed
Thank you all
RenvoN
S2 licensed
I still love LFS, racing is in my blood and even though I have iRacing, I still love LFS.
RenvoN
S2 licensed
Hey there

Hope we'll have great wins together.

Quote from GreyBull [CHA] :Always had good fun while racing with him on FOX Junkies. Grats

lol yea, gotta say I love fox
RenvoN
S2 licensed
Quote from HorsePower :Have you any idea how much effort it would be to get new people to a point where they are able to understand all the LFS coding implemented so far good enough to be helpful at all?

I'm a professional software developer in a big company and I know what I'm talking about. LFS surely is such a big project that educating new people in order to be helpful to the project would cost Scawen more time altogether than just doing it by himself. Also the code quality would clearly suffer from that.

I don't like the speed of progress of LFS either, but complaining won't help. So I play nothing or something else until the next update comes. And maybe I don't even have any interest anymore in LFS when the next update comes, but that's fine for me and fine for Scawen I think. No one really cares. Life is more than just LFS.

I'm a developer on a big project here in Brazil and +1 to everything you just said, you couldn't have said it better
RenvoN
S2 licensed
Quote from SmashCLS :While we wait we can all have fun in Indianapolis. I haven't finished the 200 laps yet, but i'm on my way, and tyre physics are f***king awesome.


If it has multiplayer and wheel support, then I'm in for some online races!
RenvoN
S2 licensed
Quote from GenesisX :I didn't see this thread before. But to tell you the truth, I suffer the same problem as the OP with my DFGT. Clockwise, it feels really smooth, but CounterCW, it feels more clunky. I used to think that it was the strength of my left and right arm pulling the wheel, but after training my left arm and right arm respectively (using the hshifter on left/right side) it seems to be the wheels problem.

However, with the FFB motors on, it seems that the problems are no longer there (or not significant)

EDIT: I believe (hypothesis, no context or proof) that it is caused by the wheel going against the gears and along with them. Well, that's what I see in my head.

Yea, I think you're right, and I have the same "problem" (I don't think it is a problem anyway :shrug
RenvoN
S2 licensed
IHR is quite dead now afaik
RenvoN
S2 licensed
Guns N' Roses - Sweet Child O' Mine
RenvoN
S2 licensed
Does anyone have the replay?

EDIT: lol nvm, took me so long to post on here that there was no replay message yet xD
RenvoN
S2 licensed
Oh yea, forgot that one.
RenvoN
S2 licensed
Yea, well, when you send a message through remote, it appears as "host: whatever message"... so I wanted to control the race through remote also, 'cause the race director might be somewhere where there is no lfs installed or something, then he could still control the race through remote.

anyway, i edited my original post with the solution for this if anyone else needs it
RenvoN
S2 licensed
Hey dude,

What should I change to let someone use commands on remote?
I mean, the "host" is dedicated, so it does not have a license name...
I tried to use an empty strcopy on the code but as you might know, it did not work.

Thanks!


EDIT: I found the way to do it, after spending some more time looking into the code!

if anyone needs it, you need to comment (no point on deleting, you might need it later) the following lines:

Quote : // The chat message is sent by the host, don't do anything
if (pack_mso->UCID == 0)
{
//cout << "(Chat message by host: " << pack_mso->Msg + ((unsigned char)pack_mso->TextStart) << ")" << endl;
return 1;
}

(you could just comment "return 1;", and it would work the same way, but oh well, let's do the right thing. )

then look for:

Quote :if ((ginfo->players[i].Director) || (ginfo->players[i].Admin))

and replace with:

Quote :if ((ginfo->players[i].Director) || (ginfo->players[i].Admin) || (pack_mso->UCID == 0))

Last edited by RenvoN, .
RenvoN
S2 licensed
IS_MTC - only for multiplayer hosts
IS_MTC - only for multiplayer hosts
IS_MTC - only for multiplayer hosts

I am getting this when i type !ecmd, but everything works fine... dunno if it's a bug or something


EDIT: Almost forgot to thank you for releasing this to the public, especially because you published the sources so we can adapt this tool to our needs.
Last edited by RenvoN, .
RenvoN
S2 licensed
Quote from blakehoo88 :Trust me, PC's are better.

Close topic.
RenvoN
S2 licensed
Quote from pik_d :Two things to think about:

The most vocal group is not necessarily the majority.

LFS has been around for the better part of a decade. People who started playing as teenagers are now in their 20s (myself included, I was 19 in December of 2006, though obviously that's not the best example).

Indeed.

I was 13 when I started playing (2004) and now I am about to be 19.
RenvoN
S2 licensed
I think he means arrowkart4 by saying 'azzak4'

He was banned when I reported him simply because he first switched positions with me before the race started, then I switched back, obviously.. so on T1 he crashed me on purpose, and I reported him. He is, in fact, an idiot.
RenvoN
S2 licensed
Quote from JPeace :we don't care.

rofl
RenvoN
S2 licensed
Quote from TJbr :Yes... might be this. But i dont have any other connection problem with LFS or even with other games. I have 1MB download and 1MB upload speed, wich is a good connection for Brazil. I even host some games like CSS with 20 slots and have no problem....

Please, anyone knows something i can do??


ps: im not talking about track or time of day changing, just race starting after the "ready screen".

thx!

Well, I think it's your wireless fault, since this is happening probably due to a packets loss.
FGED GREDG RDFGDR GSFDG