Raised This Month: $12 Target: $400
 3% 

[CSGO] Using Game Default End Vote with RTV enabled


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
TandelK
Member
Join Date: Jun 2015
Location: Surat, India
Old 11-20-2018 , 13:47   [CSGO] Using Game Default End Vote with RTV enabled
Reply With Quote #1

Recently i am facing some issue regarding End Game Vote with RTV Plugin enabled.

Default Cvars inside gamemode_competitive_server.cfg
mp_endmatch_votenextleveltime "15"
mp_endmatch_votenextmap "1"
mp_endmatch_votenextmap_keepcurrent "1"

So basically i am trying to use CSGO End Game default Map Vote instead of Next Map and MapChooser plugin. As i have keep rtv enabled i have to use mapchooser which is required to use for RTV Plugin. At the end of the map we have issue that people are able to vote for maps but it automatically changes to other map which is actually in maplist.txt file of the map.


I have already used 2 cvars to receive Votes that is
//Mapchooser No end Vote
"sm_mapvote_endvote" = "0"
"sm_mapvote_novote" = "0"

Is there any way we can force that mapchooser should not change maps but only when RTV is called it should change map.
__________________
TandelK is offline
micazoid
Veteran Member
Join Date: Oct 2010
Location: Munich - Germany
Old 11-20-2018 , 13:55   Re: [CSGO] Using Game Default End Vote with RTV enabled
Reply With Quote #2

Did you set

"sm_mapvote_endvote" = "0"
"sm_mapvote_novote" = "0"

in the mapchooser.cfg in addons/sourcemod/configs/mapchooser.cfg or did you write this into another config file?
If you set this in another config file mapchooser will very likely stick to its settings in addons/sourcemod/configs/mapchooser.cfg

Also
"sm_mapvote_endvote" = "0"
"sm_mapvote_novote" = "0"

would be the wrong syntax for setting convars.

"sm_mapvote_endvote" "0"
"sm_mapvote_novote" "0"

would be the right ones
__________________
micazoid is offline
TandelK
Member
Join Date: Jun 2015
Location: Surat, India
Old 11-20-2018 , 13:56   Re: [CSGO] Using Game Default End Vote with RTV enabled
Reply With Quote #3

yeah actually i changed it in mapchooser.cfg also
__________________
TandelK is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 11-20-2018 , 19:47   Re: [CSGO] Using Game Default End Vote with RTV enabled
Reply With Quote #4

I don't think CSGO in-game map vote and SourceMod map vote work together... and SM nextmap plugin will force server change to another map.
Bacardi is offline
Maxximou5
AlliedModders Donor
Join Date: Feb 2013
Old 11-20-2018 , 20:10   Re: [CSGO] Using Game Default End Vote with RTV enabled
Reply With Quote #5

Make a new file for your mapcycle (e.g. mapcyclelist.txt)

Add to your server.cfg or gamemode_*_server.cfg
sm_cvar mapcyclefile "mapcyclelist.txt"

Verify your maplist.txt, mapcycle.txt, mapcyclefile.txt, and gamemodes_server.txt all contain the correct map listing of maps you plan to use.

// In mapchooser.cfg
sm_mapvote_endvote "0"
sm_mapvote_novote "0"

// In gamemode_*_server.cfg
mp_endmatch_votenextleveltime "15"
mp_endmatch_votenextmap "1"
mp_endmatch_votenextmap_keepcurrent "1"
mp_match_end_restart "0"
mp_match_end_changelevel "1"

Quote:
Originally Posted by Bacardi View Post
I don't think CSGO in-game map vote and SourceMod map vote work together... and SM nextmap plugin will force server change to another map.
What OP is trying to achieve can be done with the default plugins along with Valve's map vote, as I am doing that currently on some of my servers. The above method is how I achieved it.
Maxximou5 is offline
_GamerX
AlliedModders Donor
Join Date: Jun 2011
Location: Fun Server
Old 11-21-2018 , 09:55   Re: [CSGO] Using Game Default End Vote with RTV enabled
Reply With Quote #6

Quote:
Originally Posted by Bacardi View Post
I don't think CSGO in-game map vote and SourceMod map vote work together... and SM nextmap plugin will force server change to another map.
work great but you must create custom plugin i have on server nominations map and rtv system with CS:GO original Map end vote
__________________

Last edited by _GamerX; 11-21-2018 at 09:55.
_GamerX is offline
Send a message via ICQ to _GamerX Send a message via Skype™ to _GamerX
Reply


Thread Tools
Display Modes

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 13:08.


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