q2a_pub.lua 380 B

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