DayZ
ZenVirus
MastaHiggins 14 Jan, 2023 @ 5:14am
Tip1 fix
To make Tip1 active find this in scripts\4_world\classes\virus\playermodifiers\modifiers\diseases\ZombieVirusMdfr.c:
STAGE 1 INFECTION

Before "return" in both cases add this line:
DisplayTip(player);

Also in PlayerBase.c find this line:
if (GetSingleAgentCountNormalized(VirusAgents.VIRUS) <= 0.2)

And replace it with this:
if (GetSingleAgentCountNormalized(VirusAgents.VIRUS) >= GetZenVirusConfig().Stage1 && (GetSingleAgentCountNormalized(VirusAgents.VIRUS) <= GetZenVirusConfig().StageTetraVitaminWorks)
Last edited by MastaHiggins; 11 Feb, 2023 @ 8:30am