Search results

  1. maca134

    Blacklister App - Community Global Ban

    Based on Hambeast's DayzWhitelisterPro https://github.com/deadfred666/DayzWhitelisterPro We run a few servers and found it a pain to ban people from all our servers at once, so I adapted Hambeast's DayzWhitelister Pro to work as a blacklist. Instead of using a database directly, I have set it...
  2. maca134

    Base Building

    Something I have been working on for the last 12 hours. You fill your Stash with your building ingredients then click the build action menu. All the config is in 1 file and adding new buildings is a piece of cake. The system can be set to use any object as the 'workbench' and can either use...
  3. maca134

    VS2012 Toolchain for HIVE

    Dont suppose someone out there could help me get VS2012 setup for some hive tweaks Im wanting to make. Cheers Maca
  4. maca134

    Server side hint/globalchat fix (REsec)

    Here is a fix to allow you to do hint/globalchat/titleCut on server side. This should fix death messages and allow you to show hint's, etc on client side. Disclamer: This has only been tested on Epoch but it uses the same REsec.sqf which prevent all but titletext from being RE'ed It...
  5. maca134

    [Release] Epoch Trader Menu Dialogs

    Epoch Trading Menus 0.1 Erm, better trading menus in Epoch. Requirements Easy https://dl.dropboxusercontent.com/u/135243/dayz_epoch/trader_dialog.zip The first step is to move compiles.sqf and fn_selfactions.sqf to your mission files. Most servers running custom code will have this in...
  6. maca134

    Better Safezone, Maybe

    What the script does is give the player godmode within the safe zones and also disables weapons. Create new file called safezone.sqf and paste this: Private ["_EH_Fired"]; if (isNil "inSafezone") then { inSafezone = false; }; while {true} do { waitUntil { inSafeZone }; titleText...
  7. maca134

    UK 420 - Epoch 1.0.1 - Dynamic AI Bandit Camps!

    Hey, I have been running an Epoch server for a few week with a couple of friends. Which got me into coding in ARMA2/Dayz. So will be adding more unique features over time. We are on the server alot and always happy to help! Auto Refuel Self Blood Bag Heli Lift Car Tow Dynamic AI Bandit Camps...
Back
Top