bonkerz Posted April 12, 2014 Report Share Posted April 12, 2014 (edited) If anyone is bored and wants to help out, play around with my repo of the tool and let me know if you find any bugs. It would be helpful to know of any before I merge it into the main. Expect version 1.7 of the tool to release in a couple days. Only have two more things to fix. https://github.com/noxsicarius/Epoch-Admin-Tools hi nox the menu does not appear at all so we cant test, some parts of the tool do try and activate tho, pressing f1 comes up with a missing file error because there is no teleport folder in tools. Thanks edit - got admin menu to appear from editing activate.sqf and found adminmode.sqf is missing its folder too. edit 2 - i put the files in the correct folders so i could test and also used your new god mode. god mode works OK going in and out of traders and the new god mode areas (no local lag/desync) but I've not tried it with multiple people on the server yet only on my test server. even with my edits to activate.sqf i find its not 100% reliable and not always activating the scroll menu. and a little error i found is that if i have a secondary weapon active and select a primary weapon all it does is change to my current primary weapon so i have to choose the weapon again. Edited April 13, 2014 by bonkerz Link to comment Share on other sites More sharing options...
NoxSicarius Posted April 13, 2014 Author Report Share Posted April 13, 2014 hi nox the menu does not appear at all so we cant test, some parts of the tool do try and activate tho, pressing f1 comes up with a missing file error because there is no teleport folder in tools. Thanks edit - got admin menu to appear from editing activate.sqf and found adminmode.sqf is missing its folder too. edit 2 - i put the files in the correct folders so i could test and also used your new god mode. god mode works OK going in and out of traders and the new god mode areas (no local lag/desync) but I've not tried it with multiple people on the server yet only on my test server. even with my edits to activate.sqf i find its not 100% reliable and not always activating the scroll menu. and a little error i found is that if i have a secondary weapon active and select a primary weapon all it does is change to my current primary weapon so i have to choose the weapon again. I know exactly what happened. On my local tool set I have begun to organize some things into folders and forgot to account for that in the commit. I will have that fixed soon. As for the secondary weapon thing I will look into it and fix it. Thank you very much for testing my branch. I will commit what I have to it. The only thing I have been waiting for on the next commit with all the new directories is getting this time/weather thing to work as expected. For anyone else who wants to help out I have fixed all of the problems so it will work as if you added the main branch. Link to comment Share on other sites More sharing options...
S3M4J Posted April 14, 2014 Report Share Posted April 14, 2014 can anyone help i cant use my TP system on this script i just stay where i am Link to comment Share on other sites More sharing options...
NoxSicarius Posted April 14, 2014 Author Report Share Posted April 14, 2014 can anyone help i cant use my TP system on this script i just stay where i am Did you do the anti-hack fix provided? Link to comment Share on other sites More sharing options...
S3M4J Posted April 14, 2014 Report Share Posted April 14, 2014 i did, got it to work but my epoch menu dont work Link to comment Share on other sites More sharing options...
NoxSicarius Posted April 14, 2014 Author Report Share Posted April 14, 2014 i did, got it to work but my epoch menu dont work The epoch menu for base destruction type stuff? Are you using my branch or the main branch? If you are using the main branch these are a few of the possible problems: You made an edit to a file by accident You did not update your tools correctly A file is corrupt and needs to be replaced (re-add the entire tools package). Link to comment Share on other sites More sharing options...
Dacripla Posted April 15, 2014 Report Share Posted April 15, 2014 Hey if you could reply to this quick, im putting together a server and what not and the admins and mods are having a issue of not having the menu nor options. It is quite random and seems to happen often. When the server starts up and also after we die. Is this a known issue or something that we can fix up because we really like this admin tool script and would like to you use it. Thanks man <3 Link to comment Share on other sites More sharing options...
NoxSicarius Posted April 15, 2014 Author Report Share Posted April 15, 2014 Hey if you could reply to this quick, im putting together a server and what not and the admins and mods are having a issue of not having the menu nor options. It is quite random and seems to happen often. When the server starts up and also after we die. Is this a known issue or something that we can fix up because we really like this admin tool script and would like to you use it. Thanks man <3 Are you using the latest download from here: https://github.com/gregariousjb/Epoch-Admin-Tools ? If so then do you have other mods installed? It is known that some mods overwrite others if not installed correctly. A common one that overwrites the admin tools scroll option is self blood bag or a custom actions menu. Link to comment Share on other sites More sharing options...
Dacripla Posted April 15, 2014 Report Share Posted April 15, 2014 Are you using the latest download from here: https://github.com/gregariousjb/Epoch-Admin-Tools ? If so then do you have other mods installed? It is known that some mods overwrite others if not installed correctly. A common one that overwrites the admin tools scroll option is self blood bag or a custom actions menu. Hey I have self blood bag and toggle snapping. Also towing and what not. Debug and thats about it. What should i do? Link to comment Share on other sites More sharing options...
NoxSicarius Posted April 15, 2014 Author Report Share Posted April 15, 2014 Hey I have self blood bag and toggle snapping. Also towing and what not. Debug and thats about it. What should i do? Show me your self actions Link to comment Share on other sites More sharing options...
NoxSicarius Posted April 15, 2014 Author Report Share Posted April 15, 2014 Does anyone know how to make an automated file updater? I was trying to make one for the tools where you just select it and it updates everything for you, but it only half works. Link to comment Share on other sites More sharing options...
Dacripla Posted April 15, 2014 Report Share Posted April 15, 2014 Show me your self actions http://pastebin.com/8iPcMDXv There you go Link to comment Share on other sites More sharing options...
NoxSicarius Posted April 15, 2014 Author Report Share Posted April 15, 2014 http://pastebin.com/8iPcMDXv There you go First before I go modifying that see if adding this as the first line of Activate.sqf works: Sleep 15; If it does not then remove it and wait until I can have a look at the self actions. Link to comment Share on other sites More sharing options...
Dacripla Posted April 15, 2014 Report Share Posted April 15, 2014 First before I go modifying that see if adding this as the first line of Activate.sqf works: Sleep 15; If it does not then remove it and wait until I have the new self actions to send you. Where do i put it exactly? Sorry i dont really script /: Link to comment Share on other sites More sharing options...
NoxSicarius Posted April 15, 2014 Author Report Share Posted April 15, 2014 Where do i put it exactly? Sorry i dont really script /: We will actually try that next. First we will try this (I found something that might work better). Go to your admintools folder and go into Activate.sqf and change this line: _idx = (vehicle player) addaction [("<t color=""#585858"">" + ("Admin Menu") +"</t>"),"admintools\AdminToolsMain.sqf","",0,false,true,"",""]; To this: _idx = (vehicle player) addaction [("<t color=""#585858"">" + ("Admin Menu") +"</t>"),"admintools\AdminToolsMain.sqf","",10,false,true,"",""]; Let me know if that works. Link to comment Share on other sites More sharing options...
Dacripla Posted April 15, 2014 Report Share Posted April 15, 2014 We will actually try that next. First we will try this (I found something that might work better). Go to your admintools folder and go into Activate.sqf and change this line: _idx = (vehicle player) addaction [("<t color=""#585858"">" + ("Admin Menu") +"</t>"),"admintools\AdminToolsMain.sqf","",0,false,true,"",""]; To this: _idx = (vehicle player) addaction [("<t color=""#585858"">" + ("Admin Menu") +"</t>"),"admintools\AdminToolsMain.sqf","",10,false,true,"",""]; Let me know if that works. Did that, still didn't work. Just thought to tell you that if you completely restart the game. When you log back in it will give you the admin menu but once you die. It doesnt come back untill you restart the game. Link to comment Share on other sites More sharing options...
NoxSicarius Posted April 15, 2014 Author Report Share Posted April 15, 2014 Did that, still didn't work. Just thought to tell you that if you completely restart the game. When you log back in it will give you the admin menu but once you die. It doesnt come back untill you restart the game. Either way go ahead and download/install my latest update (will be merged into the main branch tonight anyway so just do it now): If the problem still happens with that then use this as your self actions and then delete your Activate.sqf and delete the execvm activate in the init This should keep your admin tools from being overwritten as it is in the same area as the others. Link to comment Share on other sites More sharing options...
Mitscher Posted April 15, 2014 Report Share Posted April 15, 2014 SOLVED Link to comment Share on other sites More sharing options...
CRHASH Posted April 15, 2014 Report Share Posted April 15, 2014 Hello wanna report a bug and an idea the Delete all gear option dosent work.. I also would like a option where you could delete another players gear. //CRHASH Link to comment Share on other sites More sharing options...
l1337lViper Posted April 16, 2014 Report Share Posted April 16, 2014 Hello, im completly new to being a server admin, but i tried myself as one. So i spent some time installing everything step by step, when i was finally done, my epoch server kept running, but i had no chance to get to this tools. I checked everything and don´t know what´s my mistake. Is the menu showing up by itself when I go online or do I have to press a button to activate it? Link to comment Share on other sites More sharing options...
NoxSicarius Posted April 16, 2014 Author Report Share Posted April 16, 2014 Hello wanna report a bug and an idea the Delete all gear option dosent work.. I also would like a option where you could delete another players gear. //CRHASH What delete gear? The one in the main branch? If the main branch one is not working I am doing an update in a few minutes that has a working one (I just tested it). I might add that. It is a very easy add in, but I'm not sure how useful it will be. Either way if you want to add it yourself. private ["_player"]; _player = cursorTarget; if(_player isKindOf "Man") then { GearRemove = _player; removeAllWeapons GearRemove; removeAllItems GearRemove; removebackpack GearRemove; cutText ["Gear deleted!", "PLAIN"]; } else { cutText ["Target not a player.", "PLAIN"]; }; Hello, im completly new to being a server admin, but i tried myself as one. So i spent some time installing everything step by step, when i was finally done, my epoch server kept running, but i had no chance to get to this tools. I checked everything and don´t know what´s my mistake. Is the menu showing up by itself when I go online or do I have to press a button to activate it? I don't think I understand. Are you joining the game and you don't have the admin tools menu or are you unable to join the game? If you think you may have done it incorrectly then follow the video install tutorial. It goes over every step. CRHASH 1 Link to comment Share on other sites More sharing options...
NoxSicarius Posted April 16, 2014 Author Report Share Posted April 16, 2014 Version 1.7 RELEASE New Feature: Added dead players to map Added Safe Zone Area creation Added Number Key macros (similar to F keys) Added No Plot Pole building in fastbuild.sqf (will be renamed admin build mode later) Bug Fix: Teleport map resetting Teleport now disables if the map is closed Zombie Shield Desync Weapon Kit error fixes Function keys now work all the time (As far as my testing can tell) Added AI back into ESP (sorry about that) CleanUp: Updated the readme with more information, a how to update section, and a table of contents. Cleaned up the directories a little (All those files in one folder was messy) Download Now CRHASH 1 Link to comment Share on other sites More sharing options...
Pro_Speedy Posted April 16, 2014 Report Share Posted April 16, 2014 Will try that out now! What about viewing player inventory like in the GUI? Link to comment Share on other sites More sharing options...
NoxSicarius Posted April 16, 2014 Author Report Share Posted April 16, 2014 Will try that out now! What about viewing player inventory like in the GUI? I have a script for that. I haven't put it in yet though. It works, however there is a small problem. It works like your personal inventory, if the player moves, the window closes. I am going to have to reconstruct the window from the ground up if I want to display gear like this properly. If possible I will copy and use the already existing window code as a base. If you want to help out with it or see if it is useful to you here is the direct .sqf DOWNLOAD LINK CRHASH 1 Link to comment Share on other sites More sharing options...
Pro_Speedy Posted April 16, 2014 Report Share Posted April 16, 2014 I have a script for that. I haven't put it in yet though. It works, however there is a small problem. It works like your personal inventory, if the player moves, the window closes. I am going to have to reconstruct the window from the ground up if I want to display gear like this properly. If possible I will copy and use the already existing window code as a base. If you want to help out with it or see if it is useful to you here is the direct .sqf DOWNLOAD LINK I apologize, I am no Scripter :( But i'm sure someone else will be happy to help Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now