DayZ
DayZ-Dynamic-AI-Addon
Mostrando 11-20 de 69 aportaciones
< 1  2  3  4  5  6  7 >
Actualización: 8 SEP 2023 a las 0:05

-added Notification system.
Spatial_Name links notifications to Points/Locations.

-debug mode is now entered by using a negative number on mintimer.
eg: 300000 default time, -300000 for debug mode default time.
(minimum time is -60000 for negative number. 300000 minimum time for positive number.)

huntmodes changed a little.
1 - will roughly search for the player before engaging.
4 - will stay around their spawn location.

-MinimumPlayerDistance
if set above 0, refuses spawn if more than MaxSoloPlayers around player.
-MaxSoloPlayers
max solo players not in group/party around player.

-PlayerChecks now checks online party members within expansion groups if installed not just ai following player.

Spatial_Group, Spatial_Point and Spatial_Location arrays have not changed, so when updating, you can copy those arrays to the new file overwriting the default ones.
be careful to keep the formatting correct.

expansion log print - [Spatial AI] Spatial AI Date: 6/9/2023 R17

Actualización: 10 AGO 2023 a las 20:32

hotfix - refactored Spatial_Check

Actualización: 9 AGO 2023 a las 4:52

hotfix for location spawns not spawning ai.

Actualización: 8 AGO 2023 a las 22:12

added minimum age - new settings file for saving info without touching storage.
added unlimited reload
added accuracy settings

rewrote core to make easier for future updates
help from LM with performance improvements
updated files folder.

Actualización: 7 JUL 2023 a las 1:06

hotfix - int/float Spatial_Chance

Actualización: 7 JUL 2023 a las 0:33

added debug mode logging (mintimer to 0 checks every minute)
minus values on the playerchecks setting will now check individual players, not groups.
(no changes needed in settings file.)

Actualización: 4 JUL 2023 a las 19:55

null pointer hotfix
updated source to expansion reference

Actualización: 3 JUL 2023 a las 22:05

added chance, lootable and chance settings to group/point/location arrays as needed.
removed globals for those as no longer needed.
fixed an infinite loop.
location huntmodes now should work independantly instead of being fixed to 3.
locations now trigger on player entering them depending on chance per player entering.
t - independant timer is now how often after that itll start checking again.

Actualización: 13 JUN 2023 a las 0:49

back to working as expected.

Actualización: 10 JUN 2023 a las 17:18

ai cleanup alteration