Hi people, I am currently finetuning my recording capabilities (fear a new video coming up…), and I have created a rather nice set of bindings for that purpose, that manipulate the timescale-variable, it uses F7 to toggle between various timescale-speeds, 2x, 10x, 1x and 0.5x:
timescale 1.0
bind F7 "vstr _BIND_F7_0"
set _BIND_F7_0 "timescale 2, echo replay speed x 2; bind F7 vstr _BIND_F7_1"
set _BIND_F7_1 "timescale 10, echo replay speed x 10; bind F7 vstr _BIND_F7_2"
set _BIND_F7_2 "timescale 1, echo normal replay speed ; bind F7 vstr _BIND_F7_3"
set _BIND_F7_3 "timescale 0.5, echo replay speed x 0.5; bind F7 vstr _BIND_F7_0"
However, the “echo” command simply doesn't work, something I can quite understand, but even when I run Tremulous from an xterminal, nothing shows up, which is a bit annoying, because I really would like to actually see some kind of confirmation.
Is there any way to get something on the console during a demo-replay, or is this generally impossible?