Ghostrider-DbD-
05548035ee
removed some unecessary loging
2017-06-10 12:07:01 -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-
dab7e79e41
Update README.md
...
Updated Build Number
2017-06-03 16:24:20 -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-
e868ce5cbb
Update changeLog.sqf
...
Changed to reflect bug fixes.
2017-05-21 07:24:25 -04:00
Ghostrider-DbD-
4232c33fb6
Update blck_configs_epoch.sqf
...
Erroneously added class before each of the blck_epochValuables items.
2017-05-21 07:18:19 -04:00
Ghostrider-DbD-
0fcd4abd99
Update blck_configs_epoch.sqf
...
Corrected a typo.
2017-05-21 06:23:34 -04:00
Ghostrider-DbD-
79a3852ae0
Merge pull request #44 from Ghostrider-DbD-/Version-6.58-Build-58
...
bug-fixes
2017-05-19 06:58:21 -04:00
Ghostrider-DbD-
eedc262249
bug-fixes
2017-05-19 06:54:42 -04:00
Ghostrider-DbD-
20631951b9
Update GMS_fnc_missionSpawner.sqf
...
Attempted fix for incorrect tracking of live AI with setting _endCondition = "allKilledOrPlayerNear";
2017-05-19 06:22:21 -04:00
Ghostrider-DbD-
c9c0b30786
Update build.sqf
...
Updated to Build 58
2017-05-19 06:20:50 -04:00
Ghostrider-DbD-
2d1c760e0f
Update GMS_fnc_vehicleMonitor.sqf
...
Commented out an unnecessary call to blck_fnc_emptyObject which was deleting vehicle inventory when players used mission vehicles to store loot on AI Bodies prior to triggering the mission end.
Thanks to Grahame for reporting the problem.
2017-05-14 12:45:46 -04:00
Ghostrider-DbD-
f8694f2239
Update GMS_fnc_changeToMoveWaypoint.sqf
...
Correct typo on lines 22-23.
2017-05-02 17:57:00 -04:00
Ghostrider-DbD-
93193169d9
Merge pull request #43 from Ghostrider-DbD-/Version-6.58-Build-57
...
Version 6 58 build 57
2017-04-30 22:33:57 -04:00
Ghostrider-DbD-
9e03feb468
See the Changelog for a full list of changes.
2017-04-30 21:58:38 -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-
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-
03c1dd94fc
Updated Changelog
2017-03-23 21:38:49 -04:00
Ghostrider-DbD-
7d375f3fb9
Update README.md
2017-03-23 21:37:59 -04:00
Ghostrider-DbD-
47762bbaed
set debugging to OFF
2017-03-23 21:36:49 -04:00
Ghostrider-DbD-
6f31599165
Added a missing file. Updated changelogs.
2017-03-23 21:36:21 -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-
737d7214e0
Updated change log and readme
2017-03-20 23:45:16 -04:00
Ghostrider-DbD-
709aac4b74
disable DBDServer options as some of these arn't implemented on the RC.
2017-03-20 23:37:23 -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-
2fde02a573
Corrected a few typos and addjusted configs from development to production values.
...
Updated readme to reflect the correct values for this development
version / build.
2017-03-18 07:00:47 -04:00
Ghostrider-DbD-
362d1dedc9
Added updates files for mission.pbo
2017-03-18 06:47:40 -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-
9856233a7a
Update GMS_fnc_missionSpawner.sqf
...
File duplicated by accident. This should correct the issue.
2017-02-24 20:14:12 -05:00
Ghostrider-DbD-
434c091f56
Update changeLog.sqf
...
Updated for V6.56 Build 39
2017-02-24 20:04:41 -05:00
Ghostrider-DbD-
210fa7d044
Update GMS_fnc_playerInRange.sqf
...
Added an optional check such that only players on foot are detected.
2017-02-24 20:02:47 -05:00
Ghostrider-DbD-
32e61483d5
Update GMS_fnc_spawnMissionCrates.sqf
...
Added a check as to whether the crate should be filled after being spawned.
2017-02-24 20:01:09 -05:00
Ghostrider-DbD-
4b68d99221
Update GMS_fnc_missionSpawner.sqf
...
Added a check for whether to fill loot crates at mission spawn.
Now pass a parameter when checking for mission completion so that only players on foot trigger a mission end state.
2017-02-24 19:59:38 -05:00
Ghostrider-DbD-
620792c6a8
Update changeLog.sqf
...
Updated for V6.56 Build 39
2017-02-24 19:57:27 -05:00
Ghostrider-DbD-
54b4e7160b
Update build.sqf
...
Updated version information
2017-02-24 19:56:42 -05:00
Ghostrider-DbD-
ed7e8135bb
Update blck_configs_exile.sqf
...
Added a new setting (line 78)
2017-02-24 19:55:33 -05:00
Ghostrider-DbD-
57691f51ad
Update blck_configs_epoch.sqf
...
Added a new setting (line 78)
2017-02-24 19:54:32 -05:00
Ghostrider-DbD-
1658c2497b
Merge pull request #42 from Ghostrider-DbD-/Version-6.55-Build-38
...
Corrected Typos
2017-02-12 07:47:39 -05:00
Ghostrider-DbD-
3302f2dee4
Merge branch 'master' into Version-6.55-Build-38
2017-02-12 07:47:29 -05:00
Ghostrider-DbD-
f8de968c5e
Corrected Typos
2017-02-12 07:27:01 -05:00
Ghostrider-DbD-
59afd2f6b4
Update blck_configs_exile.sqf
...
Fixed typo
2017-02-06 06:28:04 -05:00