From 9136aa9f44dbf9e540ed39e96542e245a25d678f Mon Sep 17 00:00:00 2001 From: worldwidesorrow Date: Tue, 21 Jan 2020 11:20:38 -0600 Subject: [PATCH 01/10] Rename SQF/dayz_code/compile/player_zombieSwarmAttack.sqf to Server Files/Archive/dayz_code/compile/player_zombieSwarmAttack.sqf --- .../Archive}/dayz_code/compile/player_zombieSwarmAttack.sqf | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {SQF => Server Files/Archive}/dayz_code/compile/player_zombieSwarmAttack.sqf (100%) diff --git a/SQF/dayz_code/compile/player_zombieSwarmAttack.sqf b/Server Files/Archive/dayz_code/compile/player_zombieSwarmAttack.sqf similarity index 100% rename from SQF/dayz_code/compile/player_zombieSwarmAttack.sqf rename to Server Files/Archive/dayz_code/compile/player_zombieSwarmAttack.sqf From 45977876281f33a02374c0382d8faa53ff0950ab Mon Sep 17 00:00:00 2001 From: worldwidesorrow Date: Tue, 21 Jan 2020 11:22:22 -0600 Subject: [PATCH 02/10] Rename SQF/dayz_code/compile/swarm_generate.sqf to Server Files/Archive/dayz_code/compile/swarm_generate.sqf --- .../Archive}/dayz_code/compile/swarm_generate.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {SQF => Server Files/Archive}/dayz_code/compile/swarm_generate.sqf (99%) diff --git a/SQF/dayz_code/compile/swarm_generate.sqf b/Server Files/Archive/dayz_code/compile/swarm_generate.sqf similarity index 99% rename from SQF/dayz_code/compile/swarm_generate.sqf rename to Server Files/Archive/dayz_code/compile/swarm_generate.sqf index afbd3aec3..a92a20040 100644 --- a/SQF/dayz_code/compile/swarm_generate.sqf +++ b/Server Files/Archive/dayz_code/compile/swarm_generate.sqf @@ -40,4 +40,4 @@ while {_counter < _amount} do { //Start behavior _id = [_position,_agent,player] execFSM "\z\AddOns\dayz_code\system\fn_swarmagent.fsm"; -}; \ No newline at end of file +}; From aa7c998ab0fbca42a3b8b947d5d1962d6dfcdd07 Mon Sep 17 00:00:00 2001 From: worldwidesorrow Date: Tue, 21 Jan 2020 11:24:14 -0600 Subject: [PATCH 03/10] Rename SQF/dayz_code/Configs/CfgVehicles/Zeds/SwarmZeds.hpp to Server Files/Archive/dayz_code/Configs/CfgVehicles/Zeds/SwarmZeds.hpp --- .../Archive}/dayz_code/Configs/CfgVehicles/Zeds/SwarmZeds.hpp | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {SQF => Server Files/Archive}/dayz_code/Configs/CfgVehicles/Zeds/SwarmZeds.hpp (100%) diff --git a/SQF/dayz_code/Configs/CfgVehicles/Zeds/SwarmZeds.hpp b/Server Files/Archive/dayz_code/Configs/CfgVehicles/Zeds/SwarmZeds.hpp similarity index 100% rename from SQF/dayz_code/Configs/CfgVehicles/Zeds/SwarmZeds.hpp rename to Server Files/Archive/dayz_code/Configs/CfgVehicles/Zeds/SwarmZeds.hpp From 3a36d511d04f47a02bfad69ef3edc5b58c2327ca Mon Sep 17 00:00:00 2001 From: worldwidesorrow Date: Tue, 21 Jan 2020 11:25:21 -0600 Subject: [PATCH 04/10] Rename SQF/dayz_code/Configs/CfgVehicles/Zeds/WildZeds.hpp to Server Files/Archive/dayz_code/Configs/CfgVehicles/Zeds/WildZeds.hpp --- .../Archive}/dayz_code/Configs/CfgVehicles/Zeds/WildZeds.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {SQF => Server Files/Archive}/dayz_code/Configs/CfgVehicles/Zeds/WildZeds.hpp (99%) diff --git a/SQF/dayz_code/Configs/CfgVehicles/Zeds/WildZeds.hpp b/Server Files/Archive/dayz_code/Configs/CfgVehicles/Zeds/WildZeds.hpp similarity index 99% rename from SQF/dayz_code/Configs/CfgVehicles/Zeds/WildZeds.hpp rename to Server Files/Archive/dayz_code/Configs/CfgVehicles/Zeds/WildZeds.hpp index eefec7a64..8de8fc8f6 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Zeds/WildZeds.hpp +++ b/Server Files/Archive/dayz_code/Configs/CfgVehicles/Zeds/WildZeds.hpp @@ -124,4 +124,4 @@ class Wild_Civ_newBase : WildZombie_Base { tex[] = {}; mat[] = {"Ca\characters_E\Overall\Data\Overall.rvmat", "Ca\characters_E\Overall\Data\W1_Overall.rvmat", "Ca\characters_E\Overall\Data\W2_Overall.rvmat"}; }; -}; \ No newline at end of file +}; From ac0df90ccdac7253766708ab6985b64524b26117 Mon Sep 17 00:00:00 2001 From: worldwidesorrow Date: Tue, 21 Jan 2020 11:26:25 -0600 Subject: [PATCH 05/10] Rename SQF/dayz_code/system/fn_swarmagent.fsm to Server Files/Archive/dayz_code/system/fn_swarmagent.fsm --- .../Archive}/dayz_code/system/fn_swarmagent.fsm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {SQF => Server Files/Archive}/dayz_code/system/fn_swarmagent.fsm (99%) diff --git a/SQF/dayz_code/system/fn_swarmagent.fsm b/Server Files/Archive/dayz_code/system/fn_swarmagent.fsm similarity index 99% rename from SQF/dayz_code/system/fn_swarmagent.fsm rename to Server Files/Archive/dayz_code/system/fn_swarmagent.fsm index 1ad6e5a58..8f6a16d16 100644 --- a/SQF/dayz_code/system/fn_swarmagent.fsm +++ b/Server Files/Archive/dayz_code/system/fn_swarmagent.fsm @@ -356,4 +356,4 @@ class FSM "End" }; }; -/*%FSM*/ \ No newline at end of file +/*%FSM*/ From 8c312510f6dd27b12545f28370a8927ec1c4401b Mon Sep 17 00:00:00 2001 From: worldwidesorrow Date: Tue, 21 Jan 2020 11:27:18 -0600 Subject: [PATCH 06/10] Rename SQF/dayz_code/system/zombie_wildagent.fsm to Server Files/Archive/dayz_code/system/zombie_wildagent.fsm --- .../Archive}/dayz_code/system/zombie_wildagent.fsm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {SQF => Server Files/Archive}/dayz_code/system/zombie_wildagent.fsm (99%) diff --git a/SQF/dayz_code/system/zombie_wildagent.fsm b/Server Files/Archive/dayz_code/system/zombie_wildagent.fsm similarity index 99% rename from SQF/dayz_code/system/zombie_wildagent.fsm rename to Server Files/Archive/dayz_code/system/zombie_wildagent.fsm index 2cdab3d83..0ed63a7d4 100644 --- a/SQF/dayz_code/system/zombie_wildagent.fsm +++ b/Server Files/Archive/dayz_code/system/zombie_wildagent.fsm @@ -569,4 +569,4 @@ class FSM "End_1" }; }; -/*%FSM*/ \ No newline at end of file +/*%FSM*/ From e6da9b06ce6c2a642df5b08326501b2b40c87bca Mon Sep 17 00:00:00 2001 From: worldwidesorrow Date: Tue, 21 Jan 2020 11:29:47 -0600 Subject: [PATCH 07/10] Update compiles.sqf Remove obsolete lines. The functions are unused and the files have been archived. --- SQF/dayz_code/init/compiles.sqf | 2 -- 1 file changed, 2 deletions(-) diff --git a/SQF/dayz_code/init/compiles.sqf b/SQF/dayz_code/init/compiles.sqf index 07443ef00..41de65261 100644 --- a/SQF/dayz_code/init/compiles.sqf +++ b/SQF/dayz_code/init/compiles.sqf @@ -66,10 +66,8 @@ 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 781d440e09a1376d21b5fee6eea3de895ffaeba5 Mon Sep 17 00:00:00 2001 From: worldwidesorrow Date: Tue, 21 Jan 2020 11:31:21 -0600 Subject: [PATCH 08/10] Update CfgVehicles.hpp These files are unused and have been archived. --- SQF/dayz_code/Configs/CfgVehicles/CfgVehicles.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/SQF/dayz_code/Configs/CfgVehicles/CfgVehicles.hpp b/SQF/dayz_code/Configs/CfgVehicles/CfgVehicles.hpp index ad5ef604a..ded807fb1 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/CfgVehicles.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/CfgVehicles.hpp @@ -392,8 +392,6 @@ 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 b6cb7ff77b465815794937aef031e42aec9104c7 Mon Sep 17 00:00:00 2001 From: worldwidesorrow Date: Tue, 21 Jan 2020 11:32:50 -0600 Subject: [PATCH 09/10] Update server_functions.sqf Function is unused. The file has been archived. --- SQF/dayz_server/init/server_functions.sqf | 1 - 1 file changed, 1 deletion(-) diff --git a/SQF/dayz_server/init/server_functions.sqf b/SQF/dayz_server/init/server_functions.sqf index 127d19a0f..4874209c3 100644 --- a/SQF/dayz_server/init/server_functions.sqf +++ b/SQF/dayz_server/init/server_functions.sqf @@ -29,7 +29,6 @@ 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 90dfc6b1c5ccfccc5df0e9a5b371a2ee7cbeb5bb Mon Sep 17 00:00:00 2001 From: worldwidesorrow Date: Tue, 21 Jan 2020 11:33:49 -0600 Subject: [PATCH 10/10] Rename SQF/dayz_server/compile/zombie_Wildgenerate.sqf to Server Files/Archive/dayz_server/compile/zombie_Wildgenerate.sqf --- .../Archive}/dayz_server/compile/zombie_Wildgenerate.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {SQF => Server Files/Archive}/dayz_server/compile/zombie_Wildgenerate.sqf (99%) diff --git a/SQF/dayz_server/compile/zombie_Wildgenerate.sqf b/Server Files/Archive/dayz_server/compile/zombie_Wildgenerate.sqf similarity index 99% rename from SQF/dayz_server/compile/zombie_Wildgenerate.sqf rename to Server Files/Archive/dayz_server/compile/zombie_Wildgenerate.sqf index 234738a97..14fa1bec2 100644 --- a/SQF/dayz_server/compile/zombie_Wildgenerate.sqf +++ b/Server Files/Archive/dayz_server/compile/zombie_Wildgenerate.sqf @@ -47,4 +47,4 @@ while {_counter < _amount} do { //diag_log format ["CREATE WILD: Active: %1, Waiting: %2",_counter,(_amount - _counter)] }; -_wildsdone \ No newline at end of file +_wildsdone