Jump to content

ryandombrowsky

Member
  • Content Count

    143
  • Joined

  • Last visited

  • Medals

Everything posted by ryandombrowsky

  1. DOWNLOAD MOD - STEAM WORKSHOP DOWNLOAD MOD - GOOGLE DRIVE Bug Tracker / Suggestions This mod includes place and play zombies & demons with custom animations and unique customisable options. They can be found in mission editor and will attack any enemies they know about based on the side they're on (Opfor zombies will attack Blufor units). Zombie stength and abilities can be easily customised. These features are off by default and are only enabled if the appropriate module is placed. - Allow zombies to throw cars, leap into the air, feed on dead bodies, and more! - Heavily customisable spawners with max alive limits, spawn animations, and much more! - Adjust zombies max health, attack strength, and other settings. I am continuing with the development of this mod with plans for new features, more gore, bug fixes, and any suggestions. If you want to send a donation, my paypal is: ryandombrowsky@gmail.com It would be very much appreciated! Some screenshots: http://i.imgur.com/QljywED.jpg http://i.imgur.com/ra9jtmV.jpg http://i.imgur.com/YQiSuDa.jpg http://i.imgur.com/Jkv4TJy.jpg http://i.imgur.com/G4SAMkl.jpg http://i.imgur.com/p59wEzM.jpg http://i.imgur.com/ki5SgWe.jpg http://i.imgur.com/mB5W84Q.jpg http://i.imgur.com/1cy5COA.jpg http://i.imgur.com/1hbz4Hm.jpg http://i.imgur.com/PxTprnj.jpg http://i.imgur.com/ztqm3pv.jpg http://i.imgur.com/COiV8BG.jpg Some videos: Thank you and enjoy the mod!
  2. ryandombrowsky

    Arma3 Videos

  3. ryandombrowsky

    Arma3 Videos

  4. ryandombrowsky

    Arma3 Videos

  5. ryandombrowsky

    Arma3 Videos

  6. ryandombrowsky

    Zombies & Demons 5.0

    More silly videos. :P
  7. ryandombrowsky

    Zombies & Demons 5.0

    Never heard of that before. Are you using other mods? And did you use the "force add uniform" option or not? Just manually use "this setdamage 0.5" to the one demon a few seconds after the mission has begun. 0.5 is the same as what a module uses for stronger I think. You can lower it and make them even stronger but they won't be covered in blood unless you also use "this sethit ["body",0.5];" or something.
  8. ryandombrowsky

    Zombies & Demons 5.0

    Finally time to update. Hope there's no new bugs. DOWNLOAD MOD V5.0 - STEAM WORKSHOP DOWNLOAD MOD V5.0 - GOOGLE DRIVE Changelog: - ACE damage issue fixed. Zombies will assault unconscious units until they're mashed potatoes - unless ACE revive is enabled. - Deletion and spawner activation issue fixed. - Waypoint module is now working as intended. - Headshots only feature added (optional, off by default). - Zombies aren't temporarily invincible while jumping now, but still won't take fall damage. - Fixed a potential freezing zombies bug if using certain AI behaviour mods. - A few extra module options, and complete rebuild of the zombie code to help improve efficiency and performance. - RZ_fnc_zombie_onDeath_exec - a new function allowing users to add their own code if they wish to add events upon zombie deaths (such as extra points, notifications, et cetera). Weird, using any other mods?
  9. ryandombrowsky

    Arma3 Videos

  10. ryandombrowsky

    Zombies & Demons 5.0

    Yeah it was since the Jets DLC, it seems to have broken spawned triggers. Was hoping they'd fix it but wasn't the case in the recent hotfix. We'll get it fixed soon anyway! Here's something silly...
  11. ryandombrowsky

    Zombies & Demons 5.0

    Not possible at the moment, sorry. During the mission you could try setting the roaming variable (Ryanzombieslogicroam & Ryanzombieslogicroamdemon) to nil, and then back to 1 to re-enable it later on. But it will effect every zombie on the map when doing so. Nice video! Should help a lot of people. :) Just wanna let you know, there's no point in changing the placement radius on the modules, it won't do anything (except mess with the waypoint location as you noticed). :P Also, with the deletion module, the way you set that is by changing the "delete zombies radius" option (it's set to 1000m by default) - not the placement radius. Let's say you set it to 500, and Blufor not present. This will make any zombie who is more than 500m away from a Blufor unit delete. Other than that, thanks for making the tutorial, appreciate it! :D
  12. ryandombrowsky

    Zombies & Demons 5.0

    Okay, make sure you place an infection module and set the chance to 100%. You will also need a resurrection module to make him come back as a zombie. Try using this code to infect the civilian after those modules are placed: if (man getvariable ["ryanzombiesinfected",0] == 0) then {[Man, EAST] execVM "\ryanzombies\infected.sqf";}; sleep 0.5; Man setVariable ["ryanzombiesinfected",0.9,true];}; Man is the name of the civilian, EAST is the side the zombie will be on when he resurrects, and the 0.9 value means he'll be 90% infected. When he dies depends on how you set the infection rate. You can adjust all these to suit what you need.
  13. ryandombrowsky

    Zombies & Demons 5.0

    That's a good idea and could work well with spawners attached to players too. Will consider this! Would be cool but our animator is working full time now and she doesn't have time unfortunately. :( Deletion module just deletes each individual zombie if it gets too far from the selected side. The spawn module should still work when you go back. No, they can't do at the moment, sorry. I have done it before in old missions though. Perhaps I'll try incorporate it into the mod. Have you got -showscripterrors on the startup parameters? Remove that if you do and I don't think the error will show then. Otherwise, we're still working on fixing this. Enable civilian attacks and use the infection module. Made another silly storyless video of zombie action :P
  14. ryandombrowsky

    Arma3 Videos

    A bit of random zombie action.
  15. ryandombrowsky

    Zombies & Demons 5.0

    Sorry we've been inactive lately, work has been busy but now we should have more spare time soon. We plan on doing another update after some testing, which will include a few small improvements and the ACE damage fixed. In the meantime, I finally finished another silly video:
  16. ryandombrowsky

    Zombies & Demons 5.0

    I've never noticed this myself but I'd say the cause is the glowing eyes. If the zombie has glowing eyes it'll change it's face to the non-glowing version when it dies. Keeping glowing eyes disabled should prevent it. emton, not a bad idea. Hopefully there's an easy way or script to figure out if the zombies path is blocked like that. If so we'll try include this.
  17. ryandombrowsky

    Zombies & Demons 5.0

    Hi, this isn't possible at the moment sorry. The settings/abilties effect all zombies. Although in future we may add an option allowing you to set abilities to specific zombie types, such as only allowing fast zombies to jump/throw cars, or make walkers have more health and runners have less, or whatever... We may add this in future. In the meantime we're doing an update to fix an annoying MP bug, and we also added a new face textue. :P DOWNLOAD MOD - STEAM WORKSHOP DOWNLOAD MOD - DROPBOX - Fixed a multiplayer bug involving invisible units getting stuck inside vehicles. - Another face texture added.
  18. ryandombrowsky

    Zombies & Demons 5.0

    Cheers, should be fixed now. ;) Yeah go for it, if it works and if it's just for private use of course. ;)
  19. ryandombrowsky

    Zombies & Demons 5.0

    That is weird, it shouldn't do that and I've never seen that happen. Feel free to send me the mission.sqm if you like and I can check it out.
  20. ryandombrowsky

    Zombies & Demons 5.0

    I think we'll definetely add a module for this in the next update. It could be a month or longer though, I'm busy with other features at the moment. ;)
  21. ryandombrowsky

    Zombies & Demons 5.0

    We don't have any large scale spawning system right now, however that is something we should and probably will add in future. At the moment you'd have to place the spawner modules everywhere and set them to activate when Blufor (or whichever side you're playing as) is present. Kind of annoying, sorry. :P
  22. ryandombrowsky

    Zombies & Demons 5.0

    Thanks sonsalt6! Thanks, that works. :) rogerio.sgarcia, let me know if there's still compatibility problems. They already re-create. If activation is set then those triggers are created again after each horde. Anyway here is a dropbox link for Z&D 4.5 - https://www.dropbox.com/s/vb8rny723r5xsia/Zombies%20%26%20Demons%20V4.5.zip?dl=0
  23. ryandombrowsky

    Zombies & Demons 5.0

    The mod has been updated on the workshop. I'll upload a dropbox link later today when I finish work. What's new: - Exploding heads! You can now shoot and burst a zombies head! Needs a powerful gun by default but this can be customised in the "Settings" module. - Glowing eyes! Demons eyes glow by default and this feature can be adjusted in the settings module. - About 20 new extra civilian zombies for each type of zombie. - Extra sounds added for zombies and spider zombies. - A "Randomize Values" option has been added to the spawners. - Infected players now have a camera shake effect while coughing. - Zombies are less likely to attack empty vehicles after its target has left it. - Player-controlled zombies now have their own module with seperate values. - Many script improvements, some animation changes, and some minor multiplayer issues fixed.
  24. ryandombrowsky

    Zombies & Demons 5.0

    That is weird. I'm gonna download Ravage and try it out. If I can find out why I'll try and fix it. ;)
×