Giter VIP home page Giter VIP logo

ems---0.27's Introduction

EMS---0.27

This is a followup on the EMS - 0.26 from Fuchs

Credits: Lazyink, TheSzerdi, Falcyn , TAWTonic the devs from the original Missions system

Same as EMS-026 only taken out the copied missions , u can sell the vehicles but they wont be there after a restart or save to the database

Install is simple on Epoch-1041 ... unpack your dayz_server.pbo

Edit your server_functions.sqf
Located: dayz_server\init\server_functions.sqf

Around line 37 look for this:

server_deaths = compile preprocessFileLineNumbers "\z\addons\dayz_server\compile\server_playerDeaths.sqf";

Add this after it:

fnc_hTime = compile preprocessFile "\z\addons\dayz_server\EMS\misc\fnc_hTime.sqf";

Around line 622 look for this:

dayz_recordLogin = {
  private["_key"];
  _key = format["CHILD:103:%1:%2:%3:",_this select 0,_this select 1,_this select 2];
  _key call server_hiveWrite;
};

Insert this after it:

MissionGo = 0;
MissionGoMinor = 0;
if (isServer) then {
  SMarray = ["SM1","SM2","SM3","SM4","SM5","SM6","SM7","SM8"];
  [] execVM "\z\addons\dayz_server\EMS\major\SMfinder.sqf";
  SMarray2 = ["SM1","SM2","SM3","SM4","SM5","SM6","SM7","SM8"];
  [] execVM "\z\addons\dayz_server\EMS\minor\SMfinder.sqf";
};

AND NEXT ... Copy the EMS folder into the unpacked dayz_server.pbo then Repack and then

Copy the debug folder into your mission-folder

and add this in init.sqf

[] execVM "debug\addmarkers.sqf";
[] execVM "debug\addmarkers75.sqf";

... thats it

ems---0.27's People

Contributors

thisnameisnottaken avatar

Watchers

 avatar

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.