Search results

  1. F

    [Release] Fred's Anti-Zombie Frequency Emitter (AKA Zombie Shield)

    If you are able to get the scroll wheel option, then most likely your fn_selfActions.sqf portion is correct. I would double check the installation steps and make sure your path to zombieshields.sqf is correct. Also, make sure you have copy and pasted all of the code into zombieshield.sqf.
  2. F

    [Release] Fred's Anti-Zombie Frequency Emitter (AKA Zombie Shield)

    I am honestly not sure. I don't have a 100% understanding of how battleye exceptions work. However, I thought that would fix it. I guess, until we find a better solution, you could set it to a 1. That's what I did for my server but I know adding an exception would be the better way of doing...
  3. F

    [Release] Fred's Anti-Zombie Frequency Emitter (AKA Zombie Shield)

    Hmmm. Can you post your setdamage.txt?
  4. F

    [Release] Fred's Anti-Zombie Frequency Emitter (AKA Zombie Shield)

    It could always be a configurable option. Also, using multiple of these devices to keep an entire town free of zombies does sounds like an interesting idea. However, it would require some tweaking to use it for this purpose. For one, I would want it to also prevent zombies from spawning at...
  5. F

    [Release] Fred's Anti-Zombie Frequency Emitter (AKA Zombie Shield)

    No. It's not meant to be a permanent object, currently. Once the player creates the device, it runs for 3 minutes and then is deleted. In my opinion, it is too powerful of a device to run longer than that. However, I could possibly look into making a another version. A static, persistent...
  6. F

    [Release] Fred's Zombie Bait (WIP)

    Hmm. I use self bloodbag and I can still get the zombie bait option. I would have to see your files to troubleshoot it any further.
  7. F

    [Release] Fred's Zombie Bait (WIP)

    Have you tried dropping the raw beef or bloodbag on the ground and picking it back up? Also, are you sure you are using "Raw Beef" specifically and not a different raw meat?
  8. F

    [Release] Fred's Anti-Zombie Frequency Emitter (AKA Zombie Shield)

    I'm glad you guys are enjoying it. :)
  9. F

    [Release] Fred's Zombie Bait (WIP)

    It was no trouble. :P
  10. F

    [Release] Fred's Zombie Bait (WIP)

    You are probably looking in the scripts.txt. You have to edit it in the createvehicle.txt.
  11. F

    [Release] Fred's Zombie Bait (WIP)

    Dang! I'll look into it further and read up on some commands. Being able to use any meat is easy to add. However, I have no idea how to make the game recognize exactly which meat you used and then remove the correct meat from your inventory.
  12. F

    [Release] Fred's Wardrobe v1.0.2

    Most of those skins are banned in DayZ. However, if you run rmod or another mod that gives you access to more skins, you could add them to the wardrobe.
  13. F

    [Release] Fred's Zombie Bait (WIP)

    Did you get a chance to test those edits yet?
  14. F

    [Release] Fred's Anti-Zombie Frequency Emitter (AKA Zombie Shield)

    Any word on if the exception worked as intended?
  15. F

    [Release] Fred's Anti-Zombie Frequency Emitter (AKA Zombie Shield)

    I have no intention on limiting how often the player can build the device other than the time it takes for them to find more parts to build one. However, I'm sure what you are looking for is possible.
  16. F

    [Release] Fred's Anti-Zombie Frequency Emitter (AKA Zombie Shield)

    Try changing line #2 of your setDamage.txt to 5 "1.000000" !="zZombie_Base" !="z_hunter" !="z_teacher" !="z_suit1" !="z_suit2" !="z_worker1" !="z_worker2" !="z_worker3" !="z_villager1" !="z_villager2" !="z_villager3" and let me know how it works.
  17. F

    [Release] Fred's Zombie Bait (WIP)

    Try changing the section in fn_selfActions.sqf to // Zombie Bait START _meatTypes = ["FoodmeatRaw","FoodbeefRaw","FoodmuttonRaw","FoodbaconRaw","FoodchickenRaw","FoodrabbitRaw"]; { fred_meatBait_type = _x; if (isNil _hasBait) then { if (("ItemBloodbag" in magazines player) &&...
  18. F

    [Release] Fred's Anti-Zombie Frequency Emitter (AKA Zombie Shield)

    Can you go to your setDamage.log and copy and paste the entire restriction you were kicked for? Then I can add an exception for it so you don't have to set it to a 1.
  19. F

    [Release] Fred's Zombie Bait (WIP)

    Try replacing the entire Zombie Bait portion of fn_selfActions.sqf with the following code. // Zombie Bait START _meatTypes = ["FoodmeatRaw","FoodbeefRaw","FoodmuttonRaw","FoodbaconRaw","FoodchickenRaw","FoodrabbitRaw"]; { if (isNil _hasBait) then { if (("ItemBloodbag" in magazines player)...
Back
Top