hogansheroes 374 Report post Posted December 13, 2017 Does anyone know where i get get the script or mod for the heading as i provided a pic below which is top of the image. So how it works if you change direction the heading also moves to show which way you are going too. Share this post Link to post Share on other sites
~EL BARTO~ 55 Report post Posted December 13, 2017 Interesting...i hope anyone have a solution Share this post Link to post Share on other sites
WURSTKETTE 212 Report post Posted December 13, 2017 http://www.armaholic.com/page.php?id=33297 Share this post Link to post Share on other sites
hogansheroes 374 Report post Posted December 13, 2017 thankyou WURSTKETTE for the reply mate , i shall now check it ot Share this post Link to post Share on other sites
aussie battler 282 Report post Posted January 6, 2018 I made it into an Xm8 app. Thanks to @Unkown_GTX for the script.https://github.com/aussie-battler/voyagerCompass-by-Unknown_GTX 2 Share this post Link to post Share on other sites
~EL BARTO~ 55 Report post Posted January 24, 2018 @aussie battler Thx...running great 1 Share this post Link to post Share on other sites
aussie battler 282 Report post Posted March 12, 2018 Updated the compass to work with Exile 1.0.4 "pineapple" apps.https://github.com/aussie-battler/voyagerCompass-by-Unknown_GTX 1 Share this post Link to post Share on other sites
Slider 21 Report post Posted March 14, 2018 (edited) @aussie battler Just wanted to check in your example in the github, you have class XM8_App09_Button: RscExileXM8AppButton1x1 { textureNoShortcut = "ExAdClient\XM8\Apps\compass\compass.paa"; text = "Compass"; onButtonClick = "ExileClientXM8CurrentSlide = 'apps';closeDialog 0;[] execVM 'custom\compass\voyagerCompass.sqf'"; resource = ""; }; is the onButtonClick target correct? shouldn't it be pointing to the XM8\Apps\compass Directory? I have tried both ways.. and for the life of me cant get it working.. No clue why Edited March 14, 2018 by Slider Share this post Link to post Share on other sites
aussie battler 282 Report post Posted March 15, 2018 Thanks @Slider for picking that up, I have a different directory in my mission file. I have corrected the github. Spoiler class XM8_App05_Button: RscExileXM8AppButton1x1 { textureNoShortcut = "ExAdClient\XM8\Apps\compass\compass.paa"; text = "Compass"; onButtonClick = "ExileClientXM8CurrentSlide = 'apps';closeDialog 0;[] execVM 'ExAdClient\XM8\Apps\compass\voyagerCompass.sqf'"; resource = ""; }; Share this post Link to post Share on other sites
aussie battler 282 Report post Posted March 15, 2018 Make sure that you have compass.sqf in ExAdClient\XM8\Apps\compass\voyagerCompass.sqf Share this post Link to post Share on other sites