mirror of
https://github.com/jamenai/opensim-addon-modules-exp.git
synced 2026-08-14 00:48:11 +00:00
21 lines
401 B
Markdown
21 lines
401 B
Markdown
# RegionWarmup
|
|
|
|
## Configuration
|
|
|
|
~~~ini
|
|
[Modules]
|
|
RegionWarmup = enabled
|
|
|
|
[RegionWarmup]
|
|
; Sofortiges Warmup bei Regionstart
|
|
WarmupOnRegionLoaded = true
|
|
|
|
; Einzelne Warmup-Schritte
|
|
TouchTerrain = true
|
|
PreloadAssets = true
|
|
PrimeScriptVM = true
|
|
|
|
; Optionaler tiefer Warmup-Scan (Anzahl Objekte) nach Verzögerung
|
|
DeepWarmupLimit = 200
|
|
DeepWarmupDelaySec = 30
|
|
~~~ |