Commit Graph

218 Commits

Author SHA1 Message Date
eraser1
f0f5132867 Cleanup Logic Change
Don't use isPlayerNearbyArray, so each object gets its own check (so
that all objects don't get skipped just because a player is near one
object)
2015-08-28 00:27:02 -05:00
eraser1
cf6ca81c68 FillCrate tweaks
Variable name changes, extra checks, and function explanation in comment
2015-08-28 00:23:34 -05:00
Defent
8fdba26b2f Changed 0 to 1. 2015-08-27 23:06:04 +02:00
Defent
6650113e98 Fixed a problem with the cleanup 2015-08-27 23:03:11 +02:00
Defent
9e21149f24 Last fix
Updated.
2015-08-27 22:02:53 +02:00
Defent
ff0ddf0319 asd
asd
2015-08-27 21:57:18 +02:00
Defent
caab8cbaab d
d
2015-08-27 21:33:03 +02:00
Defent
c5f62ca028 asd
asdas
2015-08-27 21:28:16 +02:00
Defent
ecf93db52e ASD
asd
2015-08-27 17:05:34 +02:00
Defent
3f6891d942 asd
asd
2015-08-27 16:51:28 +02:00
Defent
01ed2fbdc9 asd
asd
2015-08-27 15:41:44 +02:00
Defent
076dbfd64b asd
asd
2015-08-27 13:50:43 +02:00
Defent
a8636eb995 asd
asd
2015-08-27 11:24:26 +02:00
Defent
a6da0fca1c asd
asd
2015-08-27 11:19:04 +02:00
eraser1
9110ffc675 Beginning Steps of DMS Rewrite
***!!!THIS COMMIT WILL NOT WORK. DO NOT BOTHER COMPILING IT. THIS IS
SIMPLY A "SAVE POINT"!!!***

I copied a lot of WAI stuff (specifically the config.sqf) as a template
for the desired levels of customization that I want in the end.

Created a couple unique DMS config values w/ comments (all variables
prefixed with DMS_ in config.sqf)

Created BroadCastMissionStatus (with a variety of options)

Edited cleanup.sqf to take ARRAY params. It also won't clean up objects
if there is a player within 20m of it (I will probably improve/replace
the function later)

Replaced original crate function with WAI (because of customizability.
Will probably rewrite using BIS_fnc_param)

Fixed the PBOPREFIX

MissionStatusCheck is set up the way I want it, with all functions it
uses ready as well.

Made Exile and exile_server_config a necessary addon.

Created preInit for compiling code (postInit simply launches it now)

All functions added/changed so far have debug reports (if
DMS_DEBUG=true)
2015-08-27 02:44:23 -05:00
Defent
2a9a0fc06e Thx Eraser 2015-08-27 00:06:07 +02:00
Defent
2b3597907a added tags. 2015-08-26 23:31:01 +02:00
Defent
f6cfb66a21 Fixed so it looks good and not stupid
Nice.
2015-08-26 23:01:10 +02:00