7erra 629 Posted January 1, 2020 Hi everyone and happy new year! Introduction This is my first script in 2020. @Ori150418 posted a request about a marker searching system and this piqued my interest so I got to work. This script adds a searchable list with all markers to the right side of the map (see video below). Features Adds list with all markers Markers are searchable by their text Updates positions periodically Updates markers when opening the map Includes user made markers List is hideable Note: The performance might suffer in missions with a lot of markers. The example mission has a small test built into it which generates 100 markers randomly on the map. I'd appreciate feedback about the performance as I have a good enough system to not notice a difference. Usage Copy the file "fn_markersearch.sqf" to your mission directory Add the following line to your init.sqf/initPlayerLocal.sqf: ["init"] execVM "path\to\file\fn_markersearch.sqf" Video Downloads https://github.com/7erra/marker_search Have fun! 2 3 Share this post Link to post Share on other sites
johnnyboy 3789 Posted January 1, 2020 That is slick! 2 Share this post Link to post Share on other sites
LSValmont 789 Posted January 3, 2020 Amazing work @7erra! Will be using this for sure on most of my missions! Thank you! 1 Share this post Link to post Share on other sites