Target5150 / MoYu_Server_Stupid_Plugins

L4D2 Target Cat Project
GNU General Public License v3.0
80 stars 21 forks source link

readyup plugin disable????? #2

Closed CanadianJeff closed 3 years ago

CanadianJeff commented 3 years ago

kinda curious why I cant have this plugin loaded but disabled for public matches?

l4d_ready_enable 0 does nothing as it says

jensewe commented 3 years ago

Modified version here uses this convar only to switch modes between manual ready and auto start.

Ready Up doesn't come with the functionality of self-disabling. The following are codes from original version: CreateConVar("l4d_ready_enabled", "1", "This cvar doesn't do anything, but if it is 0 the logger wont log this game.", 0, true, 0.0, true, 1.0);

Given this is a plugin built for confogl that manages a lot of configurations, actually I don't think it matters whether a plugin can disable itself. And if it can, there would probably be issues from other plugins that respect ready up state.

By the way, I developed the auto-start mode to meet my folk's need, who hold servers dedicated for lobby connect games. Perhaps it can fit your need.

jensewe commented 3 years ago

No further reply, assuming resolved.