DayZ
PvZmoD_CustomisableZombies
 This topic has been pinned, so it's probably important
Liven  [developer] 22 Apr, 2022 @ 11:34pm
How to set back the vanilla suppressor characteristics
If not done you have to create a custom mod for your server and include a config.cpp file containing this code:
class CfgPatches { class DZ_Weapons_Muzzles_PvzCZ_modified { units[]={}; weapons[]={}; requiredVersion=0.1; requiredAddons[]= { "DZ_Weapons_Muzzles_PvzCZ" }; }; }; class cfgVehicles { class ItemSuppressor; class ImprovisedSuppressor: ItemSuppressor { noiseShootModifier=-0.80000001; class DamageSystem { class GlobalHealth { class Health { hitpoints=1; }; }; }; }; class M4_Suppressor: ItemSuppressor { noiseShootModifier=-0.89999998; class DamageSystem { class GlobalHealth { class Health { hitpoints=4; }; }; }; }; class AK_Suppressor: ItemSuppressor { noiseShootModifier= -0.89999998; class DamageSystem { class GlobalHealth { class Health { hitpoints=4; }; }; }; }; class PistolSuppressor: ItemSuppressor { noiseShootModifier=-0.89999998; class DamageSystem { class GlobalHealth { class Health { hitpoints=5; }; }; }; }; class Groza_Barrel_Suppressor: ItemSuppressor { noiseShootModifier=-0.89999998; class DamageSystem { class GlobalHealth { class Health { hitpoints=4; }; }; }; }; class MakarovPBSuppressor: ItemSuppressor { noiseShootModifier=-0.89999998; class DamageSystem { class GlobalHealth { class Health { hitpoints=5; }; }; }; }; class Aug_Barrel: ItemSuppressor { noiseShootModifier=-0.89999998; }; };

Don't forget to delete this config.cpp if you don't use PvZmoD CZ anymore or your server will not start.

If you don't know how to create a custom mod I recommend you to look at the tutos of this guy: https://www.youtube.com/watch?v=HCBckFJPrMk&list=PLm6NfdQ3NmL9OBmbN-tl99F70bvzm6u7M&ab_channel=Spurgle%27sPlayground
Last edited by Liven; 22 Apr, 2022 @ 11:37pm
< >
Showing 1-1 of 1 comments
Derk 23 Apr, 2022 @ 7:15pm 
I actually did end up doing this after trying all the ideas. But at least others could do this if they need to. Thanks.
< >
Showing 1-1 of 1 comments
Per page: 1530 50