Fortress Forever

Go Back   Fortress Forever > Help & Technical > Server Administration

Reply
 
Thread Tools Display Modes
Old 10-03-2008, 01:52 AM   #1
Sebhael
 
Sebhael's Avatar
 
Join Date: Sep 2008
Location: Princeton, IL
Class/Position: Pyro | O
Gametype: Capture the Flag
Posts Rated Helpful 0 Times
Send a message via AIM to Sebhael Send a message via MSN to Sebhael Send a message via Yahoo to Sebhael
Random Mapcycle with SM

Ok, so ever since I've installed SourceMod my server keeps finding itself on maps that I've removed from the mapcycle.txt file...

Is there another file I need to edit?
Sebhael is offline   Reply With Quote


Old 10-03-2008, 02:44 AM   #2
[AE] 82694
Retired FF Staff
 
[AE] 82694's Avatar
 
Join Date: Mar 2007
Posts Rated Helpful 0 Times
Two things come to mind,

addons/sourcemod/configs/maplist.cfg

you need to check and see what this file is telling the mapchooser to read.

Next

fortressforever/cfg/sourcemod/mapchooser.cfg

set to "0" if you want it to run the rotation if no body votes.

// Specifies whether or not MapChooser should pick a map if no votes are received.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_mapvote_novote "1"
__________________
I Love GenghisTron . I miss you sooooo Much. LOL.
[AE] 82694 is offline   Reply With Quote


Old 10-05-2008, 03:08 PM   #3
Sebhael
 
Sebhael's Avatar
 
Join Date: Sep 2008
Location: Princeton, IL
Class/Position: Pyro | O
Gametype: Capture the Flag
Posts Rated Helpful 0 Times
Send a message via AIM to Sebhael Send a message via MSN to Sebhael Send a message via Yahoo to Sebhael
Code:
"MapLists"
{
	/**
	 * Default requests go right to the mapcyclefile.
	 */
	"default"
	{
		"target"		"mapcyclefile"
	}
	
	/* Admin menu, map menu */
	"sm_map menu"
	{
		"file"			"addons/sourcemod/configs/maplist.txt"
	}
	
	/* Admin menu, map voting menu */
	"sm_votemap menu"
	{
		"file"			"addons/sourcemod/configs/maplist.txt"
	}
	
	/* For the "randomcycle" plugin */
	"randomcycle"
	{
		"target"		"default"
	}
	
	/* For the "mapchooser" plugin */
	"mapchooser"
	{
		"target"		"default"
	}
	
	/* For the "rockthevote" plugin */
	"rockthevote"
	{
		"target"		"default"
	}
}
I have that in my maplists.cfg, then I changed the cvar in the mapchooser.
So I guess I'll see if that works.
Sebhael is offline   Reply With Quote


Old 10-05-2008, 07:04 PM   #4
[AE] 82694
Retired FF Staff
 
[AE] 82694's Avatar
 
Join Date: Mar 2007
Posts Rated Helpful 0 Times
Ok in your server.cfg do you have this line?

mapcyclefile "maplist.txt"

Because the plugin is looking for the .txt you would have defined there.

Code:
	/**
	 * Default requests go right to the mapcyclefile.
	 */
	"default"
	{
		"target"		"mapcyclefile"
	}



        /* For the "randomcycle" plugin */
	"randomcycle"
	{
		"target"		"default"
	}
So with your random mapcycle plugin being set to default it is looking for what ever you have defined as mapcyclefile in your server.cfg.

EDIT: I miss read your first post. Do you have this line in your server.cfg mapcyclefile "mapcycle.txt" thats why it might be miss reading. The default rotation file for FF is the maplist.txt.
__________________
I Love GenghisTron . I miss you sooooo Much. LOL.
[AE] 82694 is offline   Reply With Quote


Old 10-07-2008, 01:14 AM   #5
Sebhael
 
Sebhael's Avatar
 
Join Date: Sep 2008
Location: Princeton, IL
Class/Position: Pyro | O
Gametype: Capture the Flag
Posts Rated Helpful 0 Times
Send a message via AIM to Sebhael Send a message via MSN to Sebhael Send a message via Yahoo to Sebhael
Quote:
Originally Posted by [AE] 82694
Ok in your server.cfg do you have this line?

mapcyclefile "maplist.txt"

Because the plugin is looking for the .txt you would have defined there.

Code:
	/**
	 * Default requests go right to the mapcyclefile.
	 */
	"default"
	{
		"target"		"mapcyclefile"
	}



        /* For the "randomcycle" plugin */
	"randomcycle"
	{
		"target"		"default"
	}
So with your random mapcycle plugin being set to default it is looking for what ever you have defined as mapcyclefile in your server.cfg.

EDIT: I miss read your first post. Do you have this line in your server.cfg mapcyclefile "mapcycle.txt" thats why it might be miss reading. The default rotation file for FF is the maplist.txt.
Nope, didn't have that. So I've added it and hopefully this puts an end to it

Just sucks knowing that my server starts idling on something like Waterpolo, and then no one ever joins

Thank you.
Sebhael is offline   Reply With Quote


Old 10-07-2008, 02:59 AM   #6
[AE] 82694
Retired FF Staff
 
[AE] 82694's Avatar
 
Join Date: Mar 2007
Posts Rated Helpful 0 Times
Well if this doesn't get it add me to your friends. Steamfriend = brokenballs.
__________________
I Love GenghisTron . I miss you sooooo Much. LOL.
[AE] 82694 is offline   Reply With Quote


Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:19 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.