You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Minimum ready players required to start the match. If set to 0, all connected players have to ready-up to start the match. Default: 2
14
14
matchzy_minimum_ready_required 2
15
15
16
+
// Whether to automatically start demo recording when the match goes live. Default value: true
17
+
matchzy_demo_recording_enabled true
18
+
16
19
// Path of folder in which demos will be saved. If defined, it must not start with a slash and must end with a slash. Set to empty string to use the csgo root.
17
20
// Example: matchzy_demo_path MatchZy/
18
21
// A folder named MatchZy will be created in csgo folder if it does not exist and will store the recorded demos in it. Default value is MatchZy/ which means demos will be stored in MatchZy/
0 commit comments