Jump to content
  • 0

InfiStar Install Help Please


Disturbed2015

Question

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:
[] 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!
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
SET IT LIKE THIS. THEY BOTH HAVE TO BE   = 0;
Picture (everyone likes them):
REMOVE THE COLORED THINGS (if you have not done that yet):
which is this:
[] execVM "\z\addons\dayz_code\system\antihack.sqf";
remove this line completely or you can not teleport.
---------------
 

 

Ok I'm lost on on 10 and below. I found my "dayz_antihack/RESec" and they are disabled. Where do I find

 

 

[] execVM "\z\addons\dayz_code\system\antihack.sqf";
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

what a stupid question!

the answer is in your question

 

\z\addons\dayz_code\system\ <--- you find that file right here!

 

but you must not delete the files, only the 4 line in the init.sqf

 

dayz_antihack = 0;
dayz_REsec = 0;
#include "\z\addons\dayz_code\system\REsec.sqf"
[] execVM "\z\addons\dayz_code\system\antihack.sqf";

 

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...