Jump to content
  • 0

Server/Admin Tools Help Needed


docter_dum

Question

Hey Guys

 

I'm trying to set-up a private Dayz Epoch server for me and my brother,

 

I can get the base server every time but getting any admin tools we want the server for has tormented me for hours.

 

I was wondering if anyone could make an up to date tutorial for Dayz Epoch 1.0.3.1 with admin tools including the following(order of preference):

 

  • Able To Add Other Scripts Easily
  • God Mode(Toggle)
  • Teleport(Open Map And Select Pos)
  • Repair Vehicle
  • Spawn Vehicle
  • Heal(Self And Other)
  • Spawn Item Box

I have the ability to add scripts such as other peoples scripts but I cant get a basic menu going.

 

No bypassers or UID Checks are necessary as battleye is disabled and it is completely offline.

 

I would prefer if it had AI bandits and random missions, but only if possible.

 

I can configure the server mostly myself, I only have troubles with getting the other admin menus to work,

 

Thanks, Doc

 

P.S. Here is the tutorial I ran off to install my original setup:

http://www.youtube.com/watch?v=O3vgAWLF-8M

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

I think all of the known admins tools have the features you want?

if you don't want to pay anything you can just install the blu phoenix admin tools, they still work fine with the latest epoch version?

https://github.com/BluePhoenix175/DayZ-Admin-Tools-

there are also other tutorials on how to install it for epoch in this forum, just use the search function maybe.

Link to comment
Share on other sites

  • 0
--PROBLEM--
 
All tutorials say:
 
The line you are looking for is either:
 
   "    if  (!(vehicle _x in _safety) && ((typeOf vehicle _x) != ""ParachuteWest"") ) then {" \n
 
Change to / add as shown:
 
   "    if  (!(vehicle _x in _safety) && ((typeOf vehicle _x) != ""ParachuteWest"") && (vehicle _x getVariable ["Sarge",0] != 1) ) then {" \n
 
Or the line looks like
 
   if(vehicle _x != _x  && !(vehicle _x in _safety) && (typeOf vehicle _x) != ""ParachuteWest"") then {" \n
 
Change that to
 
   if(vehicle _x != _x && (vehicle _x getVariable ["Sarge",0] != 1) && !(vehicle _x in _safety) && (typeOf vehicle _x) != 
 
I have this line:
 
if(vehicle _x != _x && !(vehicle _x in PVDZE_serverObjectMonitor) && (isPlayer _x)  && !((typeOf vehicle _x) in DZE_safeVehicle)) then {" \n
 
I believe this is because they are all designed for epoch 1.0.2.#
 
What do I change the line to?
Link to comment
Share on other sites

  • 0

I think you line is incomplete but try this:

if(vehicle _x != _x && (vehicle _x getVariable [""Sarge"",0] != 1) && !(vehicle _x in PVDZE_serverObjectMonitor) && (isPlayer _x)  && !((typeOf vehicle _x) in DZE_safeVehicle)) then {" \n

essentially you just have to add this somewhere:

&& (vehicle _x getVariable ["Sarge",0] != 1) 
Link to comment
Share on other sites

  • 0

--New Problem--

After joining when you should get gender selection I get a black screen saying I have an outdated version of dayz_anim.pbo, but this is impossible because the version the server has is the one from my OA directory

 

--Solved--

Don't use the debug monitor

Link to comment
Share on other sites

  • 0

I've tried installing the tools as well by watching a couple of videos and reading all the tutorials I can find, I still am having trouble where as when I tried to load the server I get all the way to the Waiting on Character Creation and then the screen starts to time out slowing counting up from 0, 1,2,3 etc..etc.

 

Any ideas?

 

If not, I'm wondering if anyone out there has a standard configuration of files? Just the clean ones you get because I'm taking on a server that has already been configured with different scripts, that I believe are conflicting. I'm trying to get a clean slate to start at... Or is there any way to do this or is it just too compiled together??

 

I believe the Sarge AI and AI choppers is configured but I'm not sure what that does to the script/files..

 

Sorry for being a noob.

 

Thanks

Link to comment
Share on other sites

  • 0

--New Problem--

After joining when you should get gender selection I get a black screen saying I have an outdated version of dayz_anim.pbo, but this is impossible because the version the server has is the one from my OA directory

Hey guys I'm having this same issue and I was wondering if someone could help cause i can't figure out whats going on. I've followed every step to the letter.

DayZ Epoch 1.0.3.1 on a Dayz.st server

 

Mission File: dayz_mission.zip

Server File: dayz_server.zip

 

Would really appreciate some help! I don't know where I'm going wrong. I get to the default dayz epoch load screen and a number in the right corner constantly counting up. Eventually it will load to a blank screen that says, "You have an outdated version of dayz_anim, please update it, etc.." What am I doing wrong??

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Discord

×
×
  • Create New...