[RELEASE] Epoch Christmas Special

Bexs

New Member
Epoch Christmas Special (Alpha)
--> Add snow
--> Add snow in Trader Citys
--> Add music intro
--> Add music in Trader citys
--> Add loading screen (4 different)

Requirements:
- a Text Editor, pbo manager (Easy = Blue <10)

Installation:
There is a german and a english read me. (sorry my english is terrible ;) )

1. Backup
2. Choose your loading screen from "loading screens"
Now open your Description.ext file and find this

Code:
 loadScreen = "\z\addons\dayz_code\gui\dayz_logo_ca.paa";

change it to:

Code:
   loadScreen = "weihnachten\load2.paa";
or to:
Code:
  loadScreen = "weihnachten\load6.paa";
or to:
Code:
  loadScreen = "weihnachten\load8.paa";
or to:
Code:
  loadScreen = "weihnachten\load9.paa";

(which loading screen you want)


find this:


Code:
class RscPicture
{
    access=0;
    type=0;
    idc=-1;
    style=48;
    colorBackground[]={0,0,0,0};
    colorText[]={1,1,1,1};
    font="TahomaB";
    sizeEx=0;
    lineSpacing=0;
    text="";
};


Directly after the }; add this

Code:
class CfgSounds
{
    sounds[] =
    {
    introSong
    };
    class introSong
    {
    name="introSong";
    sound[]={introSong.ogg,0.9,1};
    titles[] = {};
    };
};



3. Open your init.sqf
add
Code:
      //weihnachten/christmas
        [] execVM "weihnachten\config.sqf";
at the bottom

4. Put load2.paa or load6.paa or load8.paa or load9.paa (only the one you want to use!!!!!use the paa!!!) in "weihnachten"
Put "introSong.ogg" and "weihnachten" in your mission.pbo

5. Restart Server
https://www.dropbox.com/sh/hjqtpf362dbmv75/fDggbS81vq
Download Link

Credits:
Intro script: http://opendayz.net/threads/blur-gaming-custom-spawn-tutorial.9785/ changed by Bexs
Snow: http://opendayz.net/threads/adding-snow-to-your-server.12523/
Snow in Trader city: by Bexs
Loading screen: by Bexs


first time I make my owne pack, hope you like it :) It works with Epoch 2.4 and Epoch 2.5






German Thread
 
Back
Top