Skip to content

MattzFiber/Origins

 
 

Repository files navigation

DayZ Origins community build

All credit goes to Cortez for all the hard work to make this mod available.

Installing Database:

(NOTE: If your having issues installing the functions, and get a message saying you don't have permission to install, you must install the functions as a 'root' user)

Installing Files:

  • Create a folder containing the files from Operation Arrowhead.
  • Copy the Addons folder from the Arma 2 folder into the same folder.
  • Copy the map (@DayzOrigins) into the same folder. (Downloaded from Dayz Commander or other tool)
  • Install the latest OA Beta Patch (http://www.arma2.com/beta-patch.php)
  • Edit the following files:
    --- \dayz_1.origins.tavi\config.cfg
    --- \dayz_1.origins.tavi\HiveExt.ini
    --- \dayz_1.origins.tavi\BattlEye\BEServer.cfg
    --- \MPMissions\dayz_1.origins.tavi\Debug\player_spawn_2.sqf (More Details Below)
    --- \MPMissions\dayz_1.origins.tavi\Camera\loginCamera.sqf (More Details Below)

Editing player_spawn_2.sqf:

Look for:

//Debug Info
            _headShots =    player getVariable["headShots",0];
            _kills =                player getVariable["zombieKills",0];
            _killsH =               player getVariable["humanKills",0];
            _killsB =               player getVariable["banditKills",0];
            _humanity =             player getVariable["humanity",0];
            _zombies =              count entities "zZombie_Base";
            _zombiesA =     {alive _x} count entities "zZombie_Base";

                    hintSilent parseText format ["
            Visit: www.epm-gaming.co.uk

Edit last line.

Editing loginCamera.sqf:

Look for:

_welcomeMessage = format["Welcome to EPM Gamings's GB 500 #2 Server %1, Enjoy your stay!",format["%1", name player]];

Edit this line.

Finally

  • Run build.bat (It will create the .pbo's)
  • Copy all the files from DEPLOY into your folder. (Make sure to maintain the same file structure)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published