mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-22 16:10:49 +03:00
@@ -1,12 +1,10 @@
|
|||||||
if (isServer) then {
|
[] execVM "\z\addons\dayz_code\system\mission\chernarus\poi\DevilsFarm.sqf";
|
||||||
[] execVM "\z\addons\dayz_code\system\mission\chernarus\poi\DevilsFarm.sqf";
|
[] execVM "\z\addons\dayz_code\system\mission\chernarus\poi\NEA.sqf";
|
||||||
[] execVM "\z\addons\dayz_code\system\mission\chernarus\poi\NEA.sqf";
|
[] execVM "\z\addons\dayz_code\system\mission\chernarus\poi\C130Crash.sqf";
|
||||||
[] execVM "\z\addons\dayz_code\system\mission\chernarus\poi\C130Crash.sqf";
|
[] execVM "\z\addons\dayz_code\system\mission\chernarus\poi\ChernoBuildings.sqf";
|
||||||
[] execVM "\z\addons\dayz_code\system\mission\chernarus\poi\ChernoBuildings.sqf";
|
[] execVM "\z\addons\dayz_code\system\mission\chernarus\poi\DeadForest.sqf";
|
||||||
[] execVM "\z\addons\dayz_code\system\mission\chernarus\poi\DeadForest.sqf";
|
[] execVM "\z\addons\dayz_code\system\mission\chernarus\poi\KomyshovoRoadblock.sqf";
|
||||||
[] execVM "\z\addons\dayz_code\system\mission\chernarus\poi\KomyshovoRoadblock.sqf";
|
[] execVM "\z\addons\dayz_code\system\mission\chernarus\poi\MilitaryAirpoort.sqf";
|
||||||
[] execVM "\z\addons\dayz_code\system\mission\chernarus\poi\MilitaryAirpoort.sqf";
|
[] execVM "\z\addons\dayz_code\system\mission\chernarus\poi\ZelenogorskBuildings.sqf";
|
||||||
[] execVM "\z\addons\dayz_code\system\mission\chernarus\poi\ZelenogorskBuildings.sqf";
|
[] execVM "\z\addons\dayz_code\system\mission\chernarus\poi\Twains.sqf";
|
||||||
[] execVM "\z\addons\dayz_code\system\mission\chernarus\poi\Twains.sqf";
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|||||||
@@ -113,14 +113,13 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\takistan.sqf"; //Add trader agents
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\takistan.sqf"; //Add trader agents
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
|
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
@@ -113,14 +113,13 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\mountains_acr.sqf"; //Add trader agents
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\mountains_acr.sqf"; //Add trader agents
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
|
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
@@ -113,14 +113,13 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\chernarus11.sqf"; //Add trader agents
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\chernarus11.sqf"; //Add trader agents
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
|
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
@@ -113,14 +113,13 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\isladuala.sqf"; //Add trader agents
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\isladuala.sqf"; //Add trader agents
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
|
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
@@ -113,14 +113,13 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\tavi.sqf"; //Add trader agents
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\tavi.sqf"; //Add trader agents
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
|
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
@@ -113,14 +113,13 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\namalsk.sqf"; //Add trader agents
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\namalsk.sqf"; //Add trader agents
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
|
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
@@ -113,14 +113,13 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\panthera2.sqf"; //Add trader agents
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\panthera2.sqf"; //Add trader agents
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
|
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
@@ -113,14 +113,13 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\chernarus17.sqf"; //Add trader agents
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\chernarus17.sqf"; //Add trader agents
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
|
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
@@ -113,14 +113,13 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\fdf_isle1_a.sqf"; //Add trader agents
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\fdf_isle1_a.sqf"; //Add trader agents
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
|
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
@@ -113,14 +113,13 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\utes.sqf"; //Add trader agents
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\utes.sqf"; //Add trader agents
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
|
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
@@ -113,14 +113,13 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\fapovo.sqf"; //Add trader agents
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\fapovo.sqf"; //Add trader agents
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
|
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
@@ -113,14 +113,13 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\caribou.sqf"; //Add trader agents
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\caribou.sqf"; //Add trader agents
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
|
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
@@ -113,14 +113,13 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\smd_sahrani_a2.sqf"; //Add trader agents
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\smd_sahrani_a2.sqf"; //Add trader agents
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
|
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
@@ -113,14 +113,13 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\cmr_ovaron.sqf"; //Add trader agents
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\cmr_ovaron.sqf"; //Add trader agents
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
|
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
@@ -113,14 +113,13 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\napf.sqf"; //Add trader agents
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\napf.sqf"; //Add trader agents
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
|
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
@@ -113,14 +113,13 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\sauerland.sqf"; //Add trader agents
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\sauerland.sqf"; //Add trader agents
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
|
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
@@ -114,14 +114,13 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\sauerland.sqf"; //Add trader agents
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\sauerland.sqf"; //Add trader agents
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
|
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
@@ -113,14 +113,13 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\shapur_baf.sqf"; //Add trader agents
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\shapur_baf.sqf"; //Add trader agents
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
|
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
@@ -113,14 +113,13 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\zargabad.sqf"; //Add trader agents
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\zargabad.sqf"; //Add trader agents
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
|
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
@@ -113,14 +113,13 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\bootcamp_acr.sqf"; //Add trader agents
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\bootcamp_acr.sqf"; //Add trader agents
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
|
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
@@ -113,14 +113,13 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\lingor.sqf"; //Add trader agents
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\lingor.sqf"; //Add trader agents
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
|
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
@@ -113,14 +113,13 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\provinggrounds_pmc.sqf"; //Add trader agents
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\provinggrounds_pmc.sqf"; //Add trader agents
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
|
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
@@ -113,14 +113,13 @@ if (isServer) then {
|
|||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\dynamic_vehicle.sqf";
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\woodland_acr.sqf"; //Add trader agents
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\traders\woodland_acr.sqf"; //Add trader agents
|
||||||
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\system\server_monitor.sqf";
|
||||||
|
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
||||||
|
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
//Get the server to setup what waterholes are going to be infected and then broadcast to everyone.
|
||||||
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
if (dayz_infectiousWaterholes && (toLower worldName == "chernarus")) then {execVM "\z\addons\dayz_code\system\mission\chernarus\infectiousWaterholes\init.sqf";};
|
||||||
|
|
||||||
//Must be global spawned, so players don't fall through buildings (might be best to spilt these to important, not important)
|
|
||||||
if (dayz_POIs && (toLower worldName == "chernarus")) then { execVM "\z\addons\dayz_code\system\mission\chernarus\poi\init.sqf"; };
|
|
||||||
|
|
||||||
// Lootable objects from CfgTownGeneratorDefault.hpp
|
// Lootable objects from CfgTownGeneratorDefault.hpp
|
||||||
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\system\mission\chernarus\LegacyTownGenerator\MainLootableObjects.sqf"; };
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user