Announcement

Collapse
No announcement yet.

recording demos

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

  • recording demos

    Does anybody know how to record a demo?

    My former script doesnīt work any longer (but I donīt know why):

    bind "F8" vstr demo_button
    set demo_button_1 "set demo_button vstr demo_button_0;set g_syncronousclients 1; wait ; record ;wait ;set g_syncronousclients 0 ;echo recording"
    set demo_button_0 "set demo_button vstr demo_button_1;set g_syncronousclients 0; wait ; stoprecord ; echo stoprecording"
    vstr demo_button_0



    And above all - how to replay a dm_59/60 demo with Seismovisionīs v2.10 demoplayer?
    Life is just another way to die!

  • #2
    set demoon "g_syncronousclients 1;record;g_syncronousclients 0;echo You are currently ^2Recording a demo.;set demotoggle vstr demooff"
    set demooff "stoprecord;echo You are currently ^1Not ^1Recording a demo.;set demotoggle vstr demoon"
    set demotoggle "vstr demoon"
    bind F3 "vstr demotoggle"



    F3 is your key... replace it
    .
    .
    d r i f t e r s ^ d e n t o n

    Comment


    • #3
      update your view btw with this address


      http://www.planetquake3.net/seismovision/
      .
      .
      d r i f t e r s ^ d e n t o n

      Comment


      • #4
        Thx for your advices, buddies. Iīll try to realize it on my system.
        Life is just another way to die!

        Comment

        Working...
        X