docter_dum Posted January 10, 2014 Report Share Posted January 10, 2014 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 More sharing options...
0 Axe Cop Posted January 10, 2014 Report Share Posted January 10, 2014 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. docter_dum 1 Link to comment Share on other sites More sharing options...
0 docter_dum Posted January 10, 2014 Author Report Share Posted January 10, 2014 They were the first ones I tried but ill try them again tomorrow(1:48 AM Here), thanks for checking it out ill get back to you once i check out the tutorials on these forums Link to comment Share on other sites More sharing options...
0 docter_dum Posted January 15, 2014 Author Report Share Posted January 15, 2014 --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 More sharing options...
0 Axe Cop Posted January 15, 2014 Report Share Posted January 15, 2014 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) docter_dum 1 Link to comment Share on other sites More sharing options...
0 docter_dum Posted January 17, 2014 Author Report Share Posted January 17, 2014 --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 More sharing options...
0 docter_dum Posted January 17, 2014 Author Report Share Posted January 17, 2014 It Now Works And I'm Adjusting The Menu Etc.. Thanks Axe Cop Link to comment Share on other sites More sharing options...
0 Ineedamedic Posted January 20, 2014 Report Share Posted January 20, 2014 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 More sharing options...
0 nv2124 Posted February 4, 2014 Report Share Posted February 4, 2014 --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 More sharing options...
Question
docter_dum
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):
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
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now