Announcement

Collapse
No announcement yet.

Demotool wich allows Fastforw. or Fastrew to wach Q3ArenaDemos wanted!?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Demotool wich allows Fastforw. or Fastrew to wach Q3ArenaDemos wanted!?

    Hi all!
    Does anyone know if a tool like this exists in the Web? I want to wach my Q3 Demos with a full Fastforward and Fastrewind function. Maybe there are few programmers out there wich will prog me this little stuff!?
    Marco.

    ------------------
    Celeron 300A@450
    Asus P2B, G400 DH 4A 32MB SG-Ram oc@150\200 256 MB Cas2 PC100

    PIII 700@933 on Asus P3B-F, GF2 GTS, 512 MB Infineon

  • #2
    Marco. I have some keys programmed on my computer at home which will allow me to watch Q3A demos at various speeds (I don't think rewind was an option). When I get home I will update this thread.

    xippo

    Comment


    • #3
      Yeah do that! Thx at this point! My ICQ 60474637.
      Marco alias [BD]Avatar.

      ------------------
      Celeron 300A@450
      Asus P2B, G400 DH 4A 32MB SG-Ram oc@150\200 256 MB Cas2 PC100

      PIII 700@933 on Asus P3B-F, GF2 GTS, 512 MB Infineon

      Comment


      • #4
        I created a file called demoplay.cfg and inserted it into the autoexec.cfg file.

        demoplay.cfg --------------


        // Demo Playback
        set demfastf "timescale 1.8;echo Fast-Forward"
        set demsuperff "timescale 3;echo Super-Fast-Forward"
        set demslowmo "timescale .5;echo Slow-Mo"
        set dempause "timescale .000000000000000001;echo Pause"
        set demnormal "timescale 1;echo Normal"
        bind kp_end "vstr demfastf"
        bind kp_ins "vstr demslowmo"
        bind kp_home "vstr dempause"
        bind kp_del "vstr demnormal"
        bind kp_downarrow "vstr demsuperff"
        timescale "1"


        ----------------------
        At least this will give you some options for going faster through demos. There is no rewind.

        xippo

        Comment

        Working...
        X