ArmaAchilles / Achilles

Achilles is a gameplay modification for Arma 3. It expands the Zeus real-time editor with many new additions as well as provides bug fixes.
Other
75 stars 54 forks source link

Area Markers #186

Open mcrow900 opened 6 years ago

mcrow900 commented 6 years ago

[Request]

Mods:

- CBA_A3
- AresModAchillesExpansion

Description: Have the option to create area markers. Ability to change size (Ellipse or Rectangle), brush, opacity, and color.

mcrow900 commented 6 years ago

Have basic marker creation set up, but don't know how to add marker to Zeus.

mcrow900 commented 6 years ago

So this is my code so far: https://pastebin.com/5YdALtgZ (Is it possible to pull Combobox text from combo box directly without repeating the parameters?)

The only issue I'm having (Albeit a major issue) is that I cannot get the markers added to the Curator interface.

Kexanone commented 6 years ago

You can make markers appear in the Zeus interface/map, but the problem is that you can't make them editable for Zeus. Bohemia didn't care to provide a solution for this.

Kexanone commented 6 years ago

You don't have to repeat the combo box text literally. Just define the variable in advance and use it for the Ares_fnc_showChooseDialog arguments as well.