Jump to content
  • 0

setting up infistar AH help me


calamity

Question

Ok so I finally decide to try to install infistar again

I installed it on an old server for a few days a few months ago but I didnt like that it broke all my scripts.

anywayz its not working now

the instructions say to delete the antihack line but I just // in front of it like so

//anti Hack
// [] execVM "\z\addons\dayz_code\system\antihack.sqf";
 
thats the same as deleting it correct ???
 
also last time installed it  there was the option to login with password to activate the tools. I dont see that option anymore. so I kinda think thats why its not working when I press f2
 
Im kinda lost here. its such a simple install I added myself to the admin list.
I added these line in init.sqf  since I didnt have them 
dayz_antihack = 0;
dayz_REsec = 0;
 
 
Link to comment
Share on other sites

18 answers to this question

Recommended Posts

  • 0

I think you should read the instructions, cause it looks like you just skimmed them.

/*  infiSTAR.de .dll path */  infiSTAR_DLL_PATH = "";    /* "" == empty == arma2oa directory */
/*  Key to open the menu  */ _OpenMenuKey = 0x3C;    /* google DIK_KeyCodes (0x3C is F2) */
/*  LOW ADMIN HERE        */ _LAdmins = ["0","0","0"]; //do not have a , at the end.
/*  NORMAL ADMIN HERE     */ _NAdmins = ["7656119798001111","76561198024471111","76561198096791111","76561198091971111","76561198143401111""76561198077021111"]; //do not have a , at the end.
/*  SUPER ADMIN HERE      */ _SAdmins = ["76561198015661111","76561198036021111"]; //do not have a , at the end.
/*  BANNED PLAYER HERE    */ _BLOCKED = ["0","0","0"]; //do not have a , at the end.
 
ok sooo this error in my rpt  cant find these files.  well either can I all I have is AHconfig.sqf   and AH.sqf
 
23:35:30 "infiSTAR.de - Waiting for bis_fnc_init..."
23:35:30 "infiSTAR.de - bis_fnc_init done - AntiHack STARTING...!"
23:35:30 Warning Message: Script low_admins.sqf not found
23:35:30 Warning Message: Script normal_admins.sqf not found
23:35:30 Warning Message: Script super_admins.sqf not found
23:35:30 Warning Message: Script blacklist.sqf not found
 
 
so they didn't send me these files with the update. guess they figured I already had em
 
edit soo I read a txt file called Extra_Files.txt
it has the download link for the files but no instructions where they go
can anyone tell me where I put these files ??
Link to comment
Share on other sites

  • 0

I don't run those files and it runs fine.

Don't I need  them to use the tools

 

if ((preProcessFileLineNumbers ("super_admins.sqf")) != "") then {
_tmpSA = call compile preProcessFileLineNumbers "super_admins.sqf";
_SAdmins = _SAdmins + _tmpSA;
 
im guessing they go in the server root ?
Link to comment
Share on other sites

  • 0

well I guess its back to admin tools.

I just cant believe they didn't send me all the files I need.

just to clarify. 

I need more than just the AHconfig.sqf and the AH.sqf

I am missing the tools portion.

 

 low_admins.sqf not found

 normal_admins.sqf not found
 super_admins.sqf not found
 blacklist.sqf not found
 
infistar still has not replied to my request :(
Link to comment
Share on other sites

  • 0

It will run with those 2 files.  The others files it can't find are used to store playerids, but if you have them in the ahconfig already you don't need to worry about that. Easier access using those files but not essential.

Link to comment
Share on other sites

  • 0

xBowBii says they are not required files

Thankz anywayz xBowBii, but I really need to do this myself..

Im just still verry confused if they are not needed why are they being called as seen in my rpt

I believe I have other server issues anywayz...  its a fresh noscript  and my rpt is 18MB

It appears all the tools menu is in the AH.sqf

 

instructions state only line that I need to add is at the VERRY TOP of server_functions

[] spawn {[] execVM "\z\addons\dayz_server\init\AH.sqf";};

 

and then edit ahconfig.sqf to add my uid

/*  infiSTAR.de .dll path */  infiSTAR_DLL_PATH = "";    /* "" == empty == arma2oa directory */

/*  Key to open the menu  */ _OpenMenuKey = 0x3C;    /* google DIK_KeyCodes (0x3C is F2) */
/*  LOW ADMIN HERE        */ _LAdmins = ["0","0","0"]; //do not have a , at the end.
/*  NORMAL ADMIN HERE     */ _NAdmins = ["76561197980015761","76561198024479302","76561198096791111","76561198091971111","76561198143401111""76561198077021111"]; //do not have a , at the end.
/*  SUPER ADMIN HERE      */ _SAdmins = ["76561198015661111","76561198036021111"]; //do not have a , at the end.
/*  BANNED PLAYER HERE    */ _BLOCKED = ["0","0","0"]; //do not have a , at the end.
Link to comment
Share on other sites

  • 0

This is wrong

/*  NORMAL ADMIN HERE     */ _NAdmins = ["76561197980015761","76561198024479302","76561198096791111","76561198091971111","76561198143401111""76561198077021111"]; //do not have a , at the end.

 

This is right

/*  NORMAL ADMIN HERE     */ _NAdmins = ["76561197980015761","76561198024479302","76561198096791111","76561198091971111","76561198143401111","76561198077021111"]; //do not have a , at the end.

 

and xBowBii is correct, you don't need the other files, it's another way to add/remove admins on the fly :)

If that doesn't work then check your other edits for typos, 1 missing comma has broken it.

Link to comment
Share on other sites

  • 0

I find it hard to believe you got a ah send to you by infistar not containing all the necessary files.

Infistar doesn't include the extra files in the anti-hack anymore you have to download them from the link he puts in the anti-hack.

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