mirror of
https://github.com/Beowulfv/BaseMarkers_ExAd.git
synced 2024-08-30 17:22:15 +00:00
Update README.md
Added instructions on the readme.
This commit is contained in:
parent
44f604a45c
commit
e6e993d29a
20
README.md
20
README.md
@ -1,2 +1,22 @@
|
||||
# BaseMarkers_ExAd
|
||||
BaseMarkers_ExAd
|
||||
|
||||
# Installation
|
||||
|
||||
Add BaseMarker folder to your ExAd XM8 Apps folder
|
||||
Exile.Mission > ExAdClient > XM8 > Apps > Place_Folder
|
||||
|
||||
Open your config.cpp file
|
||||
Locate class CfgXM8
|
||||
Add "BaseMarker" to the extraApps line
|
||||
Add the folowing line in the CfgXM8 class
|
||||
|
||||
class BaseMarker
|
||||
{
|
||||
controlID = 50500;
|
||||
title = "Base Marker";
|
||||
logo = "ExAdClient\XM8\Apps\BaseMarker\BaseMarker.paa";
|
||||
onLoad = "ExAdClient\XM8\Apps\BaseMarker\onLoad.sqf";
|
||||
};
|
||||
|
||||
You're Done!
|
||||
|
Loading…
Reference in New Issue
Block a user