Advertisement
StefanCrime

readme prec.txt

Sep 20th, 2015
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. Pov-Record 2.0.5
  2.  
  3.  
  4.  
  5.  
  6. ==========================
  7. INFO
  8. ==========================
  9.  
  10. Client plugin for TF2 which starts recording PoV demos when tournament mode starts (both team set Ready flag) and stops
  11. recording when game ends (support user filename format see PREC.cfg ). Also it can save time of your kill streaks and set bookmarks to any moment in game. Time of streaks
  12. and bookmarks are logged to file (see prec_log). Also it can show SourceTV statistic (max, total and avg. clients)
  13.  
  14. ==========================
  15. INSTALL
  16. ==========================
  17.  
  18. To install plugin just copy directory in archive to your "tf\custom" folder.
  19.  
  20. Edit tf\custom\prec\addons\PREC.cfg to change plugin's sounds, phrase and settings.
  21.  
  22. ==========================
  23. CONSOLE
  24. ==========================
  25. prec_show_stv_status (command) - Show current sourcetv status
  26.  
  27. prec_tag - Custom tag (can be used in demo name format) (default "")
  28.  
  29. prec_check_update - Check for updates on startup (default 1)
  30.  
  31. prec_stv_status - Show SourceTV statistic after the match (default 1)
  32.  
  33. prec_notify
  34. 0-print to console
  35. 1-say to team chat (default)
  36. 2-show on hud
  37.  
  38. prec_log
  39. 0-don't log
  40. 1-log into killstreaks.txt (default)
  41. 2-log separately for each demo.
  42. 3-log separately for each map.
  43.  
  44. prec_screens - Make screenshoots of scoreboard and status. (default 0)
  45.  
  46. prec_delete_useless_demo - Delete demo files without bookmarks and killstreaks. (default 0)
  47.  
  48. prec_min_streak - minimum amount of kills withour dying to save time of kill streak (default 4)
  49.  
  50. prec_mark (command) - log bookmark. bind to some key in your config, for example: bind j "prec_mark"
  51.  
  52. prec_next_demoname - set this var if you want change name of next recorded demo. (default "")
  53.  
  54. prec_mode
  55. 0-turn off addon.
  56. 1-record only curstomnamed demos.
  57. 2-record all demos (with mp_tournament 1). (default)
  58. 3-record all demos
  59.  
  60. prec_min_streak - Minimum kill streak to log (default 4)
  61.  
  62. prec_kill_delay - Max delay between kill's in KillStreaks (default 15)
  63.  
  64. prec_dir - Directory to save demos (default "")
  65.  
  66. prec_sound - Play sound when start/stop recording (1 - on (default) ,0 - off)
  67.  
  68. prec_about (command) - Plugin Info
  69.  
  70. prec_version - plugin version
  71.  
  72. prec_delete_demo (command) - Delete previous recorded demo
  73.  
  74. prec_record (command) - Record a demo.
  75.  
  76. prec_info (command) - List of all commands.
  77.  
  78. ==========================
  79. LICENSE
  80. ==========================
  81.  
  82. This software is distributed as is, without warranty of any kind. Use it at your own risk.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement