AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   Map Changing ignores votes/randomcycle (https://forums.alliedmods.net/showthread.php?t=279620)

easono 02-26-2016 13:31

Map Changing ignores votes/randomcycle
 
Hi All,

Seem to be a few different posts about at the moment but I've not yet found one that covers the problem that I am experiencing on my Counter-Strike:Source servers.

I have a couple of servers configured one with RTV,Mapchooser and nominations, and the other has randomcycle. Since recent updates to Counter-Strike:Source these plugins seem to have stopped working correctly.

no matter whether it is a vote or random cycle it never actually goes to the chosen map it only works down the maplist/mapcycle in order.

These used to work before the Counter-Strike:Source updates

I can't seem to find any errors, in game if its RTV it says it has changed the nextmap to which ever won the vote, but still ignores that and goes to the next in the list.

All appropriate suggestions appreciated.

easono 03-06-2016 09:58

Re: Map Changing ignores votes/randomcycle
 
Any Suggestions or advice at all?

Hydrozilla 03-08-2016 04:34

Re: Map Changing ignores votes/randomcycle
 
Create a "adminmenu_maplist.ini" file and place it @ /cstrike/addons/sourcemod/configs

ini should have all the maps you want available to vote or nominate

Then edit /cstrike/addons/sourcemod/configs/maplist.cfg

A couple example lines are shown below

/* For the "mapchooser" plugin */
"mapchooser"
{
"file" "addons/sourcemod/configs/adminmenu_maplist2.ini"
}

/* For the "nominations" plugin */
"nominations"
{
"file" "addons/sourcemod/configs/adminmenu_maplist.ini"
}

easono 03-10-2016 13:44

Re: Map Changing ignores votes/randomcycle
 
Thank for the Reply, I will give this a go!

easono 03-16-2016 17:09

Re: Map Changing ignores votes/randomcycle
 
still no luck, I assume to '2' here was a typo?
Quote:

Originally Posted by Hydrozilla (Post 2400620)

"mapchooser"
{
"file" "addons/sourcemod/configs/adminmenu_maplist2.ini"
}

Thanks for the suggestion though

Hydrozilla 03-17-2016 10:42

Re: Map Changing ignores votes/randomcycle
 
no i created a second ini file with fewer maps on it..sorry for the confusion

you mentioned RTV...check your RTV.cfg which is @ /cstrike/cfg/sourcemod

and particulary this line

// What to do with RTV's after a mapvote has completed. 0 - Allow, success = instant change, 1 - Deny
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_rtv_postvoteaction "0"

easono 03-17-2016 17:15

Re: Map Changing ignores votes/randomcycle
 
Quote:

Originally Posted by Hydrozilla (Post 2403277)
you mentioned RTV...check your RTV.cfg which is @ /cstrike/cfg/sourcemod

It seems I managed to get the RTV working however map chooser end of vote still works its way down the list instead of changing to the chosen map.

cstrike/cfg/cssdm.cfg
Code:

cssdm_force_mapchanges "1"
cssdm_mapchange_file "mapcycle.txt"

cstrike/cfg/sourcemod/mapchooser.cfg
Code:

sm_extendmap_fragstep "10"
sm_extendmap_roundstep "1"
sm_extendmap_timestep "20"
sm_mapvote_dontchange "1"
sm_mapvote_endvote "1"
sm_mapvote_exclude "2"
sm_mapvote_extend "5"
sm_mapvote_include "6"
sm_mapvote_novote "1"
sm_mapvote_runoff "0"
sm_mapvote_runoffpercent "50"
sm_mapvote_start "3"
sm_mapvote_startfrags "5.0"
sm_mapvote_startround "0"
sm_mapvote_voteduration "20"

cstrike/addons/sourcemod/configs/maplists.cfg
Code:

"MapLists"
{
        /**
        * Default requests go right to the mapcyclefile.
        */
        "default"
        {
                "target"                "mapcyclefile"
        }
       
        /* 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"
        {
                "file"                        "addons/sourcemod/configs/adminmenu_maplist.ini"
        }
       
        /* For the "mapchooser" plugin */
        "mapchooser"
        {
                "file"                        "addons/sourcemod/configs/adminmenu_maplist.ini"
        }
       
        /* For the "nominations" plugin */
        "nominations"
        {
                "file"                        "addons/sourcemod/configs/adminmenu_maplist.ini"
        }
}


Hydrozilla 03-18-2016 09:10

Re: Map Changing ignores votes/randomcycle
 
cssdm_force_mapchanges "1" is what is forcing it to go to the next map in the mapcycle me thinks

easono 03-18-2016 13:48

Re: Map Changing ignores votes/randomcycle
 
Quote:

Originally Posted by Hydrozilla (Post 2403537)
cssdm_force_mapchanges "1" is what is forcing it to go to the next map in the mapcycle me thinks

Tried turning it off but then it doesn't change at all, but that will be because they are deathmatch servers so there's no round end trigger I'm assuming.


All times are GMT -4. The time now is 04:01.

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