The online racing simulator
[AS3X] Aston Skytrack 4200 & 5000 layouts
Numbers refer to distance in metres to complete full circuit. Imperial, would be 2.61 / 3.11 miles.

Bit of an experiment (well 2 actually) - started off trying to make long Race of Champions (RoC) track, but due to constraints with current start/checkpoint controls, decided to make it single lap. Then, as it's very difficult to judge speed and distance due to lack of contrast when using the concrete slabs and ramps as road, experimented with using colour concrete wedges. I may have overdone it a bit, but does make it easier to drive track.

If you know what you're doing, you could make these into RoC tracks -

4200: the start/finish line for inside lane is 2,075 metres from start/finish of outside lane, and the full circuit is 4,200 metres.



Lap done in RB4 (quite sedentary as kept crashing and falling off circuit when trying to go faster while recording video - makes it sound like I was hand holding camcorder while trying to drive!).


5000: 2,500 to half way point and 5,000 metres to finish.

Attached images
Aston Skytrack 5000.png
Attached files
AS3X_Aston Skytrack 4200.lyt - 11.7 KB - 414 views
AS3X_Aston Skytrack 5000.lyt - 14.1 KB - 447 views
Hello Sinanju, you could not let me link system showing the distance covered? please! thanks.
Quote from VolksTurbo :Hello Sinanju, you could not let me link system showing the distance covered? please! thanks.

If only for admin(s);

Event OnDistDone( $userName ) # Player event

IF( UserInGroup( "admin",$userName ) == 1 )
THEN

$distance = GetCurrentPlayerVar( "TotDistMeter" );
$dist_metre = round($distance,0);
$dist_mile = round(($dist_metre*0.000621371),2);
openPrivButton( "distance_back",1,150,20,17,5,-1,32,"");
openPrivButton( "distance_done",2,151,18,5,5,-1,32,langEngine( "%{main_distdone}%",$dist_mile,$dist_metre ));
ELSE
ENDIF

EndEvent

Lang "EN"
main_distdone = "^7Distance done%nl%^2 ›^3 {0} ^7miles%nl%^3 ›^2 {1} ^7metres";
EndLang

If for anyone (NOT recommended because if you get lot of people on your track at once, and lapper has to update every second then it will lag - badly)

Event OnDistDone( $userName ) # Player event

$distance = GetCurrentPlayerVar( "TotDistMeter" );
$dist_metre = round($distance,0);
$dist_mile = round(($dist_metre*0.000621371),2);
openPrivButton( "distance_back",1,150,20,17,5,-1,32,"");
openPrivButton( "distance_done",2,151,18,5,5,-1,32,langEngine( "%{main_distdone}%",$dist_mile,$dist_metre ));

EndEvent

Lang "EN"
main_distdone = "^7Distance done%nl%^2 ›^3 {0} ^7miles%nl%^3 ›^2 {1} ^7metres";
EndLang


[AS3X] Aston Skytrack 4200 & 5000 layouts
(3 posts, started )
FGED GREDG RDFGDR GSFDG