Update to the README

This commit is contained in:
BossMannAU 2015-09-05 10:42:12 +10:00
parent 6244c579a8
commit 1fe3750565

View File

@ -11,18 +11,21 @@ so your ```_aLocalM``` would look like:
_aLocalM = ["DMS_MissionMarkerCircle","DMS_MissionMarkerDot"]; _aLocalM = ["DMS_MissionMarkerCircle","DMS_MissionMarkerDot"];
``` ```
## OPTIONAL:
## Optional:
### To modify the config:
* Download the a3_dms folder * Download the a3_dms folder
* Edit the config.sqf to your preferences. * Edit the config.sqf to your preferences.
* Repack the a3_dms folder with a PBO tool * Pack the a3_dms folder with a PBO tool (**PBO Manager** or Arma 3 Tools suite)
* Follow the "To install:" steps :D * Follow the "To install:" steps useing the PBO you just created instead of the pre-packed one.
## ~~HEADLESS CLIENT:~~ ### ~~HEADLESS CLIENT:~~
![Warning](https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Achtung.svg/200px-Achtung.svg.png) ![Warning](https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Achtung.svg/200px-Achtung.svg.png)
DO NOT USE HEADLESS CLIENT. IT IS CURRENTLY BUGGED AS OF SEPTEMBER 4TH, 2015. **Headless client is currently broken as of the 4th of September, do not use it as it WILL crash your server.**
IT WILL CRASH YOUR SERVER
~~Add this code to the TOP of your initPlayerLocal.sqf~~ ~~Add this code to the TOP of your initPlayerLocal.sqf~~
@ -37,5 +40,7 @@ if (!hasInterface && !isServer) then
}; };
}; };
``` ```
#### Thanks:
Thanks to [shaworth](https://github.com/shaworth) for making the README all nice and pretty :) - [shaworth](https://github.com/shaworth) for making the README all nice and pretty :)
- [Defent] for creating Defent's Mission System.
- [eraser1] for his constant codebase improvments.