10-03-2008, 02:52 AM | #1 |
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? |
|
|
10-03-2008, 03:44 AM | #2 |
Retired FF Staff
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. |
|
10-05-2008, 04:08 PM | #3 |
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" } } So I guess I'll see if that works. |
|
|
10-05-2008, 08:04 PM | #4 |
Retired FF Staff
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" } 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. |
|
10-07-2008, 02:14 AM | #5 | |
Quote:
Just sucks knowing that my server starts idling on something like Waterpolo, and then no one ever joins Thank you. |
||
|
10-07-2008, 03:59 AM | #6 |
Retired FF Staff
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. |
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|