[FilterScript] Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically!
#13

Quote:
Originally Posted by Rajat_Pawar
Посмотреть сообщение
This actually would have been better as an include.
Could you tell me why this would have been better as an include? There's not really something in this script that can be of use inside other scripts. Of course, if you want it as an include, it shouldn't be that hard to convert. Besides that, you could even run this script as a gamemode (without any problems), if you so desire.


Quote:
Originally Posted by Rajat_Pawar
Посмотреть сообщение
Anyways, a crazy suggestion - create that disco floor object at every node - would give a highlighted path to the racer!
Thanks for your suggestion. I don't think I'll do that disco floor thingy. Mainly because it's ugly as hell. I think the checkpoints are quite clear. Plus, they're created at almost every intersection, so it's quite hard to take a wrong turn. Besides that, if you look at the radar, the script already shows where the next two checkpoints will be. (Dark red icons)

Thanks for your reply, Rajat. If people really have problems with finding the correct path, please let me know. Then I'll try to find something to make it easier.


Edit: Also note that not every node is saved for reference later. Only one node for every 50 to 100 meters is saved in memory, plus almost all the intersections. If two intersections are really close to each other, it will only remember one of them. I've done this because this saves memory and allows for easy access when spawning the checkpoints, as it will only spawn checkpoints at the positions which were saved.
Reply


Messages In This Thread
Random Race Generator --- Create randomized races dynamically! - by Basssiiie - 16.05.2013, 22:48
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by Chasm - 16.05.2013, 22:50
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by Latisha - 16.05.2013, 22:54
Respuesta: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by Matyaas - 17.05.2013, 00:55
--- Create randomized races dynamically! - by fabiango86 - 17.05.2013, 12:59
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by RajatPawar - 17.05.2013, 13:09
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by Basssiiie - 17.05.2013, 23:30
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by Nubik - 18.05.2013, 03:49
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by Gamer_007 - 18.05.2013, 03:58
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by Pettersen - 18.05.2013, 12:13
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by RajatPawar - 18.05.2013, 12:15
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by DiGiTaL_AnGeL - 18.05.2013, 12:27
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by Basssiiie - 18.05.2013, 13:11
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by RajatPawar - 18.05.2013, 13:55
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by Basssiiie - 19.05.2013, 01:05
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by Kar - 15.07.2013, 12:28
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by xganyx - 15.07.2013, 13:42
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by RaZvY - 16.07.2013, 06:11
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by StAsMaNn - 22.07.2013, 00:06
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by Basssiiie - 27.07.2013, 18:04
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by ahmad95 - 28.07.2013, 08:40
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by Basssiiie - 28.07.2013, 11:43
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by HeLiOn_PrImE - 04.08.2013, 19:22
AW: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by NaS - 04.08.2013, 20:21
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by zero_cool - 04.08.2013, 22:06
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by Basssiiie - 05.08.2013, 02:31
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by HeLiOn_PrImE - 05.08.2013, 06:14
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by Nabel - 05.08.2013, 07:55
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by TwTJustin - 16.12.2013, 14:53
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by HeLiOn_PrImE - 13.05.2014, 19:58
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by Basssiiie - 13.05.2014, 20:47
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by vulcanica - 14.05.2014, 02:44
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by HeLiOn_PrImE - 14.05.2014, 09:44
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by Basssiiie - 14.05.2014, 12:43
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by HeLiOn_PrImE - 14.05.2014, 21:19
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by GuyYahood1 - 14.05.2014, 21:24
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by Zitteke - 23.05.2014, 13:22
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by Er@x3r - 23.05.2014, 17:01
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by HeLiOn_PrImE - 01.06.2014, 09:54
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by SPA - 01.06.2014, 10:34
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by Inn0cent - 01.06.2014, 11:33
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by iRaiDeN - 01.06.2014, 11:55
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by Team_PRO - 01.06.2014, 15:19
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by Basssiiie - 01.06.2014, 19:25
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by ZachKnoxx - 01.06.2014, 19:26
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by HeLiOn_PrImE - 02.06.2014, 01:35
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by Zitteke - 02.06.2014, 08:57
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by HeLiOn_PrImE - 03.06.2014, 15:14
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by SyntaxQ - 03.06.2014, 15:26
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by HeLiOn_PrImE - 03.06.2014, 15:51
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by Basssiiie - 04.06.2014, 14:39
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by HeLiOn_PrImE - 07.06.2014, 11:56
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by Basssiiie - 08.06.2014, 11:42
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by HeLiOn_PrImE - 08.06.2014, 16:44
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by Simoer - 08.06.2014, 17:11
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by malikmna - 19.07.2016, 08:27
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by malikmna - 22.07.2016, 14:14
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by Basssiiie - 26.09.2016, 20:55
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by PT - 26.09.2016, 21:23
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by ActionTanki91 - 28.09.2016, 17:33
Re: Random Race Generator (RouteConnector Contest) --- Create randomized races dynamically! - by Basssiiie - 30.12.2016, 22:07

Forum Jump:


Users browsing this thread: 1 Guest(s)