Recent content by KainTim

  1. K

    Battleye and R3F Logistic

    That's how I would do it seems to fit the code. everything inside [square brackets with quotations will be read as vehicle allowed to tow then the next section in the same file is for helicopters
  2. K

    Battleye and R3F Logistic

    /****** TOW WITH VEHICLE / REMORQUER AVEC VEHICULE ******/ /** * List of class names of vehicles which can tow towable objects. * Liste des noms de classes des véhicules terrestres pouvant remorquer des objets remorquables. */ R3F_LOG_CFG_remorqueurs = R3F_LOG_CFG_remorqueurs +...
  3. K

    Battleye and R3F Logistic

    Nice explanation ebay I never could put it into words like that. I just know how to make it work.
  4. K

    DayZEpidemic - (1.0.3.1/102591)Veteran|Self blood|Smelting|Take clothes|protected bases....And More

    Good Luck! Let me know how it goes. I am glad that worked for you
  5. K

    DayZEpidemic - (1.0.3.1/102591)Veteran|Self blood|Smelting|Take clothes|protected bases....And More

    The top line looks fine the 2nd one looks like it would work but It is set to log. Give it a shot if that doesn't work I would simply just have be log it 1 dayzSetFix !"\"dayzSetFix\"," as far as I can tell without log file this is what I would use.
  6. K

    DayZEpidemic - (1.0.3.1/102591)Veteran|Self blood|Smelting|Take clothes|protected bases....And More

    If that doesn't work, try changing its original form to this 5 dayzSetFix !"\"dayzSetFix\","
  7. K

    Question about Epoch 1.0.2 server_cleanup.fsm

    Nice thanks very much I will plug this in and see if it works!
  8. K

    DayZEpidemic - (1.0.3.1/102591)Veteran|Self blood|Smelting|Take clothes|protected bases....And More

    That would be great but I am sure that it is simple but will need the exact reason for kick i.e public variable #0 or script restriction #10
  9. K

    DayZEpidemic - (1.0.3.1/102591)Veteran|Self blood|Smelting|Take clothes|protected bases....And More

    First get your UID. lets use 577577 as an example. Open admintoolsmain.sqf and make it look like this: if ((getPlayerUID player) in ["577577"]) then { //all admins if ((getPlayerUID player) in ["577577"]) then { //mods adminmenu = [ ["",true], ["Tools Menu", [2]...
  10. K

    DayZEpidemic - (1.0.3.1/102591)Veteran|Self blood|Smelting|Take clothes|protected bases....And More

    Battle eye is a tough one unless you are looking at the scripts.log anyway you can post that so I can help you out with it? And I also would like to know what kind of server you are running is it dedicated or is it rented by say HFB or dayz.st
  11. K

    Question about Epoch 1.0.2 server_cleanup.fsm

    I noticed if you mess with that line in epoch 1.0.2.3 then your server will not load properly. That line deals with the heli's from sarge ai so if you sgut heli's off for now it wont be a problem and you can leave the code alone until some one finds something on it.
  12. K

    DayZEpidemic - (1.0.3.1/102591)Veteran|Self blood|Smelting|Take clothes|protected bases....And More

    Chris here is the crafting system I used as a base for my crafting doesn't have everything I have but it can be used as a great template. http://www.opendayz.net/threads/crafting-system.12432/ Add this into the survival.sqf for medkit manatee_craft_menu_sur set [count...
  13. K

    DayZEpidemic - (1.0.3.1/102591)Veteran|Self blood|Smelting|Take clothes|protected bases....And More

    Unfortunately guys I have ceased business with HFB servers I had a problem with their business ethics. I will still help with codes and addons for epidemic for you guys. HFB had great servers but I just cant do business with the way they do it.
  14. K

    DayZEpidemic - (1.0.3.1/102591)Veteran|Self blood|Smelting|Take clothes|protected bases....And More

    Smelting is a nice addition I think and the people that play the server think its nice. Its is basically just a crafting menu when you are looking at a fire. You can place whatever you want in the menus. for example I added ammunition that can be made from other ammo. Converting m249 saw belts...
Back
Top