Commit Graph

36 Commits

Author SHA1 Message Date
Ghostrider-DbD-
033b6cfe4a Added Simulation Manager.
By default this uses the new dynamic sumulation manager.
Comment out #define useDynamicSimulation to use a scripted simulaton
manager.
2017-06-07 22:08:57 -04:00
Ghostrider-DbD-
977c09fe3e Update changeLog.sqf
Updated to reflect changes for Build 58.
2017-05-21 07:25:46 -04:00
Ghostrider-DbD-
757fd07fdc A few more bug fixes; reverted heli waypoints to that of build 46. 2017-04-13 00:07:41 -04:00
Ghostrider-DbD-
12e8da662d More bug fixes; reverted waypoint configuration for helicopters to that from build 46; added license info to all files. 2017-04-11 21:47:20 -04:00
Ghostrider-DbD-
6ac700c048 Many Bug Fixes. See changelog for a more complete listing 2017-04-06 22:12:29 -04:00
Ghostrider-DbD-
159d75019c Tried to make heli patrols more aggresive; some bug fixes; one or two mor of those to come.
To Do: debug the situation in which loot crate loading is delayed till
mission is triggered where multiple loot containers are provided.
Debug the cleanup that does autoreload for mounted weapons on vehicles.
2017-03-23 21:29:34 -04:00
Ghostrider-DbD-
ea11e3d65c bug fixes mainly. See changelog for details. 2017-03-21 23:13:06 -04:00
Ghostrider-DbD-
293b58103b major update; code optimization, bug fixes. 2017-03-20 23:36:35 -04:00
Ghostrider-DbD-
cc96a77aa0 Added reinforcements. Many fixes. See Changelog for details. 2017-03-18 06:45:32 -04:00
Ghostrider-DbD-
23b9567aab Added a missing file, de-activated DBD-specific settings. 2017-03-15 07:45:22 -04:00
Ghostrider-DbD-
310ec8dd20 Changed WP settings and logic. Changed the system for tracking live AI from unit based to group-based which should save some memory and CPU. 2017-03-15 00:36:06 -04:00
Ghostrider-DbD-
620792c6a8 Update changeLog.sqf
Updated for V6.56 Build 39
2017-02-24 19:57:27 -05:00
Ghostrider-DbD-
74a5efe5d6 Updated documentation 2017-01-29 13:02:53 -05:00
Ghostrider-DbD-
87daad7d45 Correction of typos 2017-01-25 08:14:55 -05:00
Ghostrider-DbD-
b9d019e78a Bug Fixes, setting for deleting loot crate and one for preserving static weapons. 2017-01-25 01:01:16 -05:00
Ghostrider-DbD-
dda0742046 Housekeeping changes.
Deleted some old files.
Updated Changelog
Updated ReadMe.
2017-01-23 08:06:43 -05:00
Ghostrider-DbD-
a4195086ca Cleaned up code and debuged a bunch of stuff 2017-01-22 20:07:52 -05:00
Ghostrider-DbD-
1f335c745b Bug Fixes, Coding Updates
Added new 'reloaded' event handler to AI
Added checks for mags for vehicle mounted weapons to
GMS_fnc_vehicleMonitor so AI can reload rather than just having infinite
ammo
changed some distance to distance2D to try to solve issues with certain
mission triggers failing.
2017-01-22 14:06:18 -05:00
Ghostrider-DbD-
dadc74aa28 See Changelog
More work on modularization of GMS_fnc_missionSpawner
bugfixes for the timerliss mission spawner.
better  logging information.
Old code removed.

Still needed: fix errors spawning emplaced  weapons. Fix issues with
reolading weapons. Find cause of issue with corruption of key data that
causes invalid entries in the mission que. find cause of instances in
which missions dont trigger or sense a condition that should complete
the mission. Sort out reinforcements
2017-01-22 06:48:41 -05:00
Ghostrider-DbD-
b369c1ae9d Sorting out bugs in mission spawner and other functions
bug fixes
coding efficiency improvements
2017-01-21 17:20:24 -05:00
Ghostrider-DbD-
02d9b5a63e reverted to the old mission timer system. 2017-01-13 07:51:34 -05:00
Ghostrider-DbD-
b0017bb75e Update changeLog.sqf
Updated change-log
2017-01-12 05:28:49 -05:00
Ghostrider-DbD-
157dcfad5d Tweaks to AI difficulty and added a variable to define global AI skill.
Also updated debugging info to give more flexibility as to the level of
info logged and remove some unnecessary logging.
2017-01-08 09:46:10 -05:00
Ghostrider-DbD-
1581856cec Added Settings, Bug Fixes 2017-01-05 02:23:38 -05:00
Ghostrider-DbD-
1024b0d664 Added ability to run multiple instances of a mission. 2016-12-22 20:02:19 -05:00
Ghostrider-DbD-
2e03fa7cbf Client side Updates to enhance the killfeed.
Uploaded twice because I am a github noob.
2016-12-04 18:21:49 -05:00
Ghostrider-DbD-
6438364731 v6.45 Build 17 2016-12-01 23:18:10 -05:00
Ghostrider-DbD-
4a2e7088b9 Added several improvements to the user interface. See Changlog for details
Added mission notifications using Toasts (Exile Only)
Added Killer notifications that display Bonus Recieved for the Kill.
Minor corrections of typos and bug fixes
2016-11-20 13:16:41 -05:00
Ghostrider-DbD-
54d4adbc5d V 6.44 Build 15
more tweaks to _fnc_findSafePosn
Updates to debugging infor for a few files.
Added function to clean empty groups and tweaks to that function.
2016-11-18 06:03:34 -05:00
Ghostrider-DbD-
1afdc37b3b Build 15
Fixed issue wherein fnc_missionSpawner would hang if fnc_spawnGroup
returned a NULL-GROUP
This occured when the server had reached the max number of groups.
The fix was to periodically deleted empty groups (see fnc_mainThread).
this is probably a bug on Epoch only as Exile includes a check to delete
empty gorups in the server fsm.

Worked on the code to check for flags/plot poles but this stil needs
more  work.

worked on code to send notifications when a player trips an IED but this
needs more work.

Other minor bug-fixes
2016-11-17 06:54:52 -05:00
Ghostrider-DbD-
fb9284e3fb Version 6.44
Removed definitions of blacklisted areas from GMS_fnc_findWorld and
added this to the mod-specific config.
Added Apex weapons, uniforms, helmets/headgear, optics, weapons, etc.
Added scripts to automatically pull locations of traders and spawns from
the mission.sqm.
see changelog.sqf for details.
2016-11-14 14:04:10 -05:00
Ghostrider-DbD-
c15d580dda New Feature: spawn map addons
Added a little script that runs when blckeagls starts up that spawns map
addons for AI bases and such.
Added additional checks that add points, bipods and silencers to AI
weapoins.
2016-11-12 07:05:45 -05:00
Ghostrider-DbD-
573b0f1ef1 New features and many bug fixes
See Changelog for details.
2016-11-11 16:14:32 -05:00
Ghostrider-DbD-
1fa6aaee1a Version 6.41
Added Killstreaks.
Added option to have AI names in kill messages.
Added tabs on AI bodies (Exile Only)
2016-11-08 20:36:17 -05:00
Ghostrider-DbD-
674806aecd Updated Changelog 2016-10-25 19:05:28 -04:00
Ghostrider-DbD-
88bfdc90b7 blckeagls mission system for Epoch 0.3.9 Arma 1.64+ 2016-10-22 17:15:11 -04:00