// language version Locale "Pl" // default camera field of view [degrees] DefaultCameraFOV 60.0 // field of view when inside the car [degrees] InsideCameraFOV 80.0 // editor light mesh scale multiplier Ed_DefaultLightMeshScale 65.0 // distance to accept current track point and switch to next one // (exercise routes) (meters) DistanceToAcceptTrackPoint 5.0 // distance to next waypoint causing OFF_ROUTE failure ( meters ) DistanceToOffRoute 100.0 // loading question probability (percent) LoadingQuestionProbability 100.0 // force using the simpliest materials (fixed pipeline) ForceSimpleMaterials NO // allow to control the car from debug views OutsideControl NO // if player goes faster than this (km/h) and hits the curb, a warning will be raised SpeedToIgnoreCurbHit 25.0 // are headlights supposed to be on all day long? HeadlightsAllDayLong YES
YourPoisonLove