|
@@ -19,8 +19,9 @@ plugins = {
|
|
|
}
|
|
|
},
|
|
|
mvd = {
|
|
|
- --mvd_webby = "http://mvd2.quadaver.org",
|
|
|
- --exec_script_on_system_after_recording = "/home/gameservers/quake2/plugins/woot.sh",
|
|
|
+ --mvd_webby = 'http://mvd2.quadaver.org',
|
|
|
+ --exec_script_on_system_after_recording = '/home/gameservers/quake2/plugins/woot.sh',
|
|
|
+ --exec_script_cvars_as_parameters = {"q2a_mvd_file", "game", "hostname"},
|
|
|
--needs_cvar_q2a_mvd_autorecord = false
|
|
|
}
|
|
|
|