Quote:
Originally Posted by OziOn
It seems that the plugin does not apply the advanced difficulty settings when the server is in Versus mode. Could this be added in the next version?
|
I've done some testing on this issue. Apparently when you are running a versus map you can not change the difficulty. Whatever you try to change it to, it will always set it to Normal.
z_difficulty_locked 0/1 only works for coop, so I can't use that. And I can't change the z_difficulty convarbounds because it takes a String input and parses it into a number, and this artificial Versus boundry is located inside the String parsing code. Unfortunately, this means that no plugin can remove this limitation. I could make a new plugin that uses another command to change difficulty settings by adjusting all of the normal variables to Advanced/Impossible settings, but I'm sure there would be a few issues with that approach as well.
However as long as z_difficulty is set manually before a Versus map is loaded, it will take effect until you or the lobby changes the difficulty. This plugin will work fine when you do that.