Search found 1 match

by 7ynk3r
Sun Jan 28, 2024 6:51 am
Forum: Suggestions
Topic: Random track selection for custom cups
Replies: 5
Views: 154413

Re: Random track selection for custom cups

Wrote a python script that is really easy to update. Just run the script under your "cups" folder. Enjoy! from random import choice, sample difficulty = 4 # 1:Easy, 2:Normal, 3:Hard, 4:Extreme stages = 5 # [0 - 15] cars = 8 # levelConfig = { level name : { difficulty : number of lamps } } ...