Mater Tater

Member
  • Content count

    34
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Everything posted by Mater Tater

  1. Mater Tater

    Exile Hud number issue

    I tried that but i am using 3440-1440 resolution with a 34 inch widescreen and still messed up. Any fix?
  2. Looking for a admin/moderator for a new PVE server. I am able to do a lot of scripts on my own but still have trouble with them when it effects players. I am needing someone that knows a lot about editing missions and roaming ai as I know very little of them. the rest I can do with some help. Still learning and learn real fast. Thank you for looking. Must be honest and trustworthy. Must be over 18 and familiar with infistar. Message for more info.
  3. Mater Tater

    LFDH EXILE

    New server up and live. If any problems, plz join my TS3.
  4. Hello, I am working on getting my server up and I seem to be having issues with people trying to join, but not being able to get into the server. I was wondering if anyone could try to join and see if they can get in. I don't have the rpt's from when people joined as I had done a complete reinstall before I found out that this was happening so not sure if it's a Battleye kick or something else. Any help would be very appreciated. the IP address is 104.237.193.170:2502 it should have LFDH in the title (it's taking a while to update a title change in A3 launcher but should have this int he title either way). Please let me know if you are able to connect. Feel free to play a bit and let me know if you notice any issues or get kicked for any reason. Thanks in advance. To admins, if this is in the wrong place, can u plz move it to the right place. Thank you
  5. Mater Tater

    Bigfoot's Shipwrecks

    Where would i find the built in Exile tow script?
  6. Mater Tater

    Universal Custom Skins

    Are there skins for all including Hammett and etc.
  7. Mater Tater

    [Solved] Edit tool health?

    Yes, i am wondering if there is a way to make the tools be used up when crafting items like the thermal scanner pro does after you use it 5 times? I like to make the grinder to be used up after so many times so people would have to go out and buy more. I already know how where to add it to be used one time {IN COMPONENTS}. I am trying to make it to where players have another way to spend the poptabs more. I want to try to make it a little harder to build as i see it is to easy in alot of other servers. I think alot of the reason for players to lose interest in playing on servers is that they can build quick and easy. I appreciate the help in advance. If you can show me how/where it would go i can do the rest. class CraftFortificationUpgrade: Exile_AbstractCraftingRecipe { name = "Craft Fortification Upgrade"; pictureItem = "Exile_Item_MetalBoard"; //<< CHANGE IT requiresFire = 1; requiredInteractionModelGroup = "WorkBench"; returnedItems[] = { {1, "Exile_Item_FortificationUpgrade"} }; tools[] = { {"Exile_Item_Foolbox"}, {"Exile_Item_CordlessScrewdriver"} }; components[] = { {2, "Exile_Item_MetalPole"}, {4, "Exile_Item_MetalBoard"}, {1, "Exile_Item_MetalScrews"} }; };
  8. Mater Tater

    [Solved] Edit tool health?

    Needed to know what i needed, can an admin plz close this post. Thank you.
  9. Mater Tater

    [Solved] Edit tool health?

    Sounds good thx man
  10. Mater Tater

    [Solved] Edit tool health?

    not a coder. i will wait for one thx
  11. Mater Tater

    [Solved] Edit tool health?

    Ok thx. Do you know of such mod out yet?
  12. Mater Tater

    Concrete Constructions - Part 3

    Any idea when this update will happen?
  13. Mater Tater

    AVS - Advanced Vehicle System

    When will the rearm be implemented?
  14. Mater Tater

    [Solved] Edit tool health?

    BUMP
  15. Mater Tater

    Some custom Crafting Recipes

    I was also wondering if this is correct? Rather find out here then breaking server first lol. class CraftFoolbox: Exile_AbstractCraftingRecipe { name = "Craft Foolbox"; pictureItem = "Exile_Item_Foolbox"; requiredInteractionModelGroup = "WorkBench"; returnedItems[] = { {1, "Exile_Item_Foolbox"} }; components[] = { {1, "Exile_Item_Pliers"}, {1, "Exile_Item_Hammer"}, {1, "Exile_Item_Grinder"}, {1, "Exile_Item_Screwdriver"}, {1, "Exile_Item_Wrench"} }; };
  16. Mater Tater

    Some custom Crafting Recipes

    I believe that it should look like this, right? class Exile_Item_Vishpirin: Exile_AbstractCraftingRecipe { name = "Craft 1 Vishpirin"; pictureItem = "Exile_Item_Vishpirin"; requiredInteractionModelGroup = "WorkBench"; returnedItems[] = { {1, "Exile_Item_Vishpirin"} }; tools[] = } {"Exile_Item_Pliers"}; }; components[] = { {2, "Exile_Item_Bandage"}, {1, "Exile_Item_PlasticBottleFreshWater"}, {1, "Exile_Item_Can_Empty"} }; category = "First Aid"; };
  17. Mater Tater

    Some custom Crafting Recipes

    1. Sounds good man,thanks. 2. If and when it happens, can you plz post it on here. thx man.
  18. Love the app, pretty awesome. 10/10
  19. Mater Tater

    concrete wall

    Try this ---
  20. Mater Tater

    Garage Doors?

    They also have wood draw bridges in game, but the owner has to uncomment it out to use in game.
  21. Mater Tater

    Some custom Crafting Recipes

    How do you make it to where every time you craft an item like a floodlight with pliers and a grinder, it will take the tools away after crafting it instead of using them over and over again? That will be more realistic and a little longer to build a base i think. Since it is pretty easy for an experienced builder to craft these days. Also looking for a way to make it cost poptabs to craft an item as well. Any idea's?
  22. Mater Tater

    Custom Crafting - Tutorial

    That would be pretty cool
  23. Mater Tater

    Copy and Paste Cup Weapons 1.6

    Well it is a forum to add mods and help people out if they need help. Not all people understand it right off as some can. I guarantee you was the same way asking for help when you started learning this and when some one was being rude about it, you know you would do the same. If you can't take the time to help people out with there questions, then don't post anything on here. Not trying to be a you know what but trying to help a fellow poster. No hard feelings.
  24. Mater Tater

    Copy and Paste Cup Weapons 1.6

    I suggest you be a little more helpfull with new people trying to learn or not post anything on there post. I know you did the same thing trying to learn your self so take it easy on new people. We are all not as perfect as you sir.
  25. Mater Tater

    Can't get item mods to work

    Still haven't been able to fix this. I have included my rpt below in case this can show anything. I had tried adding in all of the weapons and vehicles for several of the mods, but have it with only 3 of the pistols from MAS at the moment as I was trying to see if maybe I had an incorrect item. I have included this as well in case I'm doing something completely wrong. I have also added screen shots. Any help is very appreciated.