Jump to content

Leaderboard

The search index is currently processing. Leaderboard results may not be complete.

Popular Content

Showing content with the highest reputation since 05/10/14 in all areas

  1. Parachute Supply Drop Crates addon for Arma3 Epoch (Now with paratrooper AI) Give your survivors a little love This is a lightweight mission for dedicated or layer-based game servers. A Mohawk helicopter will fly in from North, South, East or West oceanic spawn positions (chose randomly at mission start), and drop a supply crate (via parachute) to random locations on Altis. The crates are configurable, but 4 types are pre-defined in the code. Features: Random landing zones for supply crates delivered by AI pilots 4 supply crate types are pre-defined: Food & Clothing / Supplies / Weapons & Ammo / Random Loot Customizable crate loot (via editing init.sqf) also has random loot generator 500-meter radius marker for LZ lets players know where to look Auto repeating mission once crate has been found Virtually no BE filters - uses mostly vanilla loot (but you might need to add a few) Latest Release: v1.0c (releases can be downloaded here: https://github.com/tdavison70/Helicopter-Supply-Drop/releases This release has the following updates: Added AI units that parachute down with crate and guard it AI units each have a sub-set of skills - these guys are tough by default AI might drop krypto BIS_fnc_findSafePos now called from helicopter spawn position and uses world safe anchor for range Added JIP (Join In Progress) support to eliminate multiple copies running on server Replaced all WaitUntil loops with While (sleep) loops to fix major lag Loitering helicopters should now be fixed (they get deleted) I tested this PBO on my game server (Vert Hosting), and had it running side-by-side with VEMF / BlckEagl / A3AEI and had no issues. All the AI seem to have a mutual respect for one another :P A big shout out to all the modders who inspired me to make this. Sorry, in advance, if there are tons of supply drop missions out there. This one is pretty straight-forward, and can be easily edited to your liking. Hope you enjoy! You can download it here: https://github.com/tdavison70/Helicopter-Supply-Drop
    15 points
  2. Just made a new script for proper vehicle service points where you are able to refuel, repair and rearm your vehicles! (I could not find a good one, so I did it myself) "Proper" meaning everything is done like it should be in Epoch and saved to the database, e.g. the script is really repairing all vehicle parts and not just setting the damage to 0, so it's the same as if you would repair every damaged part yourself. Main Features: dynamic service points where you are able to select the options (default at every fuel station, if you want it's easy to add the epoch fuel pumps so you can build a service point in your base, you can also add vehicles or units if you want, like a NPC trader) you can refuel and repair any vehicle by just sitting inside and get close to a service station (default 10m), then you get the actions menu attached to the vehicle, with rearm you have to be in the gunner seat because only that turret will be rearmed (for all cases the vehicle has to be local to your PC, so your have to be the driver/pilot or are alone in the vehicle) the services don't have to be for free, you can add a price to every option like the traders (e.g. refuel is free but repair would cost 2 gold and rearm 3 10oz gold) dynamic costs based on vehicle type you can also disable any option if you don't want or need it, like disabling the rearm option completely anything important is configurable in one place with config variables (there are comments in the config block, just take a look at the file service_point.sqf) The Installation is pretty simple, it's just a client side script. Add this to your init.sqf in the "if (!isDedicated) then { PUT HERE SOMEWHERE (at the end is ok) }" block (so it will only be started on your client and not the server): if (!isDedicated) then { // ... some other stuff ... // add the next line somewhere in this block execVM "service_point\service_point.sqf"; }; Download all files from here into a folder "service_point" inside your mission folder: https://github.com/vos/dayz/tree/master/service_point If you want to change the path, there is one config variable in the file service_point.sqf called "_folder", you have to change that so it can access the other files needed for the script. Here a screenshot how it looks like (click on the preview to show a full screenshot with the UAZ DShKM): Feel free to add features and tell me your ideas. :)
    10 points
  3. This is a reworked and updated version of JAEM originally from @OtterNas3 This version is compatible with DayZ Epoch 1.0.7. A complete set of install instructions is provided on my github repository Download Here Let me know if you have trouble understanding them or if I made a mistake. New Features ZSC support - you can choose between Epoch currency or ZSC to pay for your evac chopper. Deploy Anything - you can use Mudzereli's right-click actions to call the evac chopper instead of using the built in self-action loop. Plot pole and plot friends restriction - to prevent players from placing evac helipads in obnoxious places, they have to build them on their own plots or their friends plots. I have placed all of the config variables in one place in varables.sqf. The variables all have explanatory comments. Adjust them to your preferred settings: // Evac Chopper Config Variables evac_chopperPrice = 1; // This is the price players pay in full briefcases to set up an evac chopper (between 1-12 briefcases). Players must have the briefcases in their inventory. evac_chopperUseZSC = false; // If you have ZSC installed you can set this to true and have players pay the amount below to set up an evac chopper. evac_chopperPriceZSC = 100000; // Price for evac chopper if you have ZSC Installed and evac_chopperUseZSC set to true. evac_chopperMinDistance = 500; // Minimum distance for player to call evac chopper. Do not set this lower than 500. evac_chopperZoneMarker = 0; // Evac zone marker type (0 = Landingpad | 1 = Smoke). evac_chopperNeedRadio = 0; // 1 - Require player to have a radio in gear to call evac chopper | 0 - Doesn't require radio to call evac chopper. evac_chopperUseClickActions = false; // If you have Mudzereli's Deploy Anything installed and are going to use click actions to call the evac chopper, set this to true (disables call chopper self-action loop). Functionality Instructions if you have any other mods which save classname "HeliHRescue" to the database, be aware that this particular classname is used along with ownerID to make this mod work. If you already have an instance of HeliHRescue saved to the database with your playerUID, then you will get a message stating that you cannot create another when trying to set an evac chopper. To create an evac chopper you need a keyed helicopter, a plot pole, and the money to make the purchase. You have to have the key in your inventory to set and clear the evac chopper field. Walk up to the helicopter and you will get blue self actions for setting and clearing the evac chopper field. You do not have to have the key on you to call the evac chopper. There is a flight status monitor that appears in the same place as the debug monitor, so you will want to have the debug toggled off to view it. If you use Mudzereli's right click actions, make sure to set variable evac_chopperUseClickActions to true to disable the built in self action loop. If your helicopter is destroyed simply place a new one on the rescue helipad. The call evac chopper function finds the nearest heli (within 10 meters) of your rescue helipad. It does not return your money when you disable the evac chopper. Known Issues There is only one known issue at this time. If the player is killed while the evac chopper is in route, the helicopter will not return to base. The pilot lands at the evac zone, gets out of the heli and just stands there. The helicopter remains locked. The way the code is written, it looks like it should work, but everything I have tried thus hasn't fixed it. I might try using some diagnostic logs to try to find where the breakdown is later. As long as you don't die before it gets there, it's smooth sailing. Enjoy! OtterNas3's original release topic
    10 points
×
×
  • Create New...