DayZ
48 ratings
STALKER EVR Anomaly Storm Chernarus
   
Award
Favorite
Favorited
Unfavorite
Type: Mod
File Size
Posted
Updated
2.814 KB
28 Apr, 2022 @ 8:47pm
13 May, 2022 @ 12:30pm
3 Change Notes ( view )

Subscribe to download
STALKER EVR Anomaly Storm Chernarus

Description
Requested by user @**Mr.Perez**

This mod adds the Namalsk EVR Teleport ORB Anomaly / Blow-out emission to your Chernarus server.
You must have Namalsk Survivial to run this mod!
You must read below explaining how to set up your init.c to run namalsk events
A1 Orb Location can be found
Orb :
X=1620.57
Y=240,946
Z=10658.8
The teleport exit is:
X=989,944
Y=454,606
Z=14669.8
This may change in the future as the map updates but i doubt it.
Protection mask is called "dzn_apsi" make sure you add this to your types.xml or trader files if using them.

- Init.c Setup -

Add the below code inside class CustomMission: MissionServer
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 );
}
}

If you get stuck look at the default namalsk mission file init.c to see how his is setup.

FOR REPACKING PERMISSIONS JOIN THE DISCORD AND SUBMIT A REQUEST.
https://discord.gg/bhGredXVdW

Repacking Terms
https://discord.com/channels/1037214555186663428/1084488127877484596

Please feel free to send along some encouragement. If you would like to show your support in the manner of a donation. https://www.paypal.com/donate/?hosted_button_id=6KGRLGW4FMD8L

I also offer custom jobs so if this is something your interested in get in touch on my discord Harkness#8244
Be sure to check out some of my other mods while you are here. I mainly make stalker / UI related mods but I also dabble in a but of enforce scripting as well.
Join the discussion on discord
https://discord.gg/bhGredXVdW

Credits belong to Myself, Sumrack and Jacob_Mango.
Thank you as well to @Varyel and @michaelfragoulopoulos1 for your support in helping this old man understand the basics.

Copyright 2023 Paul Harker
This item is not authorised for posting on Steam, except under the Steam account named Paul Harker.
https://bohemia.net/community/licenses/dayz-end-user-license
https://store.steampowered.com/subscriber_agreement/
Popular Discussions View All (7)
10
9 Mar, 2023 @ 1:48am
Help with Positions Banov EVR Storms and Anomaly
CuppaJOE
3
9 Aug, 2023 @ 10:46pm
APSI not showing up
ThaMonkeyStunna
3
2 Jun, 2022 @ 6:18am
Time how and what must how?
NICKI
145 Comments
Gamb1t 3 Jul @ 12:55pm 
@That Guy its a straight forward MOD to install, if your really struggling with this... give modding up!
Harkness (Harks Modding)  [author] 2 Jul @ 3:03am 
Hi mate, if you can run namalsk survival you can run this mod mate
That Guy 2 Jul @ 2:41am 
Hey Harkness I really want to run this mod. I have SkyZ and Dynamic Weather Plugin running, do you know of any conflicts?
Harkness (Harks Modding)  [author] 20 Jun @ 4:39am 
its up to the seerver owner. my mod only changed orb pos
Six 19 Jun @ 8:39pm 
So namalsk survival is a requirement, but does THIS mod use all the elements of that mod or does this deactivate them and strictly make use of the anomaly storm?
Harkness (Harks Modding)  [author] 14 Jun @ 9:08am 
this mod does not effect your rain. all it does is change a few lines of code from namalsk survival ro change position of some item. you must have some other issue
kuni1901 14 Jun @ 6:13am 
since i have the mod on my server it is not raining anymore
AnxiO 29 May @ 9:21am 
Oh alright, no problem, thank you and congratulations!
Harkness (Harks Modding)  [author] 28 May @ 9:56am 
im not currently offering anything outside of my store listings atm mate sorry its a bit of a hectic time for us right now. we are having a little girl.
AnxiO 28 May @ 1:29am 
Hello, thank you again for your feedback. I have tried multiple methods like the one below, but it does not work. I am not very good at coding. Would you have a solution to offer me privately if you wish? Thank you in advance.

private void InitMesPositionsFixesAvecY_EVR_Teleport()
{
if (!m_MesPositionsFixesAvecY_EVR_Teleport)
{
m_MesPositionsFixesAvecY_EVR_Teleport = new array<vector>();
m_MesPositionsFixesAvecY_EVR_Teleport.Insert("8806.39 210.972 2910.13");
m_MesPositionsFixesAvecY_EVR_Teleport.Insert("8748.77 184.207 2905.44");
m_MesPositionsFixesAvecY_EVR_Teleport.Insert("8809.78 180.571 2903.21");
m_MesPositionsFixesAvecY_EVR_Teleport.Insert("8757.46 194.969 2914.54");
m_MesPositionsFixesAvecY_EVR_Teleport.Insert("8766.37 194.969 2910.62");
m_MesPositionsFixesAvecY_EVR_Teleport.Insert("8760.65 211.034 2910.84");