Commit Graph

103 Commits

Author SHA1 Message Date
eraser1
9af7f3f0ea Add percentage chance to clear AI bodies 2015-09-01 11:30:58 -05:00
eraser1
f28280cb80 Whoops #2
Wrong order :P
2015-09-01 01:26:28 -05:00
eraser1
ac8166c008 Whoops
messed up previous commit
2015-09-01 01:25:14 -05:00
eraser1
dae2d2a54f Fix launchers
Launchers should now spawn on AI if you set the config value to true and
set the spawn percentage correctly.

Launchers will always spawn if you define it in the AI type
2015-09-01 01:24:42 -05:00
eraser1
06f818d1c0 Oops
Forgot to do _x params instead of implied _this params

Forgot to add groups to allowed types in cleanup manager

Updated pre-packed PBO with latest fixes
2015-08-31 20:24:13 -05:00
eraser1
0363b1e7af clarification 2015-08-31 17:22:54 -05:00
eraser1
bc1e2f7ed9 dynamicTextRequest won't work atm :/ 2015-08-31 16:52:21 -05:00
eraser1
8e05d669c4 Change poptab kill source message 2015-08-31 16:39:31 -05:00
eraser1
73b55ad769 Set offload to client to false by default 2015-08-31 16:15:35 -05:00
eraser1
cb272a1096 338 2015-08-31 15:58:30 -05:00
Defent
af4f96b214 Update FindSuppressor.sqf 2015-08-31 22:52:01 +02:00
Defent
b560462a4e Update FindSuppressor.sqf 2015-08-31 22:49:54 +02:00
eraser1
1fa461da5b Missions are now slightly different 2015-08-31 15:45:47 -05:00
eraser1
b130b134c7 Group Leader fix 2015-08-31 15:45:46 -05:00
eraser1
10f20aa270 Crate Smoke/IR 2015-08-31 15:45:46 -05: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
Defent
63e96da40f Update FindSuppressor.sqf 2015-08-31 22:30:09 +02:00
Defent
af1d531e7e Update FindSuppressor.sqf 2015-08-31 22:28:37 +02:00
Defent
b0c2c304e0 I want credits too :( 2015-08-31 22:28:01 +02:00
eraser1
5aba56c43c Decreased money and rep gain from kills 2015-08-31 15:16:10 -05:00
eraser1
d3f3084d4b Fixed? 2015-08-31 14:55:50 -05:00
eraser1
96bb053267 github pls
Conflicts:
	@ExileServer/addons/a3_dms/DMS_init.sqf
	@ExileServer/addons/a3_dms/crates/DMS_CreateBox.sqf
	@ExileServer/addons/a3_dms/missions/MM1.sqf
	@ExileServer/addons/a3_dms/missions/MM10.sqf
	@ExileServer/addons/a3_dms/missions/MM2.sqf
	@ExileServer/addons/a3_dms/missions/MM3.sqf
	@ExileServer/addons/a3_dms/missions/MM4.sqf
	@ExileServer/addons/a3_dms/missions/MM5.sqf
	@ExileServer/addons/a3_dms/missions/MM6.sqf
	@ExileServer/addons/a3_dms/missions/MM7.sqf
	@ExileServer/addons/a3_dms/missions/MM8.sqf
	@ExileServer/addons/a3_dms/missions/MM9.sqf
	@ExileServer/addons/a3_dms/scripts/DMS_CreateMarker.sqf
	@ExileServer/addons/a3_dms/scripts/DMS_cleanup.sqf
	@ExileServer/addons/a3_dms/scripts/DMS_findSafePos.sqf
	@ExileServer/addons/a3_dms/scripts/DMS_fnc_nearbyPlayers.sqf
	@ExileServer/addons/a3_dms/scripts/DMS_selectMission.sqf
	@ExileServer/addons/a3_dms/scripts/DMS_spawnAI.sqf
	Pre-Packed PBO/a3_dms.pbo
	README.md
2015-08-31 14:46:28 -05:00
eraser1
34aab4a3b8 Edit "DMS_PlayerNotificationTypes" and Configs 2015-08-31 14:25:32 -05:00
eraser1
282308a31d Config stuff
3 missions by default :D

Removed the PDWs that have hgun prefix but don't actually go in that
slot...
2015-08-31 13:32:23 -05:00
eraser1
6c24c3f473 diversification of difficulties (colors) 2015-08-31 13:31:06 -05:00
eraser1
3f27d92ef6 Poptab notification for killing
See comments ;)
2015-08-31 13:30:38 -05:00
eraser1
beae797d12 So we get any potential errors in the config.sqf 2015-08-31 13:24:01 -05: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
2ac62bb41b Update preinit todo and PBOs 2015-08-31 03:10:18 -05:00
eraser1
b2a1e634e1 Fixes + Tweaks 2015-08-31 03:04:07 -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
c300f83bb4 Fixed killfeed
May end up adding a notification to client about poptabs separately
2015-08-31 02:50:19 -05:00
eraser1
37363a963d Grimplz 2015-08-31 01:29:10 -05:00
eraser1
be12af2b63 Removed link node 2015-08-31 01:18:11 -05:00
eraser1
6e3a9b8615 More fixes + SpawnCrate
Created function SpawnCrate

Updated missions to use DMS_SpawnCrate

Fix (I think) issue with _side being passed to onkilled

updated test PBO
2015-08-31 01:08:30 -05:00
eraser1
54eb09b4d0 Update README, add OnKilled logging 2015-08-31 00:08:30 -05:00
eraser1
eb5045bdcb Pre-packed PBO
and another debug log
2015-08-30 23:53:18 -05:00
eraser1
641d40c157 DMSv1 is Live :D
Still a few things left to do but... the system works! ;)
2015-08-30 23:51:06 -05:00
eraser1
287508e6cb Oops
More mistakes :P
2015-08-30 22:22:15 -05:00
eraser1
25e65329e8 Oops
Couple mistakes...
2015-08-30 21:49:01 -05:00
eraser1
0c4e56f697 First mission(s)! 2015-08-30 21:42:02 -05:00
eraser1
b3a06808f9 Create function CreateMarker 2015-08-30 20:48:20 -05:00
eraser1
cb7338c16a Set up OnKilled + cleanup
!!!!!
NOTE: The behavior of commands "gunner" and "driver" are not extensively
documented on the wiki. I'm not sure if respect/money increase will work
properly for kills from vehicles! I need to test these commands later
!!!!!
Cleaned up obsolete/already created functions from preInit

Created config values "DMS_BanditMoneyGainOnKill" and
"DMS_BanditRepGainOnKill" and "DMS_RemoveNVG"

OnKilled should now give respect and pop tabs to clients (if configured
to do so).

It should also give the onscreen popup for kills for respect and update
the values on the client (as well as updating the corresponding stats on
the server and database)

Use "MPKilled" EH instead of "Killed" for potential issues with
offloading.
2015-08-30 00:01:00 -05:00
eraser1
02696c3406 Tweaks + More Configs + Fix
You can now give AI general gear items (like food/drink/meds) per class

Removed old mission files

Added debug logging to AddMissionToMonitor

I accidentally switched _markerDot and markerXtime variables in debug
logging for removemarkers
2015-08-29 20:30:56 -05:00
eraser1
dbcee0ae9e Merge branch 'eraser_rewrite' of https://github.com/Defent/DMS_Exile into eraser_rewrite 2015-08-29 19:33:37 -05:00
eraser1
8350edcd00 AddMissionToMonitor + Tweaks to other functions 2015-08-29 19:33:32 -05:00
Defent
861a8ce20a Update OnKilled.sqf 2015-08-29 22:01:59 +02:00
Defent
df6897de95 Formatting 2015-08-29 22:00:01 +02:00
Defent
6c899dec9b Added 2015-08-29 21:58:55 +02:00
eraser1
7c1168f194 Create new AI functions
Created SpawnAIGroup

Created SetGroupBehavior

New config values for AI waypoint radius based on difficulty
2015-08-29 14:46:07 -05:00