-
-
Notifications
You must be signed in to change notification settings - Fork 502
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Is your feature request related to a problem? Please describe.
It seems various color formats like hex or RGB(A) aren't supported for many element types like radararea and blip but throw an error instead.
This is a breaking change. For example the race gamemode depends on this old behavior as described in #1393
Describe the solution you'd like
Make color format support consistent across element types.
Describe alternatives you've considered
Use of a third-party script to convert unsupported color values in map files to a supported format.
Additional context
- Past attempt to fix: Fix #1258: Add mixed hex and RGB(A) parsing to XMLColorToInt #1261
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers