-
Content count
34 -
Donations
0.00 EUR -
Joined
-
Last visited
Content Type
Profiles
Forums
Wiki
Servers
Devblog
Everything posted by Mater Tater
-
I tried that but i am using 3440-1440 resolution with a 34 inch widescreen and still messed up. Any fix?
-
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.
-
New server up and live. If any problems, plz join my TS3.
-
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
-
Where would i find the built in Exile tow script?
-
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"} }; };
-
Needed to know what i needed, can an admin plz close this post. Thank you.
-
Sounds good thx man
-
not a coder. i will wait for one thx
-
Ok thx. Do you know of such mod out yet?
-
Any idea when this update will happen?
-
When will the rearm be implemented?
-
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"} }; };
-
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"; };
-
1. Sounds good man,thanks. 2. If and when it happens, can you plz post it on here. thx man.
-
Enigma Exile Revive - v0.80 [UPDATED 08/09/16] 1.02 Compatible
Mater Tater replied to happydayz's topic in Scripts
Love the app, pretty awesome. 10/10 -
Try this ---
-
They also have wood draw bridges in game, but the owner has to uncomment it out to use in game.
-
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?
-
That would be pretty cool
-
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.
- 13 replies
-
- overthrow gaming
- cup weapons
-
(and 1 more)
Tagged with:
-
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.
- 13 replies
-
- overthrow gaming
- cup weapons
-
(and 1 more)
Tagged with:
-
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.