View Single Post
Old 03-02-2009, 11:43 PM   #10
Iggy
Heartless Threadkiller
Beta Tester
Forum Moderator
 
Iggy's Avatar
 
Join Date: Apr 2007
Class/Position: D-Solly / O-Medic
Gametype: CTF
Affiliations: [AE] AssEaters
Posts Rated Helpful 42 Times
Quote:
Originally Posted by MonoXideAtWork View Post
there's a great script in the tips and tutorials section.

http://forums.fortress-forever.com/s...ad.php?t=17116
So others don't have to go hunting for it:

Code:
//With this script you can record 26 demos without naming them :) just hit F7 to start record. F8 stops recording.

bind "F7" "recorda"
alias recorda "record demoa;bind f7 recordb"
alias recordb "record demob;bind f7 recordc"
alias recordc "record democ;bind f7 recordd"
alias recordd "record demod;bind f7 recorde"
alias recorde "record demoe;bind f7 recordf"
alias recordf "record demof;bind f7 recordg"
alias recordg "record demog;bind f7 recordh"
alias recordh "record demoh;bind f7 recordi"
alias recordi "record demoi;bind f7 recordj"
alias recordj "record demoj;bind f7 recordk"
alias recordk "record demok;bind f7 recordl"
alias recordl "record demol;bind f7 recordm"
alias recordm "record demom;bind f7 recordn"
alias recordn "record demon;bind f7 recordo"
alias recordo "record demoo;bind f7 recordp"
alias recordp "record demop;bind f7 recordq"
alias recordq "record demoq;bind f7 recordr"
alias recordr "record demor;bind f7 records"
alias records "record demos;bind f7 recordt"
alias recordt "record demot;bind f7 recordu"
alias recordu "record demou;bind f7 recordv"
alias recordv "record demov;bind f7 recordw"
alias recordw "record demow;bind f7 recordx"
alias recordx "record demox;bind f7 recordy"
alias recordy "record demoy;bind f7 recordz"
alias recordz "record demo z;bind f7 recordend"
alias recordend "bind f7 stop;startaviend1;startaviend2;startaviend3"
alias startaviend1 "showconsole;echo Recording limit exceeded. Restart the game/re-execute the movie config to record again.
alias startaviend2 "echo Be careful not to overwrite previous recordings."
alias startaviend3 "echo Find your demo files in C:\Program Files\Steam\SteamApps\username\counter-strike source\cstrike"

bind "F8" "stop"
Nice one, but I have to ask, where does that go? In the main config file?
__________________
Quote:
Originally Posted by zSilver_Fox
See kids? Only Iggy and FT are good enough to post when high.
Publishers Website My book on BN.com My book on Amazon.com

Friend me on Facebook
Follow me on Twitter
Iggy is offline   Reply With Quote