Vesto
01-15-2002, 07:53 PM
How do I control the map rotation on my dedicated server?
If you look in the Scripts\Dedicated directory you will see files called 1_begin.ini and 1_end.ini. These files control the map rotation. To add new maps into the rotation do the following:
Copy 1_end.ini to 2.ini and do not modify
Copy 1_begin.ini to 2_begin.ini and open it in Notepad
Change the ded_strLevel to point to the level you want to use
Repeat this process for each level you need to add e.g. 3_begin.ini, 3_end.ini, 4_begin.ini, 4_end.ini etc.
If you look in the Scripts\Dedicated directory you will see files called 1_begin.ini and 1_end.ini. These files control the map rotation. To add new maps into the rotation do the following:
Copy 1_end.ini to 2.ini and do not modify
Copy 1_begin.ini to 2_begin.ini and open it in Notepad
Change the ded_strLevel to point to the level you want to use
Repeat this process for each level you need to add e.g. 3_begin.ini, 3_end.ini, 4_begin.ini, 4_end.ini etc.