DayZ
32 ratings
BitterrootEVR
   
Award
Favorite
Favorited
Unfavorite
Type: Mod
Mod Type: Environment
File Size
Posted
Updated
2.677 KB
2 Aug, 2024 @ 7:29pm
2 Aug, 2024 @ 7:29pm
2 Change Notes ( view )

Subscribe to download
BitterrootEVR

Description
EVR Orb for Bitterroot.



Orb spawn location: Lake Horn
Teleport location: Bishop Air Station

Add following to init.c

// EVR Storm override void OnInit() { super.OnInit(); if ( m_EventManagerServer ) { // enable/disable event system, min time between events, max time between events, max number of events at the same time m_EventManagerServer.OnInitServer( true, 550, 1000, 2 ); m_EventManagerServer.RegisterEvent( Aurora, 0.85 ); m_EventManagerServer.RegisterEvent( Blizzard, 0.4 ); m_EventManagerServer.RegisterEvent( ExtremeCold, 0.4 ); m_EventManagerServer.RegisterEvent( Snowfall, 0.6 ); m_EventManagerServer.RegisterEvent( EVRStorm, 0.35 ); m_EventManagerServer.RegisterEvent( HeavyFog, 0.3 ); } }

Requires Namalsk Survival. Make sure to load BitterrootEVR after.

Support: Discord[dayzcamp.com]
If you'd like to donate, you can do it here[dayzcamp.com].

Repack and editing is allowed as long as you like and favorite this mod!
3 Comments
spoolie 3 Jun @ 6:49pm 
done
Deceased  [author] 3 Jun @ 6:00pm 
Probably yeah. Open a ticket on discord and ill see if that can be done
spoolie 3 Jun @ 11:08am 
Deceased, is there a way to lessen the stamina loss after the EVR hits or make regen much faster? Slide a line or two of script in somewhere?