Jump to content
  • 0

Infistar


CommanderWolf

Question

Recommended Posts

  • 0

Installation instructions come with the package. I'm guessing your server provider doesn't provide the installation instructions though do they? 

 

Here are the installation instructions:

/* *******************Developer : infiSTAR ([email protected])******************* */
/* ******************Copyright © 2014 infiSTAR all rights reserved****************** */
/* *********************************www.infiSTAR.de********************************* */
Pre-Instructions:
First you have to make sure that your Arma2OA server runs the latest stable beta that you can get on DayZCommander as well, which is 1.62.103718.
Some Gameserver provider have that not installed by default.
For example Vilayer pre installs an older Arma2OA beta, that results in many problems.
So you have to log in your UCP and click this:
https://googledrive.com/host/0BzGxXl9h0nm_ejRzU1MwNUNDbTg/download/infiSTAR/LiveSyncUpdate.png (LiveSyncUpdate)
https://googledrive.com/host/0BzGxXl9h0nm_ejRzU1MwNUNDbTg/download/infiSTAR/LiveSyncUpdate2.png (LiveSyncUpdate selection)
After you have done that you just select the 103718 beta and click your way through until it is installed :-)!


please check your mpmission init.sqf file if it has this line:
#include "\z\addons\dayz_code\system\REsec.sqf"
if it has this line, it has to be removed! (causing trouble)

if it has those
dayz_antihack = 0; // DayZ Antihack / 1 = enabled // 0 = disabled
dayz_REsec = 0; // DayZ RE Security / 1 = enabled // 0 = disabled
set it like this. They both have to be = 0;

If you have this: [] execVM "\z\addons\dayz_code\system\antihack.sqf";
in your mpmission init.sqf, delete it as well.

COLORED Lines are those that have to be removed: http://goo.gl/6Kgxbb
Do not forget to replace your current BE filters with the one you got with the AntiHack.


Main-Instructions:
00.	Some Pictures to begin with: http://bit.ly/1j6pqHj
01.	get something to extract a .pbo file (I recommend 'pbo manager'). // http://www.armaholic.com/page.php?id=16369
02.	get the "dayz_server.pbo" file from your Server.
03.	extract the file.	// (right click -> PBO MANAGER -> Extract to dayz_server\)
04.	open dayz_server -> init -> "server_functions.sqf" with notepad or something semilar.
05.	go to the very TOP of the "server_functions.sqf" file
06.	copy paste:
		[] spawn {[] execVM "\z\addons\dayz_server\init\AH.sqf";};
// (AT THE VERY TOP OF server_functions.sqf ABOVE EVERYTHING ELSE!)
07.	Now you extract the AntiHack Script, you purchased, in dayz_server -> init -> here. (same location like "server_functions.sqf")
08.	"AHconfig.sqf" and "AH.sqf" have to be in the same folder then "server_functions.sqf"
09.	Now use 'Pbo Manager' to make it a pbo file again and upload it to your Server. // rightclick dayz_server folder -> pbo manager -> pack into "dayz_server.pbo"
10.	CHECK IF YOUR MISSIONFILE HAS THIS LINE IN THE INIT.SQF:
	#include "\z\addons\dayz_code\system\REsec.sqf"
	IF YES -> HAS TO BE REMOVED! (causing lagg and is justa very bad thing to have)
	
	IF YOUR MISSIONFILE INIT.SQF HAS THOSE LINES
	dayz_antihack = 0; // DayZ Antihack / 1 = enabled // 0 = disabled
	dayz_REsec = 0; // DayZ RE Security / 1 = enabled // 0 = disabled
	HAVE THEM BOTH 0 LIKE ME.
	
	Epoch 103 now has this line in the mpmission init.sqf aswell:
	REMOVE THE COLORED THINGS: http://goo.gl/6Kgxbb
		which is this:
		[] execVM "\z\addons\dayz_code\system\antihack.sqf";
		remove this line completely or you can not teleport.
		ONLY FOR VILAYER USER:
		10.
		/000.000.000.000_0000/vilayercodecustom/missions/epoch.chernarus/init.sqf
11.	Do not forget to replace your current BE filters with the one you got with the AntiHack.
		ONLY FOR VILAYER USER:
		11.
		/000.000.000.000_0000/USERNAME_MasterConfiguration/BattlEye/
12.	In the "AHconfig.sqf" you will find:
		/*  LOW ADMIN HERE        */ _LowLevel_List =   ["0","0","0"]; //do not have a , at the end.
		/*  NORMAL ADMIN HERE     */ _NormalLevel_List =["0","0","0"]; //do not have a , at the end.
		/*  SUPER ADMIN HERE      */ _SuperLevel_List = ["0","0","0"]; //do not have a , at the end.
		You have to add your PlayerID (NOT GUID) in there to become an admin!
13.	Ingame Press your _OpenMenuKey Key and Magic happens. (F2 by default!)

Have a great day and an awesome expierience,
chris aka infiSTAR
/* *******************Developer : infiSTAR ([email protected])******************* */
/* ******************Copyright © 2014 infiSTAR all rights reserved****************** */
/* *********************************www.infiSTAR.de********************************* */
Link to comment
Share on other sites

  • 0

also obviously your server pbo will go in the epoch server folder

 

but how do you know its reverting back to your old pbo?

 

are you getting nothing in game?

 

have you added your uid to the config?

 

post your config to make sure you aint missed something

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...