q2a_pub.lua 326 B

1234567891011121314
  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. --needs_cvar_q2a_mvd_autorecord = false
  11. }
  12. }