Lunchbox 87 Report post Posted April 28, 2016 (edited) This is a small app for the xm8, that I wrote that shows the personal markers of the users base locations. These markers are local only and only shows the bases the user has rights to. To use this script, you will need this installed: Instructions: 1. Put basemarker.sqf into your xm8 app folder. basemarker.sqf:http://pastebin.com/3rAVvDme 2. Enter basemarker.sqf so the xm8 can execute the app, located in XM8Apps_Init.sqf: Example (Doesn't have to be app7 any app slot will do): //App 7 _app7Text = "Base Locator"; _app7Logo = ""; app7_action = { [] execVM "xm8Apps\apps\basemarker.sqf"; }; 3. Done. Screenshots: note: if you place a flag, you will have to turn the markers off and on again to see the new flag on the map. Edited May 3, 2016 by Lunchbox 8 Share this post Link to post Share on other sites
zisb 67 Report post Posted April 28, 2016 Awesome work man! I will have to check this out a bit later. Share this post Link to post Share on other sites
second_coming 836 Report post Posted April 28, 2016 (edited) quick turnaround dude, impressive It needs renaming though to "Dude, where's my base?" Edited April 28, 2016 by second_coming 1 Share this post Link to post Share on other sites
second_coming 836 Report post Posted April 28, 2016 (edited) how about adding an option to also display your own vehicles, like a Lojack? Maybe make it require you have a gps. Edited April 28, 2016 by second_coming 4 Share this post Link to post Share on other sites
DIamond 81 Report post Posted April 28, 2016 7 hours ago, second_coming said: how about adding an option to also display your own vehicles, like a Lojack? Maybe make it require you have a gps. That would be amazing Share this post Link to post Share on other sites
Heavy 142 Report post Posted April 28, 2016 Nice one LB, works perfect, many thanks! Share this post Link to post Share on other sites
Lunchbox 87 Report post Posted April 28, 2016 8 hours ago, second_coming said: how about adding an option to also display your own vehicles, like a Lojack? Maybe make it require you have a gps. I'll look into it. 2 Share this post Link to post Share on other sites
Lunchbox 87 Report post Posted April 28, 2016 54 minutes ago, Heavy said: Nice one LB, works perfect, many thanks! Not a problem buddy. 1 Share this post Link to post Share on other sites
Lunchbox 87 Report post Posted April 28, 2016 9 hours ago, second_coming said: quick turnaround dude, impressive It needs renaming though to "Dude, where's my base?" Lol, if I could do that on the xm8 app, I would. Too much text though, I would have. Share this post Link to post Share on other sites
yegor00 2 Report post Posted June 9, 2016 Don`t know if it is possible to upgrade that script to show not only your bases, but also your owned cars Just thinking aloud Share this post Link to post Share on other sites