shobhit-pathak / MatchZy

MatchZy is a plugin for CS2 (Counter Strike 2) for running and managing practice/pugs/scrims/matches with easy configuration and Get5 (G5API/G5V) support as well!
https://shobhit-pathak.github.io/MatchZy/
MIT License
220 stars 55 forks source link

After running css_start, the live.cfg file is reported as loaded, but the commands are not updated. #154

Closed gen0ka closed 1 month ago

gen0ka commented 1 month ago

At the beginning of the game after the knife round, the live.cfg file is loaded according to the console, but the commands present in the configuration file are not updated.

Commands like mp_overtime_enable and mp_match_can_clinch are disabled after the start of the match.

Can you help me?

shobhit-pathak commented 1 month ago

Hey!

There was an issue with mp_overtime_enable and mp_match_can_clinch commands which were getting overridden by playout settings.

This issue should be fixed with the 0.7.11 release, requesting you to please check it now.

Thanks!

gen0ka commented 1 month ago

Thanks for the answer.

I incorrectly modified config.cfg and enabled playout by default, disabling the options I mentioned. I turned playout back to off by default and everything went fine.