Raised This Month: $32 Target: $400
 8% 

endmatch_votenextmap help


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Ejziponken
AlliedModders Donor
Join Date: Apr 2008
Old 01-13-2018 , 12:52   endmatch_votenextmap help
Reply With Quote #1

Have a small problem with the built-in map vote on my CSGO servers. The vote comes up but it never changes maps, just reloads the current.

I have:
mp_endmatch_votenextmap 1
mp_endmatch_votenextleveltime 10
mp_endmatch_votenextmap_keepcurrent 0
mp_match_can_clinch 0
mp_match_end_restart 0
mp_match_end_changelevel 1

Verified these directly in console too.

+game_type 0 +game_mode 0
I have my own mapgroup
No map vote plugins

Any ideas?

Last edited by Ejziponken; 01-15-2018 at 04:08.
Ejziponken is offline
ambn
Veteran Member
Join Date: Feb 2015
Location: Fun servers
Old 01-14-2018 , 02:45   Re: endmatch_votenextmap help
Reply With Quote #2

these commands look find to me , are you sure that you're map groups are written correctly?
have you set the map group though the launching commands?
can you post your map groups so we can see them?
__________________
ambn is offline
fragnichtnach
AlliedModders Donor
Join Date: Oct 2008
Old 01-14-2018 , 02:52   Re: endmatch_votenextmap help
Reply With Quote #3

Could be a problem in gamemodes_server.txt! Look if you start the server with the correct mapgroup. But I remember my servers didn't change and were freezing as I got these problems. Maybe a plugin problem... Maybe another plugin loads the same map automatically and faster...
fragnichtnach is offline
Ejziponken
AlliedModders Donor
Join Date: Apr 2008
Old 01-14-2018 , 05:45   Re: endmatch_votenextmap help
Reply With Quote #4

On some servers I cant even get the vote to show up at all. Also I tested without SM running and still same problem.

+mapgroup public +map de_mirage


Code:
"GameModes_Server.txt"
{
	"gameTypes"
	{
		"classic"
		{
			"gameModes"
			{
				"casual"
				{
					"maxplayers"		"10"

					"exec" 
					{
						"exec"					"ca_custom_convar.cfg"
					}

					"mapgroupsMP" 
					{
						"public"		""
					}
				}

				"competitive"
				{
					"maxplayers"		"10"
				}
			}
		}
	}

	"mapgroups"
	{

		"public"
		{
			"imagename"		"mapgroup-custom1"
			"nameID"		"#SFUI_Mapgroup_public"
			"name"			"public"
			"maps"
			{
				"de_dust2"		""
				"de_train"		""
				"de_inferno"		""
				"de_nuke"		""
				"de_cbble"		""
				"de_mirage"		""
				"de_overpass"		""
				"de_season"		""
				"de_cache" ""

			}
		}
	}
}

Last edited by Ejziponken; 01-14-2018 at 05:46.
Ejziponken is offline
fragnichtnach
AlliedModders Donor
Join Date: Oct 2008
Old 01-14-2018 , 06:15   Re: endmatch_votenextmap help
Reply With Quote #5

Weird, I think I can't help...

Is the build-in mapvote using maplist.txt? Maybe delete mapcycle.txt! If that is not helping... I really have no idea.
fragnichtnach is offline
hamilton5
Veteran Member
Join Date: Oct 2012
Location: USA
Old 01-14-2018 , 06:55   Re: endmatch_votenextmap help
Reply With Quote #6

you can verify your running mapgroup with print_mapgroup_sv
hamilton5 is offline
Ejziponken
AlliedModders Donor
Join Date: Apr 2008
Old 01-14-2018 , 07:42   Re: endmatch_votenextmap help
Reply With Quote #7

Quote:
Originally Posted by hamilton5 View Post
you can verify your running mapgroup with print_mapgroup_sv
13:42:23 print_mapgroup_sv
13:42:23 Map group: public
de_dust2
Ejziponken is offline
bernal01
Junior Member
Join Date: Dec 2015
Old 01-14-2018 , 14:27   Re: endmatch_votenextmap help
Reply With Quote #8

mp_match_end_changelevel "1"
mp_match_end_restart "0"
__________________
bernal01 is offline
Ejziponken
AlliedModders Donor
Join Date: Apr 2008
Old 01-14-2018 , 16:22   Re: endmatch_votenextmap help
Reply With Quote #9

Quote:
Originally Posted by bernal01 View Post
mp_match_end_changelevel "1"
mp_match_end_restart "0"
mp_match_end_changelevel'

This could be it. Thx gonna test!
Ejziponken is offline
hamilton5
Veteran Member
Join Date: Oct 2012
Location: USA
Old 01-15-2018 , 07:04   Re: endmatch_votenextmap help
Reply With Quote #10

not if dust2 is your only map.. something is wrong with the mapgroup obviously..
hamilton5 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 23:40.


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