Search results

  1. B

    Trade City Safe Zone

    I would think it would work on any, however you will need to check your BE filters for God Mode and such.
  2. B

    24/7 Clear Weather

    This should work: https://www.dropbox.com/s/585fo3neffd6cg9/DynamicWeatherEffects.sqf Needs to be added to the mission files and then down the bottom of your custom complies.sqf set it to this local file in your mission folder. Please note you will need to disable the regular complies with...
  3. B

    Dancing Script?

    This is a very clever script and its been added to a Custom Epoch Pack that is being put together for everyone to use. Now I know who created it credits will be added in the fn_selfActions.sqf Awesome work guys! This has created lots of fun for small groups at camp sites..
  4. B

    Remove the Move Object (R3F) Logistic?

    Down the bottom of the config.sqf or arma2_ CO _objects.sqf depending on which you are using for R3F. You will see the following section: /****** MOVABLE-BY-PLAYER OBJECTS / OBJETS DEPLACABLES PAR LE JOUEUR ******/ /** * List of class names of objects moveables by player. * Liste des noms...
  5. B

    Remove Clothes from dead bodies!

    Thanks for everything Churchie. and Churchies friend who is looking at making females return females.
  6. B

    Remove Clothes from dead bodies!

    I think i see what you are saying.. but I am no programmer. :( We set _isFemale = 0 at the start and create a trigger so that if( _model in ["Female Classes"] then { _isFemale = 1; Then at the drop body setup your code to check for _isFemale and then return a female body else return a...
  7. B

    Remove Clothes from dead bodies!

    http://opendayz.net/threads/remove-clothes-from-dead-bodies.8961/page-5#post-57185 This is the list of the skins available in Epoch currently. You will notice there are a few female skins added. "BanditW1_DZ", "BanditW2_DZ", "SurvivorW2_DZ", "SurvivorW3_DZ", "SurvivorWpink_DZ"...
  8. B

    [Release] Epoch Chernarus Scripts Pack

    Added this now to a Github for more contributors to assist in the effort. https://github.com/EpochCPack Pack Support is ready for testing with The latest epoch Update 1.0.1.3. In the end there will be a master pack that should work with all Epoch Supported Maps. Also Extra content packs...
  9. B

    Remove Clothes from dead bodies!

    Thanks Churchie. I thought about a 2nd clothes.sqf script that would split the two up, but the code in the fn_selfActions.sqf is where I fell down and cried. if (_isMan and !_isAlive and !_isZombie and !_isAnimal) then { As _isMan seems to apply to both sexes is there more to split the...
  10. B

    Remove Clothes from dead bodies!

    Any luck with a female return when clothes are taken? I have this employed on my epoch server and its the only issue still faced it seems.
  11. B

    [Poll] Add a sub-forum dedicated to troubleshooting/help.

    I know this site is based on learning and the old fashion "Give it a go yourself ideology". However being a Noob to coding myself I can understand many peoples frustration and call for help. I don't know if this is against the rules, but I have create a simple server pack that server owners...
  12. B

    Remove Clothes from dead bodies!

    You could try this list, then. I have it working in a Server Pack also available. if( _model in ["Sniper1_DZ", "Camo1_DZ", "Functionary1_EP1_DZ", "Haris_Press_EP1_DZ", "Ins_Soldier_GL_DZ", "Priest_DZ", "Rocker2_DZ", "Soldier_Bodyguard_AA12_PMC_DZ", "TK_INS_Soldier_EP1_DZ"...
  13. B

    Remove Clothes from dead bodies!

    Well i tried to set it to have Sexes with Males returning males and females returning females.. I just broke it, haha. Anyone out there know of a way to split this into the different sexes so they return the correct body type?
  14. B

    Remove Clothes from dead bodies!

    Seems ok, what map/mod is that running on?
  15. B

    [Release] Epoch Chernarus Scripts Pack

    Sure thing. For my map addons: http://dayzepoch.com/forum/index.php?/topic/316-release-cherno-race-tracks-and-custom-campstowns/ and Team BB's: http://dayzepoch.com/forum/index.php?/topic/325-multi-release-poi-chernarus-by-team-bbc/ They are all separate if you wish just to use one/any...
  16. B

    [Release] Epoch Chernarus Scripts Pack

    Here is a little change Log I have Running will cross post: Pack 1.0 [Added] Sarge AI - Random Packs of Survivors, Bandits and Military Customized with new skins, weapons, tools and loot. (Soon to add currency) [Added] Self Blood Transfusions - Limited to 5min Intervals, 15 second apply...
  17. B

    [Release] Epoch Chernarus Scripts Pack

    Hi Guys, I have been loving the work over at Dayz Epoch.. However I felt it was missing some extras for now that I wanted to add in myself. I also admire the work the guys and gals put in here at Open Dayz and decided to do my best to bring the two together. In saying so I have created a...
  18. B

    Epoch Custom Loadouts

    Well I am no coder so the syntax is probably way off.. There would be a way however. I will ask the Epoch Dev team see if they can help out as I understand custom load-outs are used for donations schemes to help keep some communities and servers up.
  19. B

    Epoch Custom Loadouts

    Looking at the default loadout for epoch in the init.sqf // Loadout config DefaultMagazines = [ "ItemBandage", "ItemBandage", "ItemMorphine", "HandRoadFlare", "ItemWaterbottleUnfilled" ]; DefaultWeapons = ["ItemWatch"]; DefaultBackpack = "CZ_VestPouch_EP1"; DefaultBackpackWeapon = ""; Would...
  20. B

    [Question]

    Awesome! Cheers mmmyum.
Back
Top