Commit Graph

15 Commits

Author SHA1 Message Date
eraser1
22102ab066 Summary
Description
2016-07-11 19:00:59 -05:00
eraser1
d435e6cf1a Initial Testing Commit 2016-03-01 00:34:55 -06:00
eraser1
0544cfe9e7 Readme changes, new debug fnc, fixes, tweaks
Created disclaimer for DMS. Now mentioning that HC for DMS isn't that
good.
Some structure stuff in readme (let's see if it works lol)

* **NEW CONFIG VALUE: DMS_Use_Map_Config**
* You can now overwrite "main config values" with map-specific config
values located in the new "map_configs" folder. This should allow you to
use one DMS PBO if you have multiple servers with different maps.
Included examples for Altis, Bornholm, Esseker, and Tavi (Taviana).
* Because of the above implementation, DMS by default will not include
the salt flats blacklist for findSafePos. In addition, it is
preconfigured to the hilly terrains in Esseker and Taviana, as well as
reducing all of the blacklist distances due to the smaller map size in
Esseker.
* Created new function "DMS_fnc_DebugLog". All DMS files (that produced
debug logs) have been changed, including mission files. However,
updating them is not important (and completely pointless if you don't
even use DMS_DEBUG).
* Fixed a few locations where it said "sized" instead of "seized".
Thanks to [icomrade](https://github.com/icomrade) for pointing them out.
* DMS now utilizes the "ARMA_LOG" DLL (if it exists) by infiSTAR to
produce debug logs (if enabled). All debug logs now also include server
uptime (in seconds) and server FPS.
* The FSM no longer produces debug logs.
* AI Locality manager will now run every minute.
* Debug logs for "DMS_fnc_MissionsMonitor" will only output the mission
name and the position, instead of all of the parameters.
* "DMS_fnc_IsNearWater" will now check the provided position itself for
water.
* "DMS_fnc_IsValidPosition" will now do a surfaceNormal check within a 5
meter radius of the provided position as well.
* "_customGearSet" should now actually work for
"DMS_fnc_SpawnAISoldier", and the function title comment has been
updated for the slightly tweaked syntax.
2015-10-09 20:35:07 -05:00
eraser1
6cc2f1451b Forgot to rename a couple things :P 2015-09-10 12:44:17 -05:00
eraser1
687bbfb798 Use config function definitions
Thanks for the tip Zupa!
2015-09-04 22:40:00 -05:00
Defent
2b2e054fb6 Updated
Fix
2015-09-01 21:33:28 +02:00
Defent
48ecb643d0 Fixed
Fixed
2015-09-01 21:15:34 +02:00
Defent
d9477a6f2c Fixd
Test
2015-09-01 19:31:04 +02:00
Defent
4a69cb4bc7 Updated Locality
Added AI locality check to FSM instead.
2015-09-01 19:28:14 +02:00
Defent
eec12903cc Fixed things
FSM now loops mission status check every 15 seconds. Cleanup every 5
mins and mission start every 1 min.

Also added PBO prefixes.
2015-08-31 22:43:55 +02:00
eraser1
acb02f2ba2 Debug loggin improvements for FSM
Do the "calling..." log BEFORE actually calling :P
2015-08-31 12:04:20 -05:00
eraser1
a4144c7c07 More Fixes!
FSM should now call all of the functions...

Fixed debug messages for selectmission

Added recursive call for cleanup for typeName ARRAY arguments

Fixed parsing for FillCrate

Fixed script errors and removed some RPT spam from missionsmonitor

Allow groups for missionsuccesstate

Removed debug log for converting data type into array for TargetsKilled
2015-08-31 02:52:46 -05:00
eraser1
be12af2b63 Removed link node 2015-08-31 01:18:11 -05:00
eraser1
c07cc0a90e Rename MissionStatusCheck to MissionsMonitor 2015-08-29 11:11:47 -05:00
Defent
da3599c2ca Added an FSM
This one handles the loop for cleanup, mission check and select mission.
2015-08-29 03:58:25 +02:00