mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Move Waves to CfgWorlds
This commit is contained in:
@@ -3,15 +3,29 @@ class DefaultClutter; // External class reference
|
|||||||
class Grid; // External class reference
|
class Grid; // External class reference
|
||||||
class DefaultLighting; // External class reference
|
class DefaultLighting; // External class reference
|
||||||
class DayLightingRainy; // External class reference
|
class DayLightingRainy; // External class reference
|
||||||
class Weather; // External class reference
|
//class Weather; // External class reference
|
||||||
|
|
||||||
class CfgWorlds {
|
class CfgWorlds {
|
||||||
|
class DefaultWorld
|
||||||
|
{
|
||||||
|
class Weather
|
||||||
|
{
|
||||||
|
class Overcast
|
||||||
|
{
|
||||||
|
class Weather1;
|
||||||
|
class Weather2;
|
||||||
|
class Weather3;
|
||||||
|
class Weather4;
|
||||||
|
class Weather5;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
class Chernarus; // External class reference
|
class Chernarus; // External class reference
|
||||||
class DayZMod : Chernarus {
|
class DayZMod : Chernarus {
|
||||||
access = 3;
|
access = 3;
|
||||||
worldId = 4;
|
worldId = 4;
|
||||||
cutscenes[] = {"DayZModIntro1"};
|
cutscenes[] = {"DayZModIntro1"};
|
||||||
description = "DayZMod v1.8.7.dev1";
|
description = "DayZ Epoch 1.0.6";
|
||||||
icon = "";
|
icon = "";
|
||||||
worldName = "\ca\chernarus\chernarus.wrp";
|
worldName = "\ca\chernarus\chernarus.wrp";
|
||||||
pictureMap = "";
|
pictureMap = "";
|
||||||
@@ -147,9 +161,39 @@ class CfgWorlds {
|
|||||||
overcast = 1.0;
|
overcast = 1.0;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
class Overcast: Overcast
|
||||||
|
{
|
||||||
|
class Weather1: Weather1
|
||||||
|
{
|
||||||
|
waves = 0.2;
|
||||||
|
};
|
||||||
|
class Weather7: Weather1
|
||||||
|
{
|
||||||
|
waves = 0.2;
|
||||||
|
};
|
||||||
|
class Weather2: Weather2
|
||||||
|
{
|
||||||
|
waves = 0.22;
|
||||||
|
};
|
||||||
|
class Weather3: Weather3
|
||||||
|
{
|
||||||
|
waves = 0.32;
|
||||||
|
};
|
||||||
|
class Weather4: Weather4
|
||||||
|
{
|
||||||
|
waves = 0.52;
|
||||||
|
};
|
||||||
|
class Weather5: Weather5
|
||||||
|
{
|
||||||
|
waves = 0.72;
|
||||||
|
};
|
||||||
|
class Weather6: Weather5
|
||||||
|
{
|
||||||
|
waves = 2.00;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
initWorld = "DayZMod";
|
initWorld = "DayZMod";
|
||||||
demoWorld = "DayZMod";
|
demoWorld = "DayZMod";
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -57,63 +57,6 @@ class CfgMods
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
class CfgWorlds
|
|
||||||
{
|
|
||||||
initWorld = "Chernarus";
|
|
||||||
demoWorld = "Chernarus";
|
|
||||||
class DefaultWorld
|
|
||||||
{
|
|
||||||
class Weather
|
|
||||||
{
|
|
||||||
class Overcast
|
|
||||||
{
|
|
||||||
class Weather1;
|
|
||||||
class Weather2;
|
|
||||||
class Weather3;
|
|
||||||
class Weather4;
|
|
||||||
class Weather5;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
class CAWorld: DefaultWorld
|
|
||||||
{
|
|
||||||
class Weather: Weather
|
|
||||||
{
|
|
||||||
class Overcast: Overcast
|
|
||||||
{
|
|
||||||
class Weather1: Weather1
|
|
||||||
{
|
|
||||||
waves = 0.2;
|
|
||||||
};
|
|
||||||
class Weather7: Weather1
|
|
||||||
{
|
|
||||||
waves = 0.2;
|
|
||||||
};
|
|
||||||
class Weather2: Weather2
|
|
||||||
{
|
|
||||||
waves = 0.22;
|
|
||||||
};
|
|
||||||
class Weather3: Weather3
|
|
||||||
{
|
|
||||||
waves = 0.32;
|
|
||||||
};
|
|
||||||
class Weather4: Weather4
|
|
||||||
{
|
|
||||||
waves = 0.52;
|
|
||||||
};
|
|
||||||
class Weather5: Weather5
|
|
||||||
{
|
|
||||||
waves = 0.72;
|
|
||||||
};
|
|
||||||
class Weather6: Weather5
|
|
||||||
{
|
|
||||||
waves = 2.00;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
class CfgAddons
|
class CfgAddons
|
||||||
{
|
{
|
||||||
access = 1;
|
access = 1;
|
||||||
@@ -166,7 +109,6 @@ class CfgAddons
|
|||||||
#include "gui\padlock\padlock_ui.hpp"
|
#include "gui\padlock\padlock_ui.hpp"
|
||||||
|
|
||||||
//Duplicates that need to be checked against first block
|
//Duplicates that need to be checked against first block
|
||||||
//#include "Configs\CfgVehicles.hpp"
|
|
||||||
//#include "Configs\CfgMagazines.hpp"
|
//#include "Configs\CfgMagazines.hpp"
|
||||||
//#include "Configs\CfgAmmo.hpp"
|
//#include "Configs\CfgAmmo.hpp"
|
||||||
//#include "Configs\CfgLoot\CfgBuildingLoot.hpp"
|
//#include "Configs\CfgLoot\CfgBuildingLoot.hpp"
|
||||||
|
|||||||
Reference in New Issue
Block a user