forked from ferstaberinde/F3
-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
The ORBAT notes briefing does not properly handle some vanilla marker colors due to how they're stored in the config. This seems to only affect side colors ("ColorCIV", "ColorWEST", etc) because they define their actual colors relative to profileNamespace and not just as raw values. eg:
color[] = {"(profilenamespace getvariable ['Map_Unknown_R',0])","(profilenamespace getvariable ['Map_Unknown_G',1])","(profilenamespace getvariable ['Map_Unknown_B',1])","(profilenamespace getvariable ['Map_Unknown_A',0.8])"};
Code that handles this: https://github.com/folkarps/F3/blob/v3.5.3/f/briefing/f_orbatNotes.sqf#L56
Reactions are currently unavailable