AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   RTV broken? (https://forums.alliedmods.net/showthread.php?t=324663)

CranberryPie 05-23-2020 02:24

RTV broken?
 
Couple of issues with rtv.

On my server rtv voting pops up 10 minutes in and roughly 10 rounds in.

Another issue I have is when maps actually change, I have sm_rtv_changetime set to "2" and it changes the map 15 minutes in, so about 45 minutes out of 60 even though there aren't any map rounds left.

mp_timelimit 60
mp_maxrounds 30
sm_rtv_minplayers "6" - had 4 players in my server and it initiated a map vote (mentioned above, 10 minutes in)

Maxximou5 05-23-2020 14:55

Re: RTV broken?
 
Unless it specifically states RTV, someone is calling it; otherwise, that's not RTV, it doesn't popup unless called for.
You're looking for mapchooser, change the values in cfg/sourcemod/mapchooser.cfg - which is what pops up based on the conditions you have set.

CranberryPie 05-25-2020 10:45

Re: RTV broken?
 
Quote:

Originally Posted by Maxximou5 (Post 2701849)
Unless it specifically states RTV, someone is calling it; otherwise, that's not RTV, it doesn't popup unless called for.
You're looking for mapchooser, change the values in cfg/sourcemod/mapchooser.cfg - which is what pops up based on the conditions you have set.

Well even so, mapchooser isn't working correctly then.

It does not follow "sm_mapvote_startround 2.0" - Specifies when to start the vote based on rounds remaining.

And I don't see any settings relating to my OP in mapchooser.cfg

Quote:

On my server rtv voting pops up 10 minutes in and roughly 10 rounds in.

Another issue I have is when maps actually change, I have sm_rtv_changetime set to "2" and it changes the map 15 minutes in, so about 45 minutes out of 60 even though there aren't any map rounds left.

mp_timelimit 60
mp_maxrounds 30
sm_rtv_minplayers "6" - had 4 players in my server and it initiated a map vote (mentioned above, 10 minutes in)

Maxximou5 05-25-2020 14:32

Re: RTV broken?
 
You wouldn't see settings relating to your OP because the issue should be stemming from mapchooser or possibly another plugin and not RTV as it requires clients to trigger it by a command.

Post your mapchooser.cfg, sounds like a condition is being met that triggers it before the condition your requesting is met.

CranberryPie 05-29-2020 12:55

Re: RTV broken?
 
Code:

// This file was auto-generated by SourceMod (v1.10.0.6484)
// ConVars for plugin "mapchooser.smx"


// Specifies how many more frags are allowed when map is extended.
// -
// Default: "10"
// Minimum: "5.000000"
sm_extendmap_fragstep "10"

// Specifies how many more rounds each extension makes
// -
// Default: "5"
// Minimum: "1.000000"
sm_extendmap_roundstep "5"

// Specifies how much many more minutes each extension makes
// -
// Default: "15"
// Minimum: "5.000000"
sm_extendmap_timestep "15"

// Specifies if a 'Don't Change' option should be added to early votes
// -
// Default: "1"
// Minimum: "0.000000"
sm_mapvote_dontchange "1"

// Specifies if MapChooser should run an end of map vote
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_mapvote_endvote "1"

// Specifies how many past maps to exclude from the vote.
// -
// Default: "5"
// Minimum: "0.000000"
sm_mapvote_exclude "5"

// Number of extensions allowed each map.
// -
// Default: "0"
// Minimum: "0.000000"
sm_mapvote_extend "3"

// Specifies how many maps to include in the vote.
// -
// Default: "5"
// Minimum: "2.000000"
// Maximum: "6.000000"
sm_mapvote_include "5"

// Specifies whether or not MapChooser should pick a map if no votes are received.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_mapvote_novote "1"

// Hold runoff votes if winning choice is less than a certain margin
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_mapvote_runoff "0"

// If winning choice has less than this percent of votes, hold a runoff
// -
// Default: "50"
// Minimum: "0.000000"
// Maximum: "100.000000"
sm_mapvote_runoffpercent "50"

// Specifies when to start the vote based on time remaining.
// -
// Default: "3.0"
// Minimum: "1.000000"
sm_mapvote_start "3.0"

// Specifies when to start the vote base on frags remaining.
// -
// Default: "5.0"
// Minimum: "1.000000"
sm_mapvote_startfrags "5.0"

// Specifies when to start the vote based on rounds remaining. Use 0 on TF2 to start vote during bonus round time
// -
// Default: "2.0"
// Minimum: "0.000000"
sm_mapvote_startround "2.0"

// Specifies how long the mapvote should be available for.
// -
// Default: "20"
// Minimum: "5.000000"
sm_mapvote_voteduration "25"



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

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