Cytreen 14 Posted January 1, 2011 (edited) Thought i would post this sense i have not seen it on here. This is how to get the ipod GPS. eddit: Modules required Preload manager Functions discription.ext onMinimapScript[] = {"BIS_fnc_customGPS_Spawn"}; Init.sqf ["ca\missions_pmc\data\ui_gps_ca.paa",-0.05,0.16] call bis_fnc_customGPS; Eddit New mirrior uploaded 7-14-2011 Demo Mission Edited July 14, 2011 by Cytreen Share this post Link to post Share on other sites
clawhammer 10 Posted January 1, 2011 what i can do with that think and how? Put this code into decr. and init file and added the func module but nothing happen. thx 4 info :-) Share this post Link to post Share on other sites
Cytreen 14 Posted January 1, 2011 (edited) sorry about that i forgot to mention that you needed the preload manager and functions modules. I also made a demo mission. Edited January 1, 2011 by Cytreen Share this post Link to post Share on other sites
clawhammer 10 Posted January 2, 2011 thx intresting stuff :) Share this post Link to post Share on other sites
AZCoder 921 Posted January 3, 2011 Thanks for posting this. I got the iPod overlay working without the preload manager, just to let you know. But I needed the onMinimapScript, that was the part I was missing ;) Share this post Link to post Share on other sites
ffur2007slx2_5 11 Posted January 3, 2011 Great, I'll try asap! Share this post Link to post Share on other sites
GDICommand 10 Posted January 4, 2011 lol...dont use the ipod...so insecure wait for android to come to arma :P Share this post Link to post Share on other sites
Cytreen 14 Posted January 4, 2011 (edited) You could do a Android overlay or any custom GPS. Youll have to make it in Photoshop. All you need to do is make your own Image overlay. Define it in the Description.ext and call the ipod function. You just need to know how the image is structured and what its alpha channels are so the map shows through the image. I just wish you could control the zoom level in the GPS on screen. Edited January 4, 2011 by Cytreen Share this post Link to post Share on other sites
AZCoder 921 Posted January 4, 2011 I made one using my Droid, my camera, and GIMP. http://www.azcoder.com/a2files/ui_gps_droid.paa It took a lot of tries to get it so the map would center correctly in the display. It's not great, but it works well enough. Uses the same description setup as the pmc iPod. Put it in your mission folder and call it thusly: ["ui_gps_droid.paa",-0.05,0.16] call bis_fnc_customGPS; Share this post Link to post Share on other sites
GDICommand 10 Posted January 4, 2011 lol, i was just being a smartass because the apple mobile devices are notorious for security issues Share this post Link to post Share on other sites
AZCoder 921 Posted January 4, 2011 I know ;) I had been contemplating it for a few days, wanted to see if it could be done. Share this post Link to post Share on other sites