This map is compatible with all stock game modes and with high probability also supports all the custom game modes out there. Some custom modes that rely on specific map setups may log warnings, but that should not affect the functionality of the recovery map itself.
To use the recovery map, replace the startup map name in your UCC Server command line with the name RecoveryMap. Other URL information are still required, such as the game mode (the recovery map defaults to standard deathmatch otherwise), mutators, and so on. For example:
Code: Select all
ucc server RecoveryMap?game=Onslaught.ONSOnslaughtGame?mutator=OnslaughtBP.MutVehiclePickups
The recovery map intentionally does not have a prefix, because it should not show up in any map list for voting or elsewhere. When the recovery map is loaded, it checks whether stock map voting is enabled. If so, it will attempt to use the map vote history to pick the least recently played map. If there are maps that have never been played before (sequence number 0 in the map voting history), the recovery map will pick one of those randomly. Otherwise the map with the highest sequence number, i.e. the least recently played map, will be picked. If built-in UT2004 map voting is not available, a random map from the game mode's map list is picked instead.
Download link
I originally created the map for the ever-crashing (;)) Omni server, but already released it to the general public. Maybe you find it useful as well.