-
Notifications
You must be signed in to change notification settings - Fork 6
Installation
Amaury edited this page Feb 3, 2018
·
10 revisions
ℹ️ Only available for GPS version 1.1+
Add this line :
#include "path_to_gps_folder\config.hpp"
Add this line :
[] execVM "path_to_gps_folder\init.sqf"
Put the folder with the name of your map inside your gps_core/data folder.
For example , if your map is Altis , copy paste the Altis folder into the data folder.
Use the function gps_menu_fnc_loadGPSMenu to call the menu
Here we subscribe to the gps_functions_compiled event to insure that the gps functions are defined.
[missionNameSpace,"gps_functions_compiled",{
player addAction ["Open GPS",gps_menu_fnc_loadGPSMenu];
}] call bis_fnc_addScriptedEventHandler;
Now it should work , have fun !
To navigate : menu >> navigation >> shift + click on the map where you want to go.
- If you have already a RscTitles class , just place the 2 #include inside the class in config.hpp and move it to your other RscTitles class.