Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //---------------------------
- //------Demo support Script---
- //---------------------------
- //put exec demosupport.cfg into your autoexec
- // 0 - Manual, 1 - Auto-record competitive matches, 2 - Auto-record all matches, 3 - Auto-record tournament (mp_tournament) matches
- //this script goes of the manual option to start and stop using 1 key. this is because at this time the mp_tournament mode records the whole damn game and not just rup to end.
- ds_enable 0
- //start and stop toggle bind
- alias record "ds_record; alias ds stop"
- alias stop "ds_stop; alias ds record"
- alias ds record
- bind f6 ds
- //bookmarks
- bind f7 "ds_mark"
- //autodelete
- //deletes demos with no mark
- //not advised for league play
- ds_autodelete 1
- //directory
- // use a /foldername to direct demos a diferent folder eg demos/march
- ds_dir demos
- //screenshot of scoreboard record stopped
- ds_screens 0
- echo -------------------------
- echo Demo support ready!
- echo -------------------------
Add Comment
Please, Sign In to add comment