Search results

  1. B

    Can't get in Vehicle with another player

    I know I'm resurrecting this thread a bit, but I ran across this annoying problem over the past few weeks on both my servers. I implemented the suggested change last night, tested briefly with one of our players, and it seemed to work fine. Other than having to set the Sar Vehicle Fix variable...
  2. B

    [Release] Configurable Crash Spawns (Crashspawner)

    Edit: It turns out that, in my fervor to make a post, I accidentally posted this in the wrong section yesterday. Oops! -------------------- Howdy guys, this one's something I whipped up for the server admins out there and is something I run on both of mine. I wanted the ability to be able to...
  3. B

    Configurable Crash Sites (Crashspawner)

    Howdy guys, this one's something I whipped up for the server admins out there and is something I run on both of mine. I wanted the ability to be able to quickly modify the Crashspawner for the server-spawned heli crashes without having to constantly re-compile a dayz_server.pbo. This addon...
  4. B

    [Release] Proper Repair Truck Script Add-On (DayZ 1.8+/rMod 2.1)

    Hi gang, this is a repair truck script I wrote to replace the pseudo-working Repair option that pops up for drivers in vehicles when targeting an Arma-esque repair truck. This script balances out the process by splitting up the repair process on each damage point, adds sound, plus writes the...
  5. B

    [Release] Prevent Repetitive Vehicle Actions

    Howdy folks, Am I the only one having problem with custom-made, vehicle-specific AddActions multiplying themselves every time a player exits and re-enters a vehicle? Well, I've found a way to solve it. It will prevent duplication of actions plus stop any actions, that are meant to be in_vehicle...
  6. B

    BDC's Script/Addon Help Thread

    Good deal Caboose. I've already updated this two generations or so for 1.8 use but I've not posted it yet. I even came up with custom sounds for it but it's only on my server so far.
  7. B

    [Help] BDC's Prevent Loot and Zed Spawn (Safe Zones) for 1.8.0.3

    You bet Mugger. Yep the extra brackets seem to be causing problems within my default spawn loadouts from 1.7.7.1 that I've yet to resolve. It'd cause all sorts of weird issues for guys on my box with the 1.8 update when their Inventory array variables in their character data entries showed...
  8. B

    [Help] BDC's Prevent Loot and Zed Spawn (Safe Zones) for 1.8.0.3

    This modification here leaves two XYZ position entries -- the default one I use for Devil's Castle and then yours. Make sense?
  9. B

    [Help] BDC's Prevent Loot and Zed Spawn (Safe Zones) for 1.8.0.3

    Yep, I'm guessing it's from this: PreventZedSpawnPositions = [[6551.1,14067.7,0.001],[3039.73,7880.1,0]]; When I did the position inserts in mine, and I use about 8 of 'em or so on my server, I slightly modified the 'worldspace' entries pulled from the database. Example: Yours here is...
  10. B

    [Help] BDC's Prevent Loot and Zed Spawn (Safe Zones) for 1.8.0.3

    How Mugger, let me check this out real quick! It's probably a problem in the variables.sqf as the symptoms you're describing are systemic. Let me check...
  11. B

    [Release] Spawn Custom Weapon/Magazine Crates (Crash Sites/Loot) (1.8+) with rMod 2.1+

    Hey gang, wrote this one up a few weeks ago for my server to spice things up a bit. This one's for DayZ 1.8+ using the rMod 2.1 addon. What this mod does is make for the possibility to spawn ammo or weapons' crates, with custom loadouts, as spawned loot using the CfgBuildingLoot.hpp loot table...
  12. B

    [Release] Pop-Up Targets (Shooting Range) for 1.8.0.3 w/ rMod 2.1+

    Howdy gang, been playing around a lot with rMod lately. I cooked up a simple script for being able to use the pop-up targets (TargetEPopUp) that may be added into the database on a private server. It is a part of rMod 2.1+ but I'm not sure if it's a part of vanilla DayZ or not. I suspect not...
  13. B

    [Release] BDC's Prevent Loot and Zed Spawn (Safe Zones) for 1.8.0.3

    Updated March 30, 2014: Fix of destroyed building bug: Basically, destroyed buildings, even while in the no zed spawn marker area, were still producing zed spawn. I tracked it down to (I believe) Arma moving the original building position well down into a negative Z coordinate (underneath the...
  14. B

    [Help] BDC's Prevent Loot and Zed Spawn (Safe Zones) for 1.8.0.3

    This is the help thread for the Prevent Loop and Zed Spawn code thread. Anyone have questions? Post 'em up here please and I'll do what I can to help! The release thread is located here: http://www.opendayz.net/threads/release-bdcs-prevent-loot-and-zed-spawn-safe-zones-for-1-8-0-3.14704/ B
  15. B

    Zombie Guts (as a "suit")

    I don't understand. ;)
  16. B

    Zombie Guts (as a "suit")

    I most definitely will once I figure out how to get one of these sounds to work plus get the "Dead body" graphic effect on the player's skin.
  17. B

    Zombie Guts (as a "suit")

    I just finished writing this. Got the idea from my wife a few weeks ago. It's basically as described except I cannot get the gore effect on the player nor one of the two sounds to work. It requires a hatchet and a fresh dead zombie body. Takes about 25-30 seconds to get yourself "camo'd". I...
  18. B

    [Release] BDC's "Shots Fired!" Zombie Aggro Realism Sound Mod (pwnzor0z 1.7.7.1)

    Hey guys, got a new one I'm tossing up here but it's an easy one. This one isn't an addon per se but is a modification of an existing script. Basically, sticking with the strictly realistic theme of DayZ, a teammate of mine mentioned how a zombie shouldn't have been able to hear his gunfire at...
  19. B

    [Release] BDC's Flies On Dead Critters (pwnzor0z 1.7.7.1)

    Update: This will probably be re-written at some point once a bonafide method for bypassing the bis_fnc_flies function is found (in being able to create and delete both a graphical flies' animation as well as a flies soundSource) and debugged proper.
  20. B

    BDC's Script/Addon Help Thread

    Hmmm, that's strange. I wonder if there's a difference in some of the naming variables between vanilla and Epoch. Well, at least you gave it a good try! Thanks for trying. B
Back
Top