GithubHelp home page GithubHelp logo

epoch-hc's Introduction

Epoch Headless Client EHC


Description

This is a headless client effort for DayZ Epoch.

It works by having a client without gui connecting to the server from the same machine, and having the server offload demanding tasks to that client freeing the server to focus more on connectivity stuff and less on the demanding bottlenecks.


Installation

Battleye configuration Add the following exceptions to publicvariable.txt !="PV_HCRequest_spawn" !="PV_HCHeartbeat" !="PV_HCList" !="PV_HCDo_spawn" !="PV_HCRequest_spawn"

Add the following to line to scripts.txt 5 "I_AM_A_BAD_HC_IN_WRONG_SLOT"

Add the following to the server configuration cfg file: localclient[] = {"127.0.0.1"};

Edit the mission.sqm file, in the Groups class, change items to items=3.

After the class Item1 ends "};", add the following:

class Item2 //<--
{
	side="CIV";
	class Vehicles
	{
		items=1;
		class Item0
		{
			position[]={4078.8516,30.836605,4757.7241};
			id=0;
			side="CIV";
			vehicle="Survivor1_DZ";
			player="PLAYER COMMANDER";
			skill=0.60000002;
			text="Server";
			init="this allowDamage false";
			description="Server";
			name="Server";
			forceHeadlessClient=1;
		};
	};
};

In the init.sqf file, add the following to the bottom of the file: [] execVM "hc\init.sqf";

Copy the hc directory from this repository and put it in your mission file.

Lastly, to start the headless client use the following command line: arma2oa_be.exe 0 0 -skipintro -nosplash -noPause -client -connect 127.0.0.1 -port:2302 -nosound "-mod=@dayz_epoch" -cpuCount=2 -name=Server -profile=HeadlessClient


Credits


Status

Current version: 1.1 RC

This is experimental and not yet intended for live use.

Use at your own risk.

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.