Skip to content

ORBAT notes do not properly handle side marker colors #267

@darkChozo

Description

@darkChozo

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions