Difference between revisions of "Easy Map Rotations"

From Trepidation
Jump to: navigation, search
(Created page with "Trepidation supports the ability for a server admin to setup an file driven map rotation, replacing the old style map rotations. Set this up by using the following in your con...")
 
(No difference)

Latest revision as of 16:21, 24 November 2016

Trepidation supports the ability for a server admin to setup an file driven map rotation, replacing the old style map rotations. Set this up by using the following in your configurations.

g_easymap 0-off/1-on – This will read the mapfile specified in g_mapfile and sequentially rotate the maps based on the maps and order of this file.

g_mapfile “filename” – This is used in conjunction with g_randommap. This is a text file with one map name per line (no .pk3). This file should be placed in your base directory and contain one map per line.

Console Commands:

easymap - Similar to "vstr nextmap", except the next map is selected from the next map in the g_mapfile.