View Single Post
Author Message
Birdo_with_a_shotgun
New Member
Join Date: Apr 2023
Old 07-02-2023 , 15:17   maplists.cfg and mapchooser extended help
Reply With Quote #1

Mapchooser extended refuses to start a mapvote after a round ends. Did I mess up my maplists.cfg file? Here's what it looks like:

"MapLists"
{
/**
* Default requests go right to the mapcyclefile.
*/
"default"
{
"target" "cfg/maplist.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" "addons/sourcemod/plugins/mapchooser_extended.smx"
}

/* For the "nominations" plugin */
"nominations"
{
"target" "addons/sourcemod/plugins/nominations_extended.smx"
}
}

I don't think I messed anything up. The cfg file is in the sourcemod folder exactly as the page for it says, so why isn't mapchooser working?
I have made a file called maplist.txt in the cfg folder, do I have to move that folder somewhere else or change the text that represents where that file is?

Any help and advice will ne thanked in advance!
Birdo_with_a_shotgun is offline