Jump to content
Sign in to follow this  
commanderx

Marker in the editor missing but still there? How to find it?

Recommended Posts

Hi,

I´m building a template mission with some markers.

Apparently on of the markers with the name "car_m6" is now gone. I couldn´t find it in the editor but if I try to make another marker with the name "car_m6" the editor tells me that a marker with the same name is present and don´t let me create another one.

So how can I find my marker again?

Best regards

Kai

Share this post


Link to post
Share on other sites

Stupid question, but did you switch your object selection to "Markers"? (F6)

I'm asking because I had the same problem once until I realized that markers are only visibile if you select the respective category.

Share this post


Link to post
Share on other sites

How about you copy the marker's position to your clipboard and have a look at that position? Try it by putting this line into your init.sqf and run the mission:

copyToClipboard str getMarkerPos "car_m6";

Share this post


Link to post
Share on other sites

Alternately, open the mission.sqm and find the entry for that marker, then change the coordinates to [0,0,0] or similar.

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  

×