DayZ
ZenVirus
Showing 1-10 of 23 entries
< 1  2  3 >
Update: 15 Mar, 2023 @ 7:56pm

Fixed server crash, sorry about that guys. Was away for the past 2 months working and left some debug code in the last update.

Update: 15 Mar, 2023 @ 7:51pm

Update: 28 Jan, 2023 @ 1:13am

Forgot to binarize to reduce file size

Update: 28 Jan, 2023 @ 1:10am

Improved PPE effects compatibility with other mods (still a work-in-progress)

Update: 3 Jan, 2023 @ 9:59pm

- Added #ZEN_VIRUS definition for other modders - use #ifdef ZEN_VIRUS/#endif to apply code only if this mod is detected.

Update: 24 Dec, 2022 @ 7:36pm

- Fixed server hanging if you added static microscopes to config file (whoops, rookie error, made an infinite for loop)
- Fixed some client-side nullpointer crash logs

Update: 24 Dec, 2022 @ 1:29am

The JSON config structure has changed with this update - but don't worry, your old config will be backed up, all you need to do is copy over your old values into the new values where applicable. Apologies for the inconvenience but it was necessary.

- Fixed one of the English virus messages not being "stringtabled" to the JSON config (refer to Tip1)
- Fixed a bunch of missing translation stringtables for custom items & actions
- Fixed the hand-held animation of all the custom objects
- Fixed microscope light turning on when you analyze a virus
- Made microscope "deployable"/placeable when holding it in your hands
- Made microscope persistent if placed near a territory flag
- Made a static version of microscope which can't be picked up (must be placed using admin tools/DayZ Editor - eg. place it in hospitals)
- Added config option for setting how long the virus analysis takes (now persistent over server restarts so set it as high as you like)
- Changed Virus injector from a syringe into a morphine-like object (vanilla syringes turn invisible sometimes, no idea why - working on replacing them with custom models eventually)

If you're adding static Microscopes:

I recommend adding "Zen_Virus_Cure_Microscope_Static" to your types.xml file with a long <lifetime> tag and place them with admin tools / DayZ Editor etc. But you can also place them straight into the ZenVirus JSON config under "STATIC_MICROSCOPES" and on each server restart the mod will spawn them all in for you.

Adding the types.xml entry for static microscopes is optional, but I recommend it because otherwise on server restarts the static microscopes will be deleted and re-created, which means if a player has placed any attachments inside it or they have a virus analysis running during a server restart, they'll lose all their items and the analysis will not succeed.

Update: 20 Aug, 2022 @ 10:43pm

- Fixed a potential server crash caused by EEHitBy().

Update: 29 Jul, 2022 @ 6:39pm

Fixed my ZenVirus stamina handler breaking epinephrine and other stamina-affecting modifiers (sorry about that, rookie mistake)

Update: 26 Jul, 2022 @ 4:06am

Fixed some bugs with extras ZenVirusBolts.pbo.