You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
New radio-icon HUD: optionally show a station's icon instead of its text name when changing stations. Icons are loose PNGs in a "RadioHud" folder next to the asi, each named after its station; the plugin ships the nine Vice City station icons, the MP3 player, and a "radio off" icon. Turn it on/off with [SETTINGS] RadioIconHud (on by default), and size/position it with RadioIconScale and RadioIconY.
Custom-station icons: map any station to its own PNG in the new [STATIONICONS] section ("Station Name | texturename"), then drop texturename.png in the RadioHud folder. Stations with no icon fall back to the text name.
Hold to turn the radio off: holding the station-change button (keyboard key or controller button) for about 2.5 seconds turns the radio off; the same "Radio Off" state as scrolling past the last station. A quick tap still changes station.
Fixed a rare flash of the stock game radio-name banner (top-center, behind the new one) when scrolling through stations; the native radio display is now cleared right before the HUD renders.