like the title says, it never snows on my online server. my lan server, which i use for testing purposes and has identical config files has snow quite frequently, though. ive removed most namalsk weather related events from the init.c. cfgweather.xml and a snippet from my init.c posted below.
Description
Description
Details
Details
- Severity
- Feature
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Category
- Visual-Environment
Steps To Reproduce
i have no idea, sorry.
Additional Information
<!-- Default Namalsk weather init, do not change if you are using the event system -->
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<weather reset="0" enable="1">
<overcast> <current actual="0.17" time="60" duration="120" /> <limits min="0.0" max="1.00" /> <timelimits min="300" max="600" /> <changelimits min="0.10" max="1.00" /> </overcast> <fog> <current actual="0.0" time="60" duration="120" /> <limits min="0.0" max="1.0" /> <timelimits min="300" max="900" /> <changelimits min="0.1" max="1.0" /> </fog> <rain> <current actual="0.0" time="60" duration="120" /> <limits min="0.0" max="0.0" /> <timelimits min="300" max="600" /> <changelimits min="0.0" max="1.0" /> <thresholds min="0.0" max="1.0" end="0" /> </rain> <windMagnitude> <current actual="8.0" time="60" duration="120" /> <limits min="0.0" max="20.0" /> <timelimits min="300" max="900" /> <changelimits min="0.1" max="20.0" /> </windMagnitude> <windDirection> <current actual="0.0" time="120" duration="240" /> <limits min="-3.14" max="3.14" /> <timelimits min="300" max="900" /> <changelimits min="-1.0" max="1.0" /> </windDirection> <snowfall> <current actual="0.0" time="120" duration="240" /> <limits min="0.1" max="1.0" /> <timelimits min="300" max="600" /> <changelimits min="0.1" max="1.0" /> <thresholds min="0.3" max="1.0" end="60" /> </snowfall> <storm density="1.0" threshold="0.7" timeout="35"/>
</weather>
{ // enable/disable event system, min time between events, max time between events, max number of events at the same time m_EventManagerServer.OnInitServer( true, 3600, 14400, 2 ); // registering events and their probability m_EventManagerServer.RegisterEvent( ExtremeCold, 0.4 ); m_EventManagerServer.RegisterEvent( EVRStorm, 0.35 ); }
Event Timeline
Comment Actions
Hello T0ffel0k.
Please upload all the files from your mission folder and your server config file.
Regards,
Geez
Comment Actions
Thank you.
This is not a vanilla issue. You should ask in the Namalsk discord as we cannot do anything on our end.
Comment Actions
i think there is no namalsk discord anymore, unfortunately. no search results for it from discord, and invite link om sumraks page is broken.