The online racing simulator
Searching in All forums
(699 results)
kristofferandersen
S3 licensed
I would also like to hear thoughts about this as well, it sounds nice to use pedals for a cruising purpose. I mostly hang out on cruise servers and i use purely mouse.

Mouse to gas, brake and steer. Keyboard for gear up/down.
kristofferandersen
S3 licensed
I'm sort of having the same issue. When I do SHIFT+F4, LFS gives me a black screen and I'll have to restart my computer to fix it. Once it has started up again, its fine.

I'm sure this can be fixed by updating my graphics drivers, but i just haven't got to doing it yet.
kristofferandersen
S3 licensed
I believe demo servers only allow up to 12 players.
kristofferandersen
S3 licensed
You already have a seperate post for this topic.
https://www.lfs.net/forum/thread/94322-I%27m-new-
kristofferandersen
S3 licensed
I'm pretty sure you can't set the value of CName.
sound bug
kristofferandersen
S3 licensed
hi

For a few days now I've been having a sound issue with LFS. There's this sound that is always in the background when I'm playing LFS, i could literally mute LFS with SHIFT+N and it'll still be there.

But if i minimize LFS in windows, the sound is gone. Has anyone else experienced anything like this?
Not sure what it sounds like, it would go under the same category as white noise from radios.
kristofferandersen
S3 licensed
I'm not a skin designer by any means, but if I were a demo user I would use that money to buy myself an S2 license (or even S3).
S2 does bring more maps and cars.

But i don't know how serious you are about your team. Regardless, i hope you find what you're looking for.
kristofferandersen
S3 licensed
Hi.

If you purchase an S1 license now, you pay £9.
If you want to upgrade later, you can do that for another £9.
kristofferandersen
S3 licensed
I think its safe to say this discussion is over.
kristofferandersen
S3 licensed
Quote from Popughini :I looked it up but it didn't work for me and I thought they could help me here since I haven't been using visual studio for a long time.

Here's a very simple solution to generate your number.
This has nothing to do with the library, its just general C#.

int r = new Random().Next(1, 10);

if (r < 5) { // do something }

kristofferandersen
S3 licensed
These are dope!
kristofferandersen
S3 licensed
Uh, that looks like LFS External. Why are you still on that?
You might wanna check out InSim.NET

https://www.lfs.net/forum/thread/68564--NET---InSim-NET---InSim-library

EDIT: I wouldn't use nodes either, i would use XY coordinates. There's a tool in the Programmer section that simplifies the entire process.
https://www.lfs.net/forum/thread/73923-LFS-Polygon-Draw-%28html%2Bjs%29
Last edited by kristofferandersen, .
kristofferandersen
S3 licensed
Quote :I hope to release the new tyre physics with the graphical update.

Great to hear! This next bit is slightly off-topic, but what are your thoughts on implementing Discord's Rich Presence?
https://discordapp.com/developers/docs/rich-presence/how-to

DarkKostas did make an InSim client to make some use of Rich Presence.
https://www.lfs.net/forum/thread/91985-LFS-Discord%27s-Rich-Presence
kristofferandersen
S3 licensed
I've submitted a couple of bugs on Github, other than those it seems to be working just fine.
kristofferandersen
S3 licensed
Just think of where you could grab such value. The IS_NCN packet should do the trick, grab the PName value and save it somewhere easily accessible.

eg: Have a dictionary of connections, and a dictionary of players. Save the value to the connections dictionary, that way you can have a list of vars you can use at any time by calling connections.variable.

For the players, you can add a player when they leave the pits and remove one when they spectate or leave. If you count the players dictionary, you can see how many players are on the track.

That should cover most of it, good luck.
Last edited by kristofferandersen, .
kristofferandersen
S3 licensed
Quote from racer1012 :I know. But, Flash will be unsupported by December. When are we getting a Forum and LFSw UI update?

I'm pretty sure neither of them are using flash, as far as I could tell the LFSW is using Javascript.
kristofferandersen
S3 licensed
To be more exact, on page 34 there's an updated download.
https://www.lfs.net/forum/post/1953466#post1953466
kristofferandersen
S3 licensed
I'm not infront of a computer with LFS right now. But if you go into your settings, then Controls. Have a look at what the Ignition is set to. By default it is 'i'.
kristofferandersen
S3 licensed
I believe the unlock limit is there to prevent people from spamming it.
Every week you get +1 unlock. If you have used all your unlocks and wish to unlock one more time, you can always contact the devs at https://www.lfs.net/mailus
kristofferandersen
S3 licensed
Quote from Garypants :Made a bet with some friends that LFS will be updated by Jan 1st. Can you update pls? Many thanks.

You have 23 hours. Good luck!
kristofferandersen
S3 licensed
Quote from scumsucka :It's been a LONG time since I decided to check on LFS and was hoping to update my 6Q to whatever the latest is and waste some time over Xmas I don't usually have. Logitech Wheel is out of the loft and ready.

I get "The program was unable to connect to the master server... etc..."
I also have ping and traceroutes as above that perfectly show that the server is there and I have no problems with connectivity. ie. master.liveforspeed.net [188.122.74.153]

I paid for this BTW, this isn't just the demo.

(ETA: Maybe if I just delete my LFS and download the demo and upgrade it that will work?)

I got the same message earlier today. But after a few tries it started working for some reason.

You should try again when you can.
kristofferandersen
S3 licensed
Since it says it was rejected, I'm sure you'll have your money back in a few days.

But contact the developers by mail https://www.lfs.net/mailus and they'll help you out.
kristofferandersen
S3 licensed
This thread certainly took a wild turn.

Quote from chucknorris :As lighting is the topic, then maybe it's the right time to bring this up another timeSmile Posted 3.5 years ago:
https://www.lfs.net/forum/post/1911585#post1911585

It would be really nice to finally have lights, indicators, brake-lights and also strobe-lights which are actually visible from the distance. Bloom effect is certainly a step in the right direction but may not be enough if this case.

I agree with this.

I don't have much else to say, other than keep it up. Me among a bunch of others can't wait for the release. When it does release, we all know what track I'll be playing.
kristofferandersen
S3 licensed
Hello.

Here's what I did. I downloaded the most popluar cruise insims that were published here on the Forum. And tried to make my own.

Sidenote: The already published InSims are very outdated, and i would suggest you to either check out InSimDotNet or LFSLapper.

I used this insim for many many months, its a pretty good insim. But its using LFS External, so its outdated.
https://www.lfs.net/forum/thread/79060-%28C%23%29---%5BiC%5D-inline-Cruise-Mod---Demo-only%21
FGED GREDG RDFGDR GSFDG