Chris Cardozo
d303644fed
Updated Readme
2019-07-11 23:36:33 -04:00
Chris Cardozo
971c900011
update changelog
2019-07-11 23:27:00 -04:00
Chris Cardozo
7f7394d0cf
update changelog
2019-07-11 23:11:59 -04:00
Chris Cardozo
778697d6ca
Most changes for 6.92 in place
...
offloading to clients still to be done.
Needs extensive testing.
2019-07-11 23:07:26 -04:00
MGT
847297f9cd
Update GMS_UMS_configurations.sqf
...
Changed underwater mission crates in Epoch mod for the lootable underwater crate as players complained they couldn't be looted when using regular crates
2019-07-11 09:33:32 +01:00
Chris Cardozo
cfc22d4165
Build 177
...
Implemented fixes that check when a unit gets out of a vehicle so that empty tanks and such are detected and released to players.
2019-06-17 22:52:54 -04:00
Chris Cardozo
8b3c6a2e34
Updated Static Missions Code
2019-06-08 11:47:45 -04:00
Chris Cardozo
5f269e5cd8
Fixed a few script Errors
...
Build 176 - static mission monitors still throwing errors after groups despawn.
2019-05-29 20:02:41 -04:00
Chris Cardozo
66439f890b
Update mission lists/changelog.
2019-05-26 23:17:36 -04:00
Chris Cardozo
db40ad146e
Updated Changelog
2019-05-25 14:23:22 -04:00
Chris Cardozo
7c55a4450f
fixed a few last remaning errors/unneed logs
2019-05-25 14:19:16 -04:00
Chris Cardozo
764ade48b6
fixed issues with AIHit event handler
...
AI now properly deply smoke and heal upon damage to a sertain degree.
2019-05-25 13:04:06 -04:00
Chris Cardozo
9336ac4a2e
More updates to notifying AI on unit kill
2019-05-25 00:02:07 -04:00
Chris Cardozo
72ffddd2fa
Build 174
2019-05-22 06:48:53 -04:00
Chris Cardozo
a531fdc71d
Fixed issue with kills made from vehicle not registering
2019-05-21 07:42:10 -04:00
Chris Cardozo
ad4d66e386
Removed some debugging stuff
2019-05-19 10:01:14 -04:00
Chris Cardozo
47e7a780de
Code optimization and 1 bug fix (partial)
...
first part of a fix for the reward player bug when player is in a vehicle.
Optiimized a bunch of code - small tweaks only.
2019-05-18 14:05:16 -04:00
Chris Cardozo
ac2f57aeee
Ver 6.90 Experimenta
...
Rewrote scripts to handle case where all ai in vehicles are dead; moved this code to the AIKilled event handler; tried to fix a bug reported by Tall Man related to crypto zeroing out when you kill AI from aircraft (confirmed) but the issue seems to still persist.
2019-05-06 22:39:26 -04:00
Chris Cardozo
164815fa54
More fixes to the dynamic mission extraction tools.
2019-02-13 19:18:01 -05:00
Chris Cardozo
6ae1e6d969
Tweaks to missin extraction tools: see description
...
Added a function to set mission center at player position. This is the recommended method for defining the center.
Fixed an error when pulling map marker information
Fixed an error that added a coma before the open bracket of some parameters.
2019-02-07 22:42:38 -05:00
Ghostrider [GRG]
35b881fead
Merge pull request #129 from Ignatz-HeMan/patch-3
...
Pole Check fix
2019-01-07 09:40:22 -05:00
Ghostrider [GRG]
913088e901
Update INSTALLATION.txt
2019-01-07 09:39:18 -05:00
He-Man
c65cab2c9a
Pole Check fix
...
"nearestObjects[blck_mapCenter, [_pole], blck_minDistanceToBases]" only checks on mapcenter with blck_minDistanceToBases radius.
2018-12-20 20:05:18 +01:00
Ghostrider [GRG]
6fad8ebc10
Update blck_configs_exile_mil.sqf
...
Fixed error caused when Militarized Server is desired but no CUP vehicles are enabled.
2018-12-19 20:36:59 -05:00
Ghostrider [GRG]
726015c634
Merge pull request #128 from Ghostrider-DbD-/V-6.88-Build-160
...
Build 169
2018-12-04 05:46:26 -05:00
Chris Cardozo
a34071bf86
Build 169
...
Fixed: Vehicles were being deleted at missions too quickly after crew were killed.
2018-12-04 05:45:15 -05:00
Ghostrider [GRG]
93bd01cf17
Merge pull request #127 from Ghostrider-DbD-/V-6.88-Build-160
...
V 6.88 build 160
2018-12-01 13:07:16 -05:00
Ghostrider [GRG]
f2caf6e237
Merge branch 'master' into V-6.88-Build-160
2018-12-01 13:06:48 -05:00
Chris Cardozo
6560123a60
Ver 6.88 Build 167 Final RC
2018-12-01 12:59:38 -05:00
Chris Cardozo
ba32d2930b
Clean up HC Code.
2018-11-28 23:14:23 -05:00
Ghostrider [GRG]
f5ed41fd02
Merge pull request #125 from Ignatz-HeMan/patch-1
...
Prevent dead cleanup and script fix
2018-11-27 22:08:59 -05:00
Chris Cardozo
8cb980c44b
Further Bug fixes and code improvements
2018-11-27 22:01:34 -05:00
Ghostrider [GRG]
ab450ba623
Merge pull request #126 from Ignatz-HeMan/patch-2
...
Simulationhandler fixes
2018-11-27 21:59:51 -05:00
Chris Cardozo
e1cb05f87d
Update GMS_fnc_missionSpawner.sqf
2018-11-27 21:36:25 -05:00
Ghostrider [GRG]
4f823e70f2
Fix issue with _blck_AllMissionAI
...
Calculations of the number of AI killed that trigger mission completion were incorrect.
This has been addressed.
2018-11-27 21:26:43 -05:00
Chris Cardozo
d52b40457d
Remove needless logging from client scripts.
2018-11-27 20:45:35 -05:00
He-Man
901339c334
Simulationhandler fixes
...
1. Players inside Vehicles were not detected
2. It was checked on groups, if simulationEnabled. But must be checked on the units
2018-11-27 18:43:47 +01:00
He-Man
86d55ef119
Prevent dead cleanup and script fix
...
1. Using "_units = blck_liveMissionAI select (_i - 1);" could cause undefined behaviour if removing entries from array inside this loop.
So always deleteat 0, but pushback if delete is not wanted / needed
2. Check first, if the AI is dead. If so, skip cleanup, so players can loot the corpse
2018-11-27 17:23:29 +01:00
Ghostrider [GRG]
6ed84e53bd
Merge pull request #124 from Ignatz-HeMan/patch-2
...
Random dir for static wpns
2018-11-27 08:20:01 -05:00
Ghostrider [GRG]
cd08b3002c
Merge pull request #123 from Ignatz-HeMan/patch-1
...
Skip cleanup if players near
2018-11-27 08:19:40 -05:00
He-Man
bbe3287cca
Random dir for static wpns
2018-11-26 21:59:52 +01:00
He-Man
199d503f4b
Random dir for static wpns
2018-11-26 21:57:00 +01:00
Chris Cardozo
4c94e9e42c
Build 164
...
More bug fixes and code cleanup.
2018-11-22 04:31:36 -05:00
He-Man
03e68a7f3c
Skip cleanup if players near
2018-11-21 18:55:02 +01:00
Chris Cardozo
abbd0b096c
disabled GRG-stuff
2018-11-20 23:39:19 -05:00
Chris Cardozo
a39a727346
small updates
2018-11-20 23:35:30 -05:00
Chris Cardozo
3cf74b2a07
Spawn mission crates a little above the ground to try to reduce crate glitches into the ground.
2018-11-19 17:33:05 -05:00
Chris Cardozo
a9e861493f
Updated Change log.
2018-11-19 17:26:27 -05:00
Chris Cardozo
f2f2c88a78
Remove _maxHeight from code for light sources
2018-11-19 17:18:25 -05:00
Chris Cardozo
1d42585fe5
Build 163
...
Many code optimizations and a few bug fixes, all courtesy of HeMan.
2018-11-19 15:33:20 -05:00