Raised This Month: $ Target: $400
 0% 

Maps wont cycle?


Post New Thread Reply   
 
Thread Tools Display Modes
Remas
Junior Member
Join Date: May 2013
Location: United Kingdom
Old 05-29-2013 , 21:03   Re: Maps wont cycle?
Reply With Quote #11

Try creating a folder named "tf" in that custom folder and pasting that mapcycle.txt file there. The path should look like: Team Fortress 2/tf/custom/tf/
Remas is offline
djblushberry
Junior Member
Join Date: May 2013
Old 05-29-2013 , 22:32   Re: Maps wont cycle?
Reply With Quote #12

Did not work :l
djblushberry is offline
Sreaper
髪を用心
Join Date: Nov 2009
Old 05-29-2013 , 22:57   Re: Maps wont cycle?
Reply With Quote #13

Please make sure tf/maplist.txt and tf/mapcycle.txt are both filled out.
Additionally post the contents of tf/addons/sourcemod/cfg/mapcyclefile.txt.
Lastly please post your meta version, sourcemod version and sm plugins list output in the thread.
It's also important to make sure the maps you have listed exist within your server directory.

Last edited by Sreaper; 05-29-2013 at 23:03.
Sreaper is offline
djblushberry
Junior Member
Join Date: May 2013
Old 05-30-2013 , 01:23   Re: Maps wont cycle?
Reply With Quote #14

I found this in my console by the way

Code:
Using map cycle file 'cfg/mapcycle_default.txt'.  ('cfg/mapcycle.txt' was not found.)

Sending CMsgGameServerMatchmakingStatus (state=ServerMatchmakingState_NOT_PARTICIPATING)
L 05/29/2013 - 22:17:31: [nextmap.smx] FATAL: Cannot load map cycle. Nextmap not loaded.
L 05/29/2013 - 22:17:31: [SM] Plugin encountered error 25: Call was aborted
L 05/29/2013 - 22:17:31: [SM] Native "SetFailState" reported: Mapcycle Not Found
L 05/29/2013 - 22:17:31: [SM] Displaying call stack trace for plugin "nextmap.smx":
L 05/29/2013 - 22:17:31: [SM]   [0]  Line 138, C:\builds\build-sourcemod\win32-1.4\build\plugins\nextmap.sp::FindAndSetNextMap()
L 05/29/2013 - 22:17:31: [SM]   [1]  Line 108, C:\builds\build-sourcemod\win32-1.4\build\plugins\nextmap.sp::OnConfigsExecuted()
I don't have maplist.txt or mapcycle.txt in my root server directory.

I have no plugins on the server everything is brand new and vanilla sourcemod.

Sourcemod version is 1.4.7

Metamod version is 1.9.2


Contents of what I'm assuming you're looking for is maplists.cfg which is in tf/addons/sourcemod/config/

Code:
/**
 * Use this file to configure map lists.
 *
 * Each section is a map list that plugins can use.  For example, the Admin Menu 
 * requests an "admin menu" map list, and you can control which maps appear via 
 * this file.
 *
 * Each section must have a property that explains where to read the maps from.
 * There are two properties:
 *
 *    target         - Redirect the request to another section.
 *    file             - Read a file of map names, in mapcycle.txt format.
 *
 * There is one section by default, called "mapcyclefile" - it is mapped to the 
 * mapcycle.txt file, or whatever the contents of your mapcyclefile cvar is.
 *
 * If a plugin requests a map list file which doesn't exist, or is empty, SourceMod 
 * tries the "default" section, and then the "mapcyclefile" section.
 */
"MapLists"
{
    /**
     * Default requests go right to the mapcyclefile.
     */
    "default"
    {
        "file"        "cfg/mapcycle.txt"
    }
    
    /* Admin menu, map menu */
    "sm_map menu"
    {
        "file"            "addons/sourcemod/configs/adminmenu_maplist.ini"
    }
    
    /* Admin menu, map voting menu */
    "sm_votemap menu"
    {
        "file"            "addons/sourcemod/configs/adminmenu_maplist.ini"
    }
    
    /* For the "randomcycle" plugin */
    "randomcycle"
    {
        "target"        "default"
    }
    
    /* For the "mapchooser" plugin */
    "mapchooser"
    {
        "target"        "default"
    }
    
    /* For the "nominations" plugin */
    "nominations"
    {
        "target"        "default"
    }
}
That is all.


--EDIT
I attempted to put mapcycle.txt everywhere, in tf/cfg, tf/custom, in the root directory (tf), I tried everything. It just keeps on saying that sm_nextmap is "insert current map here"

Please if anyone knows.

Last edited by djblushberry; 05-30-2013 at 01:24.
djblushberry is offline
Ade
I love purple
Join Date: May 2010
Old 05-30-2013 , 02:45   Re: Maps wont cycle?
Reply With Quote #15

if the mapcycle does work, u have nothing to worry about (yes there was an udpate that filled the cfg folder with fils realted to mapcycle and motd, but the old mapcycle in the <gamedir> will still work)
i saw sourcemod nextmap being buggy tho and i disabled it.. in sm plugins list it showed as with errors, or not loaded or something
__________________
Ade is offline
Remas
Junior Member
Join Date: May 2013
Location: United Kingdom
Old 05-30-2013 , 03:40   Re: Maps wont cycle?
Reply With Quote #16

Quote:
I have no plugins on the server everything is brand new and vanilla sourcemod.

Sourcemod version is 1.4.7

Metamod version is 1.9.2
Upgrade your SM and MM

Sourcemod: 1.5.0-hg3841 http://www.sourcemod.net/snapshots.php
Metamod: 1.9.3-hg819
http://www.sourcemm.net/snapshots

This should fix your problems.
__________________
Best Regards.
Remas
Remas is offline
friagram
Veteran Member
Join Date: Sep 2012
Location: Silicon Valley
Old 05-31-2013 , 09:19   Re: Maps wont cycle?
Reply With Quote #17

Add the mapcyclefile to your launch string.. This fixed it for me when steampipe first came out.
__________________
Profile - Plugins
Add me on steam if you are seeking sp/map/model commissions.
friagram is offline
marcintojatak
BANNED
Join Date: Sep 2010
Location: PL
Old 06-01-2013 , 21:53   Re: Maps wont cycle?
Reply With Quote #18

Quote:
Originally Posted by djblushberry View Post
I've been away from tf2 and sourcemod for quite a while.. can anyone tell me the file I would use to put in my maps for mapcycles ?
this file addons/sourcemod/configs/maplists.cfg is for sourcemod all maps plugin

try this fix

download maplists.cfg put him to yours ftp restart game server and that all

Enjoy properly working Server


https://forums.alliedmods.net/showpo...3&postcount=14

Last edited by marcintojatak; 06-01-2013 at 22:02.
marcintojatak is offline
friagram
Veteran Member
Join Date: Sep 2012
Location: Silicon Valley
Old 06-02-2013 , 02:05   Re: Maps wont cycle?
Reply With Quote #19

Does it not work if you just set mapcyclefile? Try some like this in your startup...

srcds -console -nocrashdialog -game tf +maxplayers 32 -port 27015 +mapcyclefile cfg/mapcycle.txt +map lolctf2fort

now i know it looks dumb/redundant, but it stopped various map plugins and the game engine from crying about missing mapcycle files.
__________________
Profile - Plugins
Add me on steam if you are seeking sp/map/model commissions.

Last edited by friagram; 06-02-2013 at 02:06.
friagram is offline
MaxOldPanda
SourceMod Donor
Join Date: Sep 2012
Location: Shambhala
Old 06-02-2013 , 19:01   Re: Maps wont cycle?
Reply With Quote #20

lyric: "cfg/mapcycle.txt"
__________________
MaxOldPanda is offline
Reply



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 -4. The time now is 21:17.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode