# Config Var's

Old Vars

<table><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><pre class="language-lua"><code class="lang-lua">Config.ChangeTimeFadeEffectOnEnter
</code></pre></td><td>Makes transitions smoother</td><td></td></tr><tr><td><pre class="language-lua"><code class="lang-lua">Config.ZoneList
</code></pre></td><td>Special areas for special weather conditions</td><td></td></tr><tr><td><pre class="language-lua"><code class="lang-lua">Config.Translation 
</code></pre></td><td>Translation table</td><td></td></tr></tbody></table>

Experimental New Features!

This part is a trial and beta version, you were not promised this part, we do not support this part!

Whoever wants to use it can use it themselves

<table><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><pre class="language-lua"><code class="lang-lua">Config.ClothingTemperatureEffect
</code></pre></td><td>It activates the reactions of clothes with the weather.</td><td></td></tr><tr><td><pre class="language-lua"><code class="lang-lua">Config.TemperatureEffectInterval 
</code></pre></td><td>How long does it take to control the reaction of clothing to the weather?</td><td></td></tr><tr><td><pre class="language-lua"><code class="lang-lua">Config.PerClothFeeling 
</code></pre></td><td>Sensitivity of clothes</td><td></td></tr><tr><td><pre class="language-lua"><code class="lang-lua">Config.ConvertFahrenheitToCelsius
</code></pre></td><td>Convert Fahrenheit to celcius</td><td></td></tr><tr><td><pre class="language-lua"><code class="lang-lua">Config.DegreeForWarmthBalance
</code></pre></td><td>NONE USED</td><td></td></tr><tr><td><pre class="language-lua"><code class="lang-lua">Config.MinimumColdStartLevel
</code></pre></td><td>The degree at which you start to feel cold</td><td></td></tr><tr><td><pre class="language-lua"><code class="lang-lua">Config.MinimumPerspirationStartLevel
</code></pre></td><td>The degree at which you start to sweat</td><td></td></tr><tr><td><pre class="language-lua"><code class="lang-lua">Config.CriticalColdLevel 
</code></pre></td><td>Critical Cold Level</td><td></td></tr><tr><td><pre class="language-lua"><code class="lang-lua">Config.CriticalPerspirationLevel
</code></pre></td><td>Critical Perspiration Level</td><td></td></tr><tr><td><pre class="language-lua"><code class="lang-lua">Config.GiveDamage
</code></pre></td><td>Damage it?</td><td></td></tr><tr><td><pre class="language-lua"><code class="lang-lua">Config.Damage
</code></pre></td><td>How much damage?</td><td></td></tr><tr><td><pre class="language-lua"><code class="lang-lua">Config.WarmthEffect
</code></pre></td><td>Activate the senses?</td><td><pre class="language-lua"><code class="lang-lua">faint, hypothermia, sweating, cold
</code></pre></td></tr><tr><td><pre class="language-lua"><code class="lang-lua">Config.WarmthNotifications 
</code></pre></td><td>You want him to activate his senses as notfiy?</td><td>faint, hypothermia, sweating, cold</td></tr><tr><td><pre class="language-lua"><code class="lang-lua">Config.WarmthEffectInterval
</code></pre></td><td>How many seconds should he check his senses</td><td></td></tr><tr><td><pre class="language-lua"><code class="lang-lua">Config.ColdWeatherConditions
</code></pre></td><td>Which weather patterns are cold</td><td></td></tr><tr><td><pre class="language-lua"><code class="lang-lua">Config.RealTimeAlways
</code></pre></td><td>Always start with realtime</td><td></td></tr><tr><td><pre class="language-lua"><code class="lang-lua">Config.PerspirationWeatherConditions
</code></pre></td><td>What are the weather conditions for sweating?</td><td></td></tr><tr><td><pre class="language-lua"><code class="lang-lua">Config.ClothingFeelings
</code></pre></td><td>Cold and sweaty clothes</td><td></td></tr><tr><td><pre class="language-lua"><code class="lang-lua">Config.IgnoreCheckScripts
</code></pre></td><td>Checks if other weather scripts are active. If it is active, it warns.</td><td>If it is active, the two weather scripts may overlap and you need to stop it.</td></tr><tr><td><pre class="language-lua"><code class="lang-lua">res_list
</code></pre></td><td>Weather resource list</td><td></td></tr><tr><td><pre class="language-lua"><code class="lang-lua">res_patterns
</code></pre></td><td>Weather source list patterns</td><td></td></tr><tr><td><pre class="language-lua"><code class="lang-lua">Config.EnableExportsAndCommands
</code></pre></td><td>It activates the triggers in qb-weathersync and the script's own exports.</td><td></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.0resmon.org/0resmon/s4-resources/s4-time/config-vars.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
