q2a_pub.lua 419 B

1234567891011121314151617
  1. --
  2. -- Q2Admin example configuration
  3. --
  4. -- rename to "config.lua" and place this to quake 2 root
  5. --
  6. -- "--" are commented lines
  7. --
  8. plugins = {
  9. mvd = {
  10. --mvd_webby = 'http://mvd2.quadaver.org',
  11. --exec_script_on_system_after_recording = '/home/gameservers/quake2/plugins/mvd_transfer.sh',
  12. --exec_script_cvars_as_parameters = {"q2a_mvd_file", "game", "hostname"},
  13. --needs_cvar_q2a_mvd_autorecord = false
  14. }
  15. }