Giter Club home page Giter Club logo

origins's Introduction

DayZ Origins community build

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

Tools Required

  • PBO tool which can be found in the tools folder. (PBO Manager is the better of the two)

Installing Database:

  • You need to have MySQL version 5.5 and up. Work great on 5.5.31-0+wheezy1 (debian). Older version have problem importing the .SQL file
  • Import \sqlfile\dayz_origins.sql into your 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:

  • Install the latest OA Beta Patch (http://www.arma2.com/beta-patch.php)
  • Create a new folder copy the files from the OA folder into it. (This help retains your original files if you have to start over)
  • 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)
  • 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 'Visit: www.epm-gaming.co.uk' on line 361, 385, and 416, and change it to your own website.

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.

  • Copy all the files from your git download into your folder. (Make sure to maintain the same file structure)
  • Install your PBO tool if you haven't already.
  • Use the PBO tool to pack the @dayz_1.origins.tavi\addons\dayz_server folder. (NOTE: You can also pack the folder in the MPMissions folder, but it isn't required)

Optional How-Tos

Adjusting Day/Night Time

  • Edit \MPMissions\dayz_1.origins.tavi\init.sqf
  • Look for:
[3,true,true] execFSM "core_time.fsm";
  • Default is currently 4hr day/night.
  • Other examples:
    --- [4,true,true] execFSM "core_time.fsm"; (3hr day/night)
    --- [3,true,true,12] execFSM "core_time.fsm"; (4hr day / 1 hr night)
  • To disable completely, just add a double slash to the front of the line '//'

Auto Refuelling

To enable auto refuelling:

  • Edit \MPMissions\dayz_1.origins.tavi\init.sqf
  • Look for:
	//Remove the double slashes on the line below to enable auto refuelling
	//[] execVM "Scripts\kh_actions.sqf";
  • Remove the double slashes to enable the add-on, save and restart the server. (NOTE: Folders inside the \MPMissions\ folder don't have to be packed to .pbo format)

DMR Damage Scaling Removed

  • Edit file: MPMissions/dayz_1.origins.tavi/BASTARDS/fn_damageHandler.sqf
  • Look at lines 81-88. -If you would like DMR's to have the same damage as they would in cherno then keep or delete lines that are commented out starting with " /* if (_unit == player) then { " if you want the new style DMR damage they uncomment out the code.

Increasing/Decreasing Zombies

  • Edit \MPMissions\dayz_1.origins.tavi\BASTARDS\player_spawnCheck look for:
switch (_nearbytype) do {
    default {
        _maxZombies = 10;
    };
    case "NameLocal": {
        _maxZombies = 10;
    };
    case "NameVillage": {
        _maxZombies = 15;
    };
    case "NameCity": {
        _maxZombies = 20;
    };
    case "NameCityCapital": {
        _maxZombies = 20;
    };
};
  • Edit the values to your preference.

origins's People

Contributors

majorpainage avatar indepth666 avatar epm-cortez avatar

Watchers

Joe Nilan avatar James Cloos avatar

Forkers

josemaripl

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.