Customizable personality profiles

Added toggles to customize the personality profiles.
This commit is contained in:
FrogAi
2024-02-27 16:34:47 -07:00
parent b11db103c8
commit c821b28583
7 changed files with 120 additions and 20 deletions

View File

@@ -212,6 +212,8 @@ std::unordered_map<std::string, uint32_t> keys = {
{"AccelerationPath", PERSISTENT},
{"AccelerationProfile", PERSISTENT},
{"AggressiveAcceleration", PERSISTENT},
{"AggressiveFollow", PERSISTENT},
{"AggressiveJerk", PERSISTENT},
{"AlertVolumeControl", PERSISTENT},
{"AlwaysOnLateral", PERSISTENT},
{"AlwaysOnLateralMain", PERSISTENT},
@@ -235,6 +237,7 @@ std::unordered_map<std::string, uint32_t> keys = {
{"CustomAlerts", PERSISTENT},
{"CustomColors", PERSISTENT},
{"CustomIcons", PERSISTENT},
{"CustomPersonalities", PERSISTENT},
{"CustomUI", PERSISTENT},
{"CustomSignals", PERSISTENT},
{"CustomSounds", PERSISTENT},
@@ -259,8 +262,12 @@ std::unordered_map<std::string, uint32_t> keys = {
{"QOLControls", PERSISTENT},
{"QOLVisuals", PERSISTENT},
{"RefuseVolume", PERSISTENT},
{"RelaxedFollow", PERSISTENT},
{"RelaxedJerk", PERSISTENT},
{"RoadEdgesWidth", PERSISTENT},
{"SilentMode", PERSISTENT},
{"StandardFollow", PERSISTENT},
{"StandardJerk", PERSISTENT},
{"StockTune", PERSISTENT},
{"UnlimitedLength", PERSISTENT},
{"UpdateSchedule", PERSISTENT},