01-05-2008, 05:12 AM | #1 |
Wiki Team
Fortress Forever Staff Join Date: Sep 2007
Location: Greeley, CO
Class/Position: Med / Solly Gametype: PAYLOAD Affiliations: DET- Posts Rated Helpful 19 Times
|
[Tutorial]Setting up your Map Rotation
To set up your map rotation with SourceMod:
You have to change the following files: maplist.txt (fortressforever/maplist.txt) mapcycle.txt (fortressforever/addons/sourcemod/configs/mapcycle.txt) adminmenu_maplist.ini (fortressforever/addons/sourcemod/configs/adminmenu_maplist.ini) You will probably need to create the last 2 files (I had to) b/c the sourcmod dl doesn't come with them. maplist.txt should be the maps you want. listed one by one each on their own line. An example: Code:
ff_congestus ff_well ff_aardvark ff_etc Example: Code:
ff_congestus ff_well ff_aardvark ff_etc Example: Code:
concadam ff_aardvark ff_congestus ff_redgiant ... Once you have all that done you should be good to go. Trouble Shooting If your map is not starting at the first map in your maplist when you restart your server, you may need to check with your server provider. They probably have a specific map designated to be the "start map" whenever you restart / stop and start your server. You can test this on your own by placing the following line in your server.cfg (fortressforever/server.cfg) startmap "ff_dev_2fort" Stop your server completely Start your server And finally check which map it starts on If it starts up as anything but ff_dev_2fort then they have it set to start on something. I think the current default is usually ff_well (mine was). To solve this you have 2 options:
Example for Opt. 2 (assuming ff_well is default map): Code:
ff_well ff_congestus ff_well ff_aardvark ff_etc
__________________
(Released) conc_school | hellion_classic | ksour_PAYLOAD | mulch_faf (Beta) alchimy_b1 (Lua) base_payload_2015 (Models) props_trainyard Last edited by Dr.Satan; 04-22-2008 at 08:39 PM. |
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|