The online racing simulator
How to find positions?
Well hello guys i have a cruise insim and i want to add some locations.But first i need the position code! Problem is how to get that????
Thanks im new to coding so not that complicated answers please
Thanks
I need this too. I want to find exact position where i can place button AND
i need position code to place object that will apear when the car is at... lets set 15 meters from specific position in one way...
i mean not to apear in radius of 15 meters but in one direction.
LFS Polygon draw
Not precisely what you want, but you can use it to find position coordinates on LFS track in a format used by LFS.
Quote from MadCatX :LFS Polygon draw
Not precisely what you want, but you can use it to find position coordinates on LFS track in a format used by LFS.

Here is the coordinates for one single point KinderGarten in Cruise:

[COLOR=#008000]
[/COLOR][COLOR=#ff0000][B]int[/B][/COLOR] KinderDist = (([COLOR=#ff0000][B]int[/B][/COLOR])Math.[COLOR=#191970][B]Sqrt[/B][/COLOR](Math.[COLOR=#191970][B]Pow[/B][/COLOR](Conn.CompCar.X - (-[COLOR=#00008b]125[/COLOR] * [COLOR=#00008b]196608[/COLOR]), [COLOR=#00008b]2[/COLOR]) + Math.[COLOR=#191970][B]Pow[/B][/COLOR](Conn.CompCar.Y - ([COLOR=#00008b]322[/COLOR] * [COLOR=#00008b]196608[/COLOR]), [COLOR=#00008b]2[/COLOR])) / [COLOR=#00008b]65536[/COLOR]);
[COLOR=#ff0000][B][/B][/COLOR]

Soo in cruise coordinates is
X: -125
Y: 322
But the map that you give me why show
X: -376
Y: 968

And i have to do this for map coordinates to fit with the cruise code
-376 * 65536 = 24641536 then 24641536 / 196608 = 125 that mean -125 why is happening like that ?
-376 / 3 = -125
968 / 3 = 322
Quote from MadCatX :-376 / 3 = -125
968 / 3 = 322

You are just soo smart... now its easy like 10x so 10x thx!!!! :goodvibes

FGED GREDG RDFGDR GSFDG