The online racing simulator
Searching in All forums
(314 results)
DarkKostas
S3 licensed
Facebook had some problems getting the focus when you were receiving a new message. Make sure you have nothing to your background that involves with it. Also this is not a "Crash" so it shouldnt belong here, anyway!
DarkKostas
S3 licensed
I totally support this and i think this has been removed because of the hack that it was possible by setting it to negative. I am not sure though.
DarkKostas
S3 licensed
Click to the background of the form, not to any object(like textbox, button etc) and then at the properties windows, which should be at bottom right, search for "AllowDrop" sorry i dont have time to upload a pic.
DarkKostas
S3 licensed
If "AllowDrop" property at Form1 is true, change it to False
DarkKostas
S3 licensed
Quote from S14 DRIFT :Use a mapping software such as Logitech Profiler. I'm sure there are other programs which can link a wheel/joystick input as a keyboard command...

like JoyToKey which im using to map my wireless ps3 guitar with guitar hero. But doing that will be better because we wont need any other programs to set our keys.
DarkKostas
S3 licensed
Quote from Jonathon.provost :Ye,
Thanks Allot

:dnfnoob:
DarkKostas
S3 licensed
Quote from Stölzel :Can we create AI-Lines with Z30 for our own Tracks?

I don't think so. It would be good though to have something like /(record/load)line and use it in a similar way that hotlap works(start and stop when you pass the finish line but cancel when you hit objects).
DarkKostas
S3 licensed
Quote from nesrulz :


Thats exactly what i made photo and shared it with my friends. I guess they are testing the new packets for Insim.

http://img576.imageshack.us/img576/1613/lfsworld.png
Last edited by DarkKostas, .
DarkKostas
S3 licensed
Quote from BMB :I am just wondering about tracks with two pits, which one (or both ) will be the active in open configuration?

The one that you have choosen the starting grids too.
DarkKostas
S3 licensed
Quote from E.Reiljans :wat

Its ok i understand you. Reading the previous comment is really hard job. Don't worry, someone else like me will point it to you...

Edit: or the post under mine. See? There are many people working for you.
Last edited by DarkKostas, .
DarkKostas
S3 licensed
Scawen, when you mentioned that you fixed a bug when multiple players were connecting, do you mean that the Player has no car? Also is it possible so when someone connects or when he is about to time out, we can still pit/spec/change options?
DarkKostas
S3 licensed
I think 4 full pages for this case are enough. It would be better to stop it and start talking again about the upcoming patch(i hope this week).
DarkKostas
S3 licensed
Quote from Udris1992 :Scawen is it possible to get a biger Autocross ?

I'd love to see it, so we can make a big track with 800 objects!

Quote from {PS} Aussie :Or he edited lfs.exe to make it say VWS

Thats what i was thinking too, and did it my self Just need to edit it and create 2 more files, one for default skin and one for default engine, although after that you wont be able to connect to any server online because the car you changed will be missing(for example XFG to VWS)
DarkKostas
S3 licensed
Quote from denis-takumi :i write fats script for firefox and this work right.

if u want to work with it on IE or Safari fix it

hmm, it was working fine on firefox(bad boy chrome)
DarkKostas
S3 licensed
Quote from denis-takumi :http://denisbatya.narod2.ru/ <== exsample for SO

i'll use it today to generate streets on cruise with polygons

look sourse code

This one gets Mouse position, so if you keep your mouse stable and scroll up/down/left/right coords will be still the same.
DarkKostas
S3 licensed
Quote from UnknownMaster21 :But the would be a problem. Because every object is physically solid, would need to recode them again to using X&Y Dimensions, to make available using custom dimensions.

Altough im not sure but I have understand kind of this way. (I might be wrong, please forgive me if i am)

Yeah you understand right. If that's hard job for Scawen then it's ok. I am already fine with the current changes. But with this you would be able to create your ramps as you wish, rotation, wide, long.
DarkKostas
S3 licensed
Quote from broken :
Also, since I replied anyway, I would like to raise the Barrier2 (= 20m long Barrier) question again. Would that be easy to make? And do you guys think it would be useful /- I meant that as a question to everyone/?

Or make something similar with the "wide" ability at Sector Objects. Then you can choose how much wide/long will the ramp be So we can have just one ramp with 2 abilities
DarkKostas
S3 licensed
Quote from Scawen :
Surface friction of objects is now CONCRETE (was previously ICE)
Added a new Ramp2 which is the same as Ramp1 but 2.8 metres wide
Ramp1 and Ramp2 are stored in the exe and loaded into all tracks

http://www.youtube.com/watch?v=eBlD2N_AwgI
DarkKostas
S3 licensed
Quote from Scawen :OK, it's getting late and I need to stop for the day but am I understanding this right?

Basically you want that 90% limit raised to 100% - because what you are saying is although that tyre is near to blowing, you know that 10% is enough to get you to the end of the race?

I have added a note to look at this, it does sound easy but I don't know if it can be done compatibly.

This would be very useful for drifting, because someone may don't want to change his hot tires, but just repair his damages and continue drifting.

Anyway. I love these new updates. Especially the barriers collisions/limit and the freeroam layouts. If it was possible to create custom starting grids(or even pits) it would be awesome so we can make our completly layout.
DarkKostas
S3 licensed
Instead of having unlimited "bonus1-5" you can just have one "byte"(i dont think you will have more than 255 different bonuses) and set it as default to zero. after that you can check each bonus like

if Player.Bonus <= 0 && Player.TotalDistance >= 100 then
{
GIVE_HIM_BONUS
Player.Bonus = 1;
}
else if Player.Bonus <= 1 && Player.TotalDistance >= 200 then
{
GIVE_HIM_BONUS_OF_200KM
Player.Bonus = 2;
}

and goes on....
DarkKostas
S3 licensed
Quote from Dygear :(Player1DriftScore + Player2DriftScore) / 2

That way it averages the values, and makes each driver equally responsible for the final overall score.

Thats good too, but i was thinking that if the players are not doing the same, which means not the same score, it will be like it never happend. So even player1 and player2 score wont count. Not just the one that "follows"
DarkKostas
S3 licensed
Quote from sinanju :Unlikely I'd take this on, but I may look at it a bit.
I need to think about adding points together and having more than 1 scoreboard.

1.The best way is to check if both of the players are close and then when the drift 'combo' ends, add both of scores to a scoreboard.

2.If distance is bigger than i defined value then score is getting reset same if one of the players spin out.

3.Finishing the lap will save the score to a "twinscores" list.

Thats the best way i would do it.

EDIT: Addition to 1st it would be better to compare the drift combo of each player and if the difference is less than 3000 for example, then add it to scoreboard. In that way you can prevent a player drifting and the other just following.
DarkKostas
S3 licensed
Congratulations on getting a server. I hope it will stay on and active!
I will pay a visit whenever i have much time. I am really restricted nowadays
DarkKostas
S3 licensed
Good idea
I totally forgot about it. If username verification can be made too, it would be totally worth to use it.
DarkKostas
S3 licensed
Quote from Flame CZE :OK, I've just installed LGS 5.10.127 and now it says another error.


And in the registry, there is ReInstalled key with value of 1.

In order to appear these settings, you need first to edit the global settings to anything you like. After that they will appear at the registry, i have the same problem, even when everything else was correctly set.

And here is my small suggestion, can you make it so ONLY the person who runs the LWR can set the degrees by typing at chat? Because if you are at an online session, everyone can type this and set your degrees(imagine racing and someone type it, game minimizes, maximizes and you are dead, happend at me ) Or at least, have a line at the config file, so you can define your username and check if the player that said "|setrange" has the username same with the config file.

(And of course the other suggestion that it will auto set the degrees when you get out of pits, depending on your car. ex When you get FXR you will have 540, back to XRT 720)
FGED GREDG RDFGDR GSFDG