#PrimaryUiColor and Buttons issue

1 messages · Page 1 of 1 (latest)

restive quartz
#

Hello,

I have encountered an issue with Config.PrimaryUiColor.
I changed the value, but the UI color does not update as configured.

Config.PrimaryUiColor = '#fd7e14'

The color remains the same as before and does not reflect the new value.

Additionally, when I open the Create Track UI, the button instructions defined in the config are not displayed:

Config.Buttons = {
    AddCheckpoint = 'INSERT',
    DeleteCheckpoint = 'DELETE',
    MoveCheckpoint = 'HOME',
    SaveRace = '0',
    IncreaseDistance = 'PAGEUP',
    DecreaseDistance = 'PAGEDOWN',
    Exit = '9'
}

None of these keybind hints appear in the UI while creating a track.

Thank you.

https://streamable.com/mqgtak

Watch "2025-12-18 22-40-03" on Streamable.

▶ Play video
lunar sphinx
#

Ah yeah, Config.PrimaryUiColor is leftover from old UI. Doesn't work no more 👍

#

For the buttons, I think I got a fix for it lined up. Just need to like make sure it works cause I'm on like a huge rebuild branch on our server sweat

lunar sphinx
#

I think the creator hud should be fixed now

#

could you check?