Commit Graph

65 Commits

Author SHA1 Message Date
Ghostrider-DbD-
63d1148435 AI Tweaks, bug fixes
Added an event handler so AI respond when their vehicle is hit.
Several bug-fixes (see changelog)
2017-09-25 05:49:47 -04:00
Ghostrider-DbD-
3e6d60fc3f Bug Fixes 2017-08-17 19:57:58 -04:00
Ghostrider-DbD-
83c396f27c Added Static Missions Spawner 2017-08-17 00:23:24 -04:00
Ghostrider-DbD-
f646fd9159 Bugfixes
Reverted to old allPlayers logic.
Do NOT use arrays to give a range for numbers of vehicles, aircraft or
static weps. This functionality is bugged.
Several minor bugs were corrected.
2017-08-16 23:00:42 -04:00
Ghostrider-DbD-
35263b75e6 Added options for certain parameters to be defined as a range. 2017-08-13 18:45:16 -04:00
Ghostrider-DbD-
374f7dfb91 Support multiple air patrols, minor bug fixes. 2017-08-11 23:38:04 -04:00
Ghostrider-DbD-
e99d01dbbc corrected Build.sqf 2017-08-11 20:01:27 -04:00
Ghostrider-DbD-
88d27e0672 Bug fixes, updates to documentation and logging 2017-06-12 15:09:48 -04:00
Ghostrider-DbD-
b33fc73711 Update build.sqf 2017-06-10 12:31:06 -04:00
Ghostrider-DbD-
5faf1ae69d Merge branch 'master' into Version-6.59-Build-63 2017-06-10 12:29:32 -04:00
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-
908e3cc4d4 Update build.sqf 2017-06-03 16:36:39 -04:00
Ghostrider-DbD-
c9c0b30786 Update build.sqf
Updated to Build 58
2017-05-19 06:20:50 -04:00
Ghostrider-DbD-
9e03feb468 See the Changelog for a full list of changes. 2017-04-30 21:58:38 -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-
8b74da3825 Bug Fixes. Fixed a few typos for the Exile Configs. 2017-04-10 20:44:41 -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-
6ee559337e Switched back to the old method for deterining AI Movements. 2017-03-23 08:09:35 -04:00
Ghostrider-DbD-
8e19a65b94 Tweaks to AI behavior. Changed how waypoints are generated. 2017-03-22 20:51:56 -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-
58b0ab74d0 Corrected typos in build.sqf 2017-03-18 07:02:41 -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-
fcdc4a57d7 Updated Killed EH, Added a HIt EH, Changed the Intelligence so that AI awareness of player location increases gradually. 2017-03-12 22:42:19 -04:00
Ghostrider-DbD-
54b4e7160b Update build.sqf
Updated version information
2017-02-24 19:56:42 -05:00
Ghostrider-DbD-
7b44e1e678 Removed a weapon that allowed duping. 2017-01-29 13:01:12 -05:00
Ghostrider-DbD-
033b057daf Bug fixes. 2017-01-28 20:08:02 -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-
90c9ffa809 Turned off debug settings. Commented out un-needed logging commands. 2017-01-23 21:07:53 -05:00
Ghostrider-DbD-
8965083555 Merge branch 'master' into Version-6.54-Build-33 2017-01-23 07:47:10 -05:00
Ghostrider-DbD-
40dbc6ed5d Fixed typos in GMS_fnc_vehicleMonitor.sqf
Also deleted a few unecessary files
2017-01-23 07:45:41 -05:00
Ghostrider-DbD-
f20ab115e4 Merge branch 'master' into Version-6.54-Build-32 2017-01-23 01:08:41 -05:00
Ghostrider-DbD-
a4195086ca Cleaned up code and debuged a bunch of stuff 2017-01-22 20:07:52 -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-
69591a6c9b bug-fixes, start of modular mission spawner. 2017-01-13 18:07:09 -05:00
Ghostrider-DbD-
14958973c8 Update build.sqf
Start New Branch for the Next Build
2017-01-13 17:51:05 -05:00
Ghostrider-DbD-
02d9b5a63e reverted to the old mission timer system. 2017-01-13 07:51:34 -05:00
Ghostrider-DbD-
9d746144fc Update blck_init.sqf
disable calls to GMS_fnc_vehicleMonitorLoop and broadcastServerFPS.sqf
Removed some old code.
2017-01-12 04:27:58 -05:00
Ghostrider-DbD-
045416ccf6 Update build.sqf
Change Date
2017-01-12 04:25:10 -05:00
Ghostrider-DbD-
125d44548b Update blck_init.sqf
corrected typos lines 114 and 115.
2017-01-11 19:44:42 -05:00
MGT
60b4f5321e Update blck_init.sqf
Lines 114 and 114 can be compiled to save server threads, it didn't pv blck_Initialized but missions still ran as intended with 50% less server threads
2017-01-09 20:51:23 +00: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-
c83eebe513 Fixed Typo 2017-01-03 19:06:01 -05:00
Ghostrider-DbD-
ae8adb82b4 corrected typo 2017-01-03 09:25:20 -05:00
Ghostrider-DbD-
d04c997010 Bug Fixes
Fixed various errors related to spawning multiple instances of a
mission. fixed the error with undefined variables for the setting for
spanwing map addons.
2017-01-03 09:24:27 -05:00