Jump to content
Sign in to follow this  
cuel

Custom marker for mission

Recommended Posts

I have this in my desc:

class CfgMarkers
{
 class MyFlag {
   name = "Custom flag";
   icon = "pics\markericon.paa";
   color[] = {1, 0, 0, 1};
   size = 32;
   shadow = true;
   scope = private;
   };
};

But it doesn't try to even access the correct path?

Warning Message: No entry 'bin\config.bin/CfgMarkers.MyFlag'.

Am I doing it wrong or is it only possible to add custom markers with a mod?

Share this post


Link to post
Share on other sites

Class Markers can't be used in a mission description.ext.

If you need new markers you have to create an addon.

Xeno

Share this post


Link to post
Share on other sites

Alright thanks Xeno. That's a shame.

Share this post


Link to post
Share on other sites

It's not that hard at all cuel. Get some pack with new markers from Armaholic, unpbo them, and you'll see how easy it is.

Share this post


Link to post
Share on other sites

The thing is I don't want an entire addon just for one mission marker.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×