// NOTE 1: for now you can only comment at the start of a line and NOT half way in a line! // NOTE 2: values are seperate by a tab, so: // Scene: either menu or track // Track: Select your track, only 1 or 2 right now (only useful when Scene = track), otherwise selecting your track in the menu will override it // Debug: shows the car proxy and allows you to cheat: q = fly, t = superspeed forward // Checkpoints: whether checkpoints should be checked. Checkpoint are currently hardcoded, set them to false to disable them. Scene menu Track 1 Debug false Cheats false ShowStats false Car Seat // Physics: // If you make PhysicsMaxTrianglesPerCell higher, loading time will be reduced, but physic computation time per frame in game will increase (it's a trade-off), typical values between 10 and 200 // PhysicsSubSteps: Number of steps to make in each frame: making it higher will increase accuracy, but increase physic computation time per frame in game (it's a trade-off), typical values between 2 and 20 PhysicsMaxTrianglesPerCell 80 PhysicsSubSteps 5