This thread is for support and feedback on the script I have written for generating tracks. This is not the place for comments on track generation in general. For that, check out this thread: http://community.freeriderhd.com/threads/auto-generation.8740/ Notes on using this script: This script runs in Matlab and cannot be compiled to be standalone. Matlab is free for most university students or they provide a 30-day trial https://www.mathworks.com/programs/trials/trial_request.html?procode=ML GNU Octave might be an alternative? I haven't tried it. "Auto-generated" tracks are not popular and will receive down votes regardless of quality. My suggestion would be to use the script for sick scenery and draw a great track manually to accompany it. Building on the last point - this script uses brute-force and messes up line physics. Tracing objects manually can help mitigate this issue. For example, the black lines in the following track were all manually drawn: https://www.freeriderhd.com/t/514816-nitrocircus (I am working on a script which handles this issue better but it may take awhile to complete). Complex images (especially ones that start in full color) may generate a code too large to be uploaded - I often have to delete large portions of tracks to fit upload limitations (hopefully this will also be fixed in my new script). I am not much help for issues with installing Matlab - sorry! The forums won't let me upload a script file so copy the contents of the attached .txt file into a new Matlab script. Notes for execution: The settings are at the top and described by comments - these should be the only lines that require modification. Some grayscale .jpg images will cause an error on line 26. If this occurs, comment out line 26 and uncomment line 27. Depending on your computer's hardware and the size of the image, it can take several minutes to complete. Let me know if you find any bugs or if you have any questions - I'm happy to help! If anyone else is interested in the code, please have them contact me rather than sharing it directly. I would also appreciate a mention in track descriptions so that people know where to go for help auto-generating.
Yeah, I don't have enough track making skill to put it to good use. I'm hoping it's difficult enough to use to discourage misuse lol. Hopefully some skilled track creators can use it to complement some awesome tracks and decrease the stigma around generation
I haven't been actively playing for long enough to know about that one... Do you know where I can find more info?
m1.c3* was known for his coding skills, so he made a autogen link to where he makes them: codepen. but sadly lots of players started to misuse it so he had to take it down here's a example of his beautiful work
I haven't tried it with Octave yet so not sure if all of the functions are supported? With any luck it will be plug-and-play?
I wish I could script HTML 5 to make generators for small images as detail. I only know HTML (1), Some JavaScript, CSS (a little bit), Python, and some Lua. I might try this.
The code at the top is a good place to start - it's a lot easier to understand if you have a programming background? The trickiest part is that the coordinates are base-32 and case-sensitive. After that it's just a matter of how you parse the file. Checkout the first post in this thread and see if you can get the original code working
Yeah, and working physics. The color part was surprisingly simple but getting the physics to work nicely has been painful so far... And people say that no effort goes into track generating
I've removed the script from my initial post for now... The lack of a dislike button is causing generated tracks to go trending and they don't perform well on mobile (and lots of people don't like them). Also no longer generating tracks for others - sorry!