Page MenuHomeFeedback Tracker

it never snows on my namalsk server
Closed, ResolvedPublic

Description

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.

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

T0ffel0k created this task.Nov 13 2024, 6:03 PM
Geez changed the task status from New to Need More Info.Nov 14 2024, 11:13 AM
Geez added a subscriber: Geez.

Hello T0ffel0k.
Please upload all the files from your mission folder and your server config file.
Regards,
Geez

Geez closed this task as Resolved.Nov 14 2024, 1:17 PM
Geez claimed this task.

Thank you.
This is not a vanilla issue. You should ask in the Namalsk discord as we cannot do anything on our end.

i think there is no namalsk discord anymore, unfortunately. no search results for it from discord, and invite link om sumraks page is broken.