Search results

  1. B

    [Release] Walking zombies in Dayz 1.8.8

    Here's how to set up walking zedz for Dayz 1.8.8: 1. In your mpmission/mission name folder, open init.sqf. 2. Find the line that says this: call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\compiles.sqf"; 3. Underneath it, put this: call compile preprocessFileLineNumbers...
  2. B

    Walking zedz 1.8.8.8

    I've done a lot of searching and found nothing that works with Dayz 1.8.8.8 so I'm starting a new topic with the hopes that enough people still read these forums to help. First off, please don't bother to argue about why I'm doing this or if it makes Dayz too easy. I'd like to make all of the...
  3. B

    VILAYER TROUBLES !!!!

    I hate "Me Too" posts, but yeah, "Me Too." I had Vilayer. What an aweful company. I found a great company in Vert Hosting, but they've shut down as well. It seems there are almost no decent GSP's anymore. Most are run by a few guys in their mom's basement unless you go with a big company like...
  4. B

    Drink Water v2.0

    I have "check actions" disabled in Infistar.
  5. B

    Drink Water v2.0

    Yes to all of your questions.
  6. B

    Drink Water v2.0

    I just cut and pasted the code into my fn_selfactions: http://pastebin.com/4p7DRFWG
  7. B

    Drink Water v2.0

    I'm trying to get this working on a new server I'm putting up. Epoch 1.0.5.1, but I get no scroll menu option to drink the water. Does it still work?
  8. B

    Any command like -autoinit

    I know Arma 3 has the -autoinit command that loads the mission without anyone being on. Is there a similar command line switch for Arma 2 so instead of saying Arma 2 OA before someone joins, it says the actual map it's running?
  9. B

    Walking zombies for Dayz 1.8.6.1

    I'm trying to search for a walking zombie instructions for Dayz 1.8.6.1 and it seems all I'm finding is instructions for Epoch. Does anyone have a good link to make the Dayz 1.8.6.1 zombies walk, but more deadly?
  10. B

    Overwatch Zed sounds

    Does anyone have a download link to the Overwatch zed sounds from this thread? http://opendayz.net/threads/release-overwatch-zed-sounds-on-overpoch-epoch.20741/
  11. B

    Stuck on Origins vehicle upgrades

    Disregard this reply. I reformated my OP.
  12. B

    Stuck on Origins vehicle upgrades

    Release thread: http://opendayz.net/threads/release-origins-vehicle-upgrades.21815/ I am at the server_updateObject.sqf step. In that step it says to place the code below the line shown below. The line in the instructions appears 4 times in server_updateObject.sqf. Do I add the code under all 4...
  13. B

    [Support] PVE Prison punish after a kill

    The prison in this script was made by MaxPowers. You should really credit him for his work http://epochmod.com/forum/index.php?/topic/6391-pavlovo-prison
  14. B

    Need help with canibalism script

    I am trying to install this script in Epoch 1.0.5.1: http://opendayz.net/threads/cannibalism.12218/ When I go to a dead body, I am not getting the option to gut the human even though I have a knife. In my client log I am getting this: Error in expression <isAlive && !_isZombie && !_isAnimal...
  15. B

    Accelerated time for Dayz 1.8.5

    That's too bad. :( Thanks for trying though and I hope you didn't lose too much sleep! :)
  16. B

    Accelerated time for Dayz 1.8.5

    Sounds awesome. I appreciate the help. Joelma's accelerated time works great on Epoch as long as the server is configured for clear days so I look forward to any help you can give!
  17. B

    Accelerated time for Dayz 1.8.5

    Thanks for the replies Inkko, but it still isn't working. The sched_sync you posted is the default one from Dayz, but I replaced the code you posted in the second reply and time is still ticking away at a normal pace. I have the line that calls the time_control.sqf located at the very bottom of...
  18. B

    Accelerated time for Dayz 1.8.5

    I placed both pieces of code at the bottom of server_functions.sqf: server_timeSync = { //Send request private ["_hour","_minute","_date","_key","_result","_outcome"]; _key = "CHILD:307:"; _result = _key call server_hiveReadWrite; _outcome = _result select 0...
  19. B

    Accelerated time for Dayz 1.8.5

    Great, thanks for the information. I will do some testing with it when I have time.
  20. B

    Accelerated time for Dayz 1.8.5

    On my Epoch servers, I've used this to create a full 24 hour day/night cycle in 4 hours: http://epochmod.com/forum/index.php?/topic/16067-joelmas-time-control/ However, this doesn't work with Dayz 1.8.5. The problem I see is that the code that you are supposed to add to server_functions.sqf so...
Back
Top