dingor mission files

This commit is contained in:
vbawol
2013-03-04 11:13:20 -06:00
parent 320046779b
commit 864b282aaf
5 changed files with 1480 additions and 14 deletions

View File

@@ -1,12 +1,16 @@
respawn = "BASE"; respawn = "BASE";
respawndelay = 5; respawndelay = 5;
onLoadMission="DayZ_Epoch Dingor"; onLoadMission="DayZ Epoch Dingor";
OnLoadIntro = "Welcome to Dingor Island"; OnLoadIntro = "Welcome to Dingor Island";
OnLoadIntroTime = False; OnLoadIntroTime = False;
OnLoadMissionTime = False; OnLoadMissionTime = False;
disabledAI = true; disabledAI = true;
disableChannels[]={0,2,6}; disableChannels[]={0,2,6};
enableItemsDropping=0; enableItemsDropping=0;
#include "R3F_Realism\R3F_Weight\R3F_CfgWeight.h"
onPauseScript = "\z\addons\dayz_code\compile\player_onPause.sqf";
loadScreen = "\z\addons\dayz_code\gui\dayz_logo_ca.paa";
class Header class Header
{ {

View File

@@ -1,24 +1,32 @@
startLoadingScreen ["","DayZ_loadingScreen"];
/* /*
INITILIZATION INITILIZATION
*/ */
startLoadingScreen ["","RscDisplayLoadCustom"];
cutText ["","BLACK OUT"];
enableSaving [false, false]; enableSaving [false, false];
//REALLY IMPORTANT VALUES //REALLY IMPORTANT VALUES
dayZ_instance = 6; //The instance dayZ_instance = 6; //The instance
hiveInUse = true; dayzHiveRequest = [];
initialized = false; initialized = false;
dayz_previousID = 0; dayz_previousID = 0;
// AMP config //disable greeting menu
player setVariable ["BIS_noCoreConversations", true];
//disable radio messages to be heard and shown in the left lower corner of the screen
enableRadio false;
// Epoch config
spawnShoremode = 1; // Default = 1 (on shore) spawnShoremode = 1; // Default = 1 (on shore)
spawnArea = 1500; // Default = 1500 spawnArea = 1500; // Default = 1500
MaxHeliCrashes= 5; // Default = 5 MaxHeliCrashes= 5; // Default = 5
MaxVehicleLimit = 50; // Default = 50 MaxVehicleLimit = 250; // Default = 50
MaxDynamicDebris = 100; // Default = 100 MaxDynamicDebris = 250; // Default = 100
dayz_MapArea = 12000; // Default = 10000 dayz_MapArea = 12000; // Default = 10000
dayz_maxLocalZombies = 40; // Default = 40 dayz_maxLocalZombies = 40; // Default = 40
//Load in compiled functions
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\variables.sqf"; //Initilize the Variables (IMPORTANT: Must happen very early) call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\variables.sqf"; //Initilize the Variables (IMPORTANT: Must happen very early)
progressLoadingScreen 0.1; progressLoadingScreen 0.1;
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\publicEH.sqf"; //Initilize the publicVariable event handlers call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\publicEH.sqf"; //Initilize the publicVariable event handlers
@@ -26,6 +34,8 @@ progressLoadingScreen 0.2;
call compile preprocessFileLineNumbers "\z\addons\dayz_code\medical\setup_functions_med.sqf"; //Functions used by CLIENT for medical call compile preprocessFileLineNumbers "\z\addons\dayz_code\medical\setup_functions_med.sqf"; //Functions used by CLIENT for medical
progressLoadingScreen 0.4; progressLoadingScreen 0.4;
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\compiles.sqf"; //Compile regular functions call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\compiles.sqf"; //Compile regular functions
progressLoadingScreen 0.5;
call compile preprocessFileLineNumbers "server_traders.sqf"; //Compile trader configs
progressLoadingScreen 1.0; progressLoadingScreen 1.0;
"filmic" setToneMappingParams [0.153, 0.357, 0.231, 0.1573, 0.011, 3.750, 6, 4]; setToneMapping "Filmic"; "filmic" setToneMappingParams [0.153, 0.357, 0.231, 0.1573, 0.011, 3.750, 6, 4]; setToneMapping "Filmic";
@@ -43,17 +53,21 @@ if ((!isServer) && (player != player)) then
}; };
if (isServer) then { if (isServer) then {
//Run the server monitor call compile preprocessFileLineNumbers "dynamic_vehicle.sqf"; //Compile vehicle configs
hiveInUse = true;
_serverMonitor = [] execVM "\z\addons\dayz_server\system\server_monitor.sqf"; // Add trader citys
_nil = [] execVM "mission.sqf";
_serverMonitor = [] execVM "\z\addons\dayz_code\system\server_monitor.sqf";
}; };
if (!isDedicated) then { if (!isDedicated) then {
//Conduct map operations //Conduct map operations
0 fadeSound 0; 0 fadeSound 0;
0 cutText [(localize "STR_AUTHENTICATING"), "BLACK FADED",60]; waitUntil {!isNil "dayz_loadScreenMsg"};
dayz_loadScreenMsg = (localize "STR_AUTHENTICATING");
//Run the player monitor //Run the player monitor
_id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}]; _id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}];
_playerMonitor = [] execVM "\z\addons\dayz_code\system\player_monitor.sqf"; _playerMonitor = [] execVM "\z\addons\dayz_code\system\player_monitor.sqf";
_void = [] execVM "R3F_Realism\R3F_Realism_Init.sqf";
}; };

File diff suppressed because it is too large Load Diff

View File

@@ -24,9 +24,14 @@ class Mission
"cacharacters_pmc", "cacharacters_pmc",
"ca_modules_functions", "ca_modules_functions",
"ibr_lingor", "ibr_lingor",
"ibr_lcivilian_patch",
"chn_crocodile", "chn_crocodile",
"warfarebuildings", "warfarebuildings",
"ibr_dingor" "ibr_dingor",
"glt_m300t",
"sigisolda",
"suv_col",
"csj_gyroac",
}; };
addOnsAuto[]= addOnsAuto[]=
{ {
@@ -38,8 +43,8 @@ class Mission
randomSeed=11171215; randomSeed=11171215;
class Intel class Intel
{ {
briefingName="Dingor DayZ_Epoch"; briefingName="Dingor DayZ Epoch";
briefingDescription="Dingor DayZ_Epoch Private Server"; briefingDescription="Dingor DayZ Epoch Private Server";
startWeather=0.067362607; startWeather=0.067362607;
forecastWeather=0.52341133; forecastWeather=0.52341133;
year=2008; year=2008;