From 16b426bd2d43c973900428af85b609784552bd1d Mon Sep 17 00:00:00 2001 From: worldwidesorrow Date: Tue, 21 Jan 2020 15:04:22 -0600 Subject: [PATCH 01/10] Update CfgVehicles.hpp --- SQF/dayz_code/Configs/CfgVehicles/CfgVehicles.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SQF/dayz_code/Configs/CfgVehicles/CfgVehicles.hpp b/SQF/dayz_code/Configs/CfgVehicles/CfgVehicles.hpp index ded807fb1..ad5ef604a 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/CfgVehicles.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/CfgVehicles.hpp @@ -392,6 +392,8 @@ class CfgVehicles //ZEDS #include "Zeds\Zeds.hpp" //old type zeds #include "Zeds\ViralZeds.hpp" //Viral type zeds + #include "Zeds\WildZeds.hpp" //Viral type zeds + #include "Zeds\SwarmZeds.hpp" //Swarm #include "Zeds\PlayerZeds.hpp" //Skins #include "Skins\Female.hpp" From d58e443d6f852e49e7ca83c9c5a7daa1410ed6a5 Mon Sep 17 00:00:00 2001 From: worldwidesorrow Date: Tue, 21 Jan 2020 15:06:05 -0600 Subject: [PATCH 02/10] Update compiles.sqf --- SQF/dayz_code/init/compiles.sqf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SQF/dayz_code/init/compiles.sqf b/SQF/dayz_code/init/compiles.sqf index 41de65261..52c83893d 100644 --- a/SQF/dayz_code/init/compiles.sqf +++ b/SQF/dayz_code/init/compiles.sqf @@ -66,8 +66,10 @@ if (!isDedicated) then { //Zombies zombie_findTargetAgent = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\zombie_findTargetAgent.sqf"; + //player_zombieSwarmAttack = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\player_zombieSwarmAttack.sqf"; zombie_loiter = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\zombie_loiter.sqf"; //Server compile, used for loiter behaviour zombie_generate = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\zombie_generate.sqf"; //Server compile, used for loiter behaviours + //zombie_generateSwarm = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\swarm_generate.sqf"; // Medical player_medBandage = compile preprocessFileLineNumbers "\z\addons\dayz_code\medical\publicEH\medBandaged.sqf"; From 43a5ae0f958b406c0b286bc1ebefca53c3d8856a Mon Sep 17 00:00:00 2001 From: worldwidesorrow Date: Tue, 21 Jan 2020 15:06:53 -0600 Subject: [PATCH 03/10] Update server_functions.sqf --- SQF/dayz_server/init/server_functions.sqf | 1 + 1 file changed, 1 insertion(+) diff --git a/SQF/dayz_server/init/server_functions.sqf b/SQF/dayz_server/init/server_functions.sqf index 4874209c3..599152223 100644 --- a/SQF/dayz_server/init/server_functions.sqf +++ b/SQF/dayz_server/init/server_functions.sqf @@ -29,6 +29,7 @@ server_deleteObj = compile preprocessFileLineNumbers "\z\addons\dayz_server\comp server_deleteObjDirect = compile preprocessFileLineNumbers "\z\addons\dayz_server\compile\server_deleteObjDirect.sqf"; //Removes the object from the DB, NO AUTH, ONLY CALL FROM SERVER, NO PV ACCESS server_playerSync = compile preprocessFileLineNumbers "\z\addons\dayz_server\compile\server_playerSync.sqf"; zombie_findOwner = compile preprocessFileLineNumbers "\z\addons\dayz_server\compile\zombie_findOwner.sqf"; +//server_Wildgenerate = compile preprocessFileLineNumbers "\z\addons\dayz_server\compile\zombie_Wildgenerate.sqf"; base_fireMonitor = compile preprocessFileLineNumbers "\z\addons\dayz_code\system\fire_monitor.sqf"; spawnComposition = compile preprocessFileLineNumbers "ca\modules\dyno\data\scripts\objectMapper.sqf"; //"\z\addons\dayz_code\compile\object_mapper.sqf"; server_sendToClient = compile preprocessFileLineNumbers "\z\addons\dayz_server\eventHandlers\server_sendToClient.sqf"; From dc2b4addc0883369013e13fd91e9cc522b164c43 Mon Sep 17 00:00:00 2001 From: worldwidesorrow Date: Tue, 21 Jan 2020 15:09:02 -0600 Subject: [PATCH 04/10] Rename Server Files/Archive/dayz_code/Configs/CfgVehicles/Zeds/SwarmZeds.hpp to SQF/dayz_code/Configs/CfgVehicles/Zeds/SwarmZeds.hpp --- .../dayz_code/Configs/CfgVehicles/Zeds/SwarmZeds.hpp | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {Server Files/Archive => SQF}/dayz_code/Configs/CfgVehicles/Zeds/SwarmZeds.hpp (100%) diff --git a/Server Files/Archive/dayz_code/Configs/CfgVehicles/Zeds/SwarmZeds.hpp b/SQF/dayz_code/Configs/CfgVehicles/Zeds/SwarmZeds.hpp similarity index 100% rename from Server Files/Archive/dayz_code/Configs/CfgVehicles/Zeds/SwarmZeds.hpp rename to SQF/dayz_code/Configs/CfgVehicles/Zeds/SwarmZeds.hpp From c6aa543196731e1d2a30b15d767c545c05681293 Mon Sep 17 00:00:00 2001 From: worldwidesorrow Date: Tue, 21 Jan 2020 15:10:18 -0600 Subject: [PATCH 05/10] Rename Server Files/Archive/dayz_code/Configs/CfgVehicles/Zeds/WildZeds.hpp to SQF/dayz_code/Configs/CfgVehicles/Zeds/WildZeds.hpp' --- .../dayz_code/Configs/CfgVehicles/Zeds/WildZeds.hpp' | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Server Files/Archive/dayz_code/Configs/CfgVehicles/Zeds/WildZeds.hpp => SQF/dayz_code/Configs/CfgVehicles/Zeds/WildZeds.hpp' (100%) diff --git a/Server Files/Archive/dayz_code/Configs/CfgVehicles/Zeds/WildZeds.hpp b/SQF/dayz_code/Configs/CfgVehicles/Zeds/WildZeds.hpp' similarity index 100% rename from Server Files/Archive/dayz_code/Configs/CfgVehicles/Zeds/WildZeds.hpp rename to SQF/dayz_code/Configs/CfgVehicles/Zeds/WildZeds.hpp' From a7d4f236169a609eba99b241c661ea80290c80ad Mon Sep 17 00:00:00 2001 From: worldwidesorrow Date: Tue, 21 Jan 2020 15:12:12 -0600 Subject: [PATCH 06/10] Rename Server Files/Archive/dayz_code/compile/player_zombieSwarmAttack.sqf to SQF/dayz_code/compile/player_zombieSwarmAttack.sqf --- .../dayz_code/compile/player_zombieSwarmAttack.sqf | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {Server Files/Archive => SQF}/dayz_code/compile/player_zombieSwarmAttack.sqf (100%) diff --git a/Server Files/Archive/dayz_code/compile/player_zombieSwarmAttack.sqf b/SQF/dayz_code/compile/player_zombieSwarmAttack.sqf similarity index 100% rename from Server Files/Archive/dayz_code/compile/player_zombieSwarmAttack.sqf rename to SQF/dayz_code/compile/player_zombieSwarmAttack.sqf From d6a8ae84470bfdc7382c6c2dcfb0b220f36386c3 Mon Sep 17 00:00:00 2001 From: worldwidesorrow Date: Tue, 21 Jan 2020 15:13:11 -0600 Subject: [PATCH 07/10] Rename Server Files/Archive/dayz_code/compile/swarm_generate.sqf to SQF/dayz_code/compile/swarm_generate.sqf --- .../Archive => SQF}/dayz_code/compile/swarm_generate.sqf | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {Server Files/Archive => SQF}/dayz_code/compile/swarm_generate.sqf (100%) diff --git a/Server Files/Archive/dayz_code/compile/swarm_generate.sqf b/SQF/dayz_code/compile/swarm_generate.sqf similarity index 100% rename from Server Files/Archive/dayz_code/compile/swarm_generate.sqf rename to SQF/dayz_code/compile/swarm_generate.sqf From 41de95ea19544a26116de66349fd78eeb2e22361 Mon Sep 17 00:00:00 2001 From: worldwidesorrow Date: Tue, 21 Jan 2020 15:14:55 -0600 Subject: [PATCH 08/10] Rename Server Files/Archive/dayz_code/system/fn_swarmagent.fsm to SQF/dayz_code/system/fn_swarmagent.fsm --- {Server Files/Archive => SQF}/dayz_code/system/fn_swarmagent.fsm | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {Server Files/Archive => SQF}/dayz_code/system/fn_swarmagent.fsm (100%) diff --git a/Server Files/Archive/dayz_code/system/fn_swarmagent.fsm b/SQF/dayz_code/system/fn_swarmagent.fsm similarity index 100% rename from Server Files/Archive/dayz_code/system/fn_swarmagent.fsm rename to SQF/dayz_code/system/fn_swarmagent.fsm From 7853d0d7b2cf0dd861b5398b77627626ffeb443a Mon Sep 17 00:00:00 2001 From: worldwidesorrow Date: Tue, 21 Jan 2020 15:16:30 -0600 Subject: [PATCH 09/10] Rename Server Files/Archive/dayz_code/system/zombie_wildagent.fsm to SQF/dayz_code/system/zombie_wildagent.fsm --- .../Archive => SQF}/dayz_code/system/zombie_wildagent.fsm | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {Server Files/Archive => SQF}/dayz_code/system/zombie_wildagent.fsm (100%) diff --git a/Server Files/Archive/dayz_code/system/zombie_wildagent.fsm b/SQF/dayz_code/system/zombie_wildagent.fsm similarity index 100% rename from Server Files/Archive/dayz_code/system/zombie_wildagent.fsm rename to SQF/dayz_code/system/zombie_wildagent.fsm From e73ff426231c4c86ec3b7e7142d25abfcaf30080 Mon Sep 17 00:00:00 2001 From: worldwidesorrow Date: Tue, 21 Jan 2020 15:18:35 -0600 Subject: [PATCH 10/10] Rename Server Files/Archive/dayz_server/compile/zombie_Wildgenerate.sqf to SQF/dayz_server/compile/zombie_Wildgenerate.sqf --- .../Archive => SQF}/dayz_server/compile/zombie_Wildgenerate.sqf | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {Server Files/Archive => SQF}/dayz_server/compile/zombie_Wildgenerate.sqf (100%) diff --git a/Server Files/Archive/dayz_server/compile/zombie_Wildgenerate.sqf b/SQF/dayz_server/compile/zombie_Wildgenerate.sqf similarity index 100% rename from Server Files/Archive/dayz_server/compile/zombie_Wildgenerate.sqf rename to SQF/dayz_server/compile/zombie_Wildgenerate.sqf