π€Cruisemode
Explanation of the cruisemode configuration in the script
Cruise Mode Settings
Enabled:
trueDetermines whether the cruise mode feature is active.Key:
'T'Specifies the key binding used to toggle cruise mode.Desc:
'Active Cruise Mode'A brief description for the cruise mode functionality.MinSpeed:
20.0Defines the minimum speed required for cruise mode to be activated.
KOJA.CruiseMode = {
Enabled = true,
Key = 'T',
Desc = 'Active Cruise Mode',
MinSpeed = 20.0
}Last updated