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!
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.
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.
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).
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?
I'd love to see it, so we can make a big track with 800 objects!
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)
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.
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
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.
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; }
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"
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.
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)