wursti posted the text stuff as a complete .cfg below!further make ur q3config.cfg (or ur whole urban terror folder) read only otherwise ur buttons will be overwritten!!(readonly is not needed if you already have a extra cfg which is executed via autoexec.cfg in your urt folder evertime you start ur urban terror. or if you execute 'your' cfg with all important stuff everytime you load up urban terror)
place the ts.cfg into your q3ut4 folder, which is located within your urt folder
fire up ur urban terror
console (button left of "1")
hit twice or thrice the backspace key
type "/exec ts" and hit the enter button
watch ur demo, you now can use the stuff.
Code:
//STV's DEMO CFG
//
//DISCLAIMER
//MIDDLE MOUSE BUTTON is for looking after wallhax
//MOUSEWHEEL is for changing speed of the demo, up is slower, down is faster
//RIGHT MOUSE BUTTON resets the speed to 1
bind mouse3 toggle r_shownormals
bind mwheelup "vstr tsm"
bind mwheeldown "vstr tsp"
bind mouse2 "timescale 1; set tsm vstr ts75; set tsp vstr ts150; ut_echo TIMESCALE ^21"
set tsm "vstr ts75"
set tsp "vstr ts150"
set ts10 "timescale 0.1 ; set tsp vstr ts20 ; ut_echo TIMESCALE ^10.1"
set ts20 "timescale 0.2 ; set tsp vstr ts50 ; set tsm vstr ts10 ; ut_echo TIMESCALE ^10.2"
set ts50 "timescale 0.5 ; set tsp vstr ts75 ; set tsm vstr ts20 ; ut_echo TIMESCALE ^10.5"
set ts75 "timescale 0.75 ; set tsp vstr ts100 ; set tsm vstr ts50 ; ut_echo TIMESCALE ^10.75"
set ts100 "timescale 1 ; set tsp vstr ts150 ; set tsm vstr ts75 ; ut_echo TIMESCALE ^21"
set ts150 "timescale 1.5 ; set tsp vstr ts200 ; set tsm vstr ts100 ; ut_echo TIMESCALE ^31.5"
set ts200 "timescale 2 ; set tsp vstr ts300 ; set tsm vstr ts150 ; ut_echo TIMESCALE ^32"
set ts300 "timescale 3 ; set tsp vstr ts600 ; set tsm vstr ts200 ; ut_echo TIMESCALE ^33"
set ts600 "timescale 5 ; set tsp vstr ts900 ; set tsm vstr ts300 ; ut_echo TIMESCALE ^35"
set ts900 "timescale 9 ; set tsm vstr ts600 ; ut_echo TIMESCALE ^39