Holdfast: Nations At War

Holdfast: Nations At War

Not enough ratings
Xarks Nature Preset Randomizer
   
Award
Favorite
Favorited
Unfavorite
Type: Script
File Size
Posted
Updated
1.371 MB
23 Oct, 2024 @ 11:08am
9 Jan @ 1:28pm
14 Change Notes ( view )

Subscribe to download
Xarks Nature Preset Randomizer

In 2 collections by Xarkanoth
Commander Battle | NA | Hosted by the CSG
10 items
CSG Monday EU Linebattle
29 items
Description
Xarks Nature Preset Randomizer V1.0
Tired of the same weather conditions every time you play? Transform your Holdfast events with dynamic weather! This server-side mod automates nature preset randomization, making each round unique and immersive.


Features
  • Randomly selects a weather preset at the start of each round.
  • Includes preset groups tailored to different biomes (Forest, Snow, Sand, City, etc.).
  • Fully customizable – choose specific presets or use predefined groups for convenience.
  • Configure with simple variables in your map rotation.


Install
Must only be installed server side.
mods_installed_server_only 3353615962 # Xarks_Nature_Preset_Randomizer
load_mod_server_only 3353615962 # Xarks_Nature_Preset_Randomizer


Variables
You must use mod_variable_local in each map rotation due to nature presets not working on different map types. (Forest_Clear_Day will not work on Tahir.)

You can either select which presets you want for that rotation one by one, or use a preset group that I've defined.


To select presets one by one, use the following code block for each nature preset.
mod_variable_local XNPR:preset:<preset_type>

To use one of my preset groups, use one of the following options.
  • Forest_All
  • Snow_All
  • Sand_All
  • City_All
  • Frontlines_Forest_All
  • Frontlines_Snow_All
  • Frontlines_Ocean_All
  • Frontlines_Sand_All
  • Frontlines_City_All
  • Frontlines_Trench_All


Forest_All
Includes the following presets.
  • Forest_Clear_Day
  • Forest_Clear_Dawn
  • Forest_Clear_Night
  • Forest_Rain_Day
  • Forest_Rain_Dawn
  • Forest_Rain_Night
  • Forest_Storm
  • Forest_Dark_Night
mod_variable_local XNPR:preset:Forest_All
Snow_All
Includes the following presets.
  • Snow_Snowing_Day
  • Snow_Snowing_Dawn
  • Snow_Snowing_Night
  • Snow_Snowstorm
  • Snow_Dark_Night
mod_variable_local XNPR:preset:Snow_All
Sand_All
Includes the following presets.
  • Sand_Clear_Day
  • Sand_Clear_Dawn
  • Sand_Clear_Night
  • Sand_Sandstorm
mod_variable_local XNPR:preset:Sand_All
City_All
Includes the following presets.
  • City_Clear_Day
  • City_Clear_Dawn
  • City_Clear_Night
  • City_Rain_Day
  • City_Rain_Dawn
  • City_Rain_Night
  • City_Storm
mod_variable_local XNPR:preset:City_All
Frontlines_Forest_All
Includes the following presets.
  • Frontlines_Forest_Clear_Day
  • Frontlines_Forest_Clear_Night
  • Frontlines_Forest_Clear_Dawn
  • Frontlines_Forest_Rain_Day
  • Frontlines_Forest_Rain_Night
  • Frontlines_Forest_Rain_Dawn
  • Frontlines_Forest_Storm
  • Frontlines_Forest_Dark_Night
mod_variable_local XNPR:preset:Frontlines_Forest_All
Frontlines_Snow_All
Includes the following presets.
  • Frontlines_Snow_Clear_Day
  • Frontlines_Snow_Clear_Night
  • Frontlines_Snow_Clear_Dawn
  • Frontlines_Snow_Snowing_Day
  • Frontlines_Snow_Snowing_Night
  • Frontlines_Snow_Snowing_Dawn
  • Frontlines_Snow_Snowstorm
  • Frontlines_Snow_Dark_Night
mod_variable_local XNPR:preset:Frontlines_Snow_All
Frontlines_Ocean_All
Includes the following presets.
  • Frontlines_Ocean_Clear_Dawn
  • Frontlines_Ocean_Clear_Day
  • Frontlines_Ocean_Clear_Night
  • Frontlines_Ocean_Rain_Dawn
  • Frontlines_Ocean_Rain_Day
  • Frontlines_Ocean_Rain_Night
  • Frontlines_Ocean_Storm
  • Frontlines_Ocean_Dark_Night
mod_variable_local XNPR:preset:Frontlines_Ocean_All
Frontlines_Sand_All
Includes the following presets.
  • Frontlines_Sand_Clear_Dawn
  • Frontlines_Sand_Clear_Day
  • Frontlines_Sand_Clear_Night
  • Frontlines_Sand_Sandstorm
mod_variable_local XNPR:preset:Frontlines_Sand_All
Frontlines_City_All
Includes the following presets.
  • Frontlines_City_Clear_Day
  • Frontlines_City_Clear_Night
  • Frontlines_City_Clear_Dawn
  • Frontlines_City_Rain_Day
  • Frontlines_City_Rain_Night
  • Frontlines_City_Rain_Dawn
  • Frontlines_City_Storm
mod_variable_local XNPR:preset:Frontlines_City_All
Frontlines_Trench_All
Includes the following presets.
  • Frontlines_Trench_Clear_Day
  • Frontlines_Trench_Clear_Night
  • Frontlines_Trench_Clear_Dawn
  • Frontlines_Trench_Rain_Day
  • Frontlines_Trench_Rain_Night
  • Frontlines_Trench_Rain_Dawn
  • Frontlines_Trench_Storm
  • Frontlines_Trench_Dark_Night
mod_variable_local XNPR:preset:Frontlines_Trench_All