Author Topic: How can I read all the starting text, record a demo?  (Read 4645 times)

LynxLynx

  • Posts: 8
  • Turrets: +0/-0
How can I read all the starting text, record a demo?
« on: June 13, 2006, 01:24:31 pm »
When Tremulous starts, it shows some text, but I don't have time to read it. How could I see this text?  

What should I do, so that I could record a demo, when I press key "j" and stop recording when I press "k"? Is there way to auto-record game every time?

[EVIL]Unknown

  • Posts: 263
  • Turrets: +1/-1
    • http://www.evil-clan.com
How can I read all the starting text, record a demo?
« Reply #1 on: June 13, 2006, 01:47:30 pm »
ITS THE AMAZING ~ KEY!!!!

u press this so called ~ key and bam a console drops down showing all previous text.. commands things said by other people u name it!!!

u can also use pg up to scroll up and pgdn to scroll down

have fun
url=http://userbars.org][/url]


Stof

  • Posts: 1343
  • Turrets: +1/-1
How can I read all the starting text, record a demo?
« Reply #2 on: June 13, 2006, 01:58:19 pm »
As long as you have a valid ~ key on your keyboard that is. It just happens that such key doesn't exist in many foreign layouts :wink:

The key is the one above TAB and to the left of the 1 key.
urphy's rules of combat
8 ) Teamwork is essential; it gives the enemy someone else to shoot at.
18 ) Make it too tough for the enemy to get in and you can't get out.

Survivor

  • Posts: 1660
  • Turrets: +164/-159
Re: How can I read starting text, record a demo?
« Reply #3 on: June 13, 2006, 03:27:29 pm »
Quote from: "LynxLynx"
What should I do, so that I could record a demo, when I press key "j" and stop recording when I press "k"? Is there way to auto-record game every time?


Open up the console with ~ as said and enter the following

bind j "g_synchronousclients 1;record ;g_synchronousclients 0"
bind k "stoprecord"

Does trem still need g_synchronousclients? Or did timbo take that out? Anyway this works for me.

Also following, a toggle key for recording demos which can be put in config.

set startdemo "g_synchronousclients 1;record ;g_synchronousclients 0; bind k vstr stopdemo"
set stopdemo "stoprecord; ; bind k vstr startdemo"
bind k "vstr startdemo"
I’m busy. I’ll ignore you later.

LynxLynx

  • Posts: 8
  • Turrets: +0/-0
How can I read all the starting text, record a demo?
« Reply #4 on: June 13, 2006, 05:40:45 pm »
Quote from: "[EVIL
Unknown"]ITS THE AMAZING ~ KEY!!!!

u press this so called ~ key and bam a console drops down showing all previous text.. commands things said by other people u name it!!!

u can also use pg up to scroll up and pgdn to scroll down

have fun


Thx for your answer, but there is text there, in the beginning, which is not all in console. Look carefully when program starts.

LynxLynx

  • Posts: 8
  • Turrets: +0/-0
Re: How can I read starting text, record a demo?
« Reply #5 on: June 13, 2006, 08:05:28 pm »
Quote from: "Survivor"

Also following, a toggle key for recording demos which can be put in config.

set startdemo "g_synchronousclients 1;record ;g_synchronousclients 0; bind k vstr stopdemo"
set stopdemo "stoprecord; ; bind k vstr startdemo"
bind k "vstr startdemo"


Ty for this tip, it works well.

icono[celt]

  • Posts: 14
  • Turrets: +0/-0
How can I read all the starting text, record a demo?
« Reply #6 on: June 19, 2006, 09:25:58 pm »
All I saw was the console scrolling, then the developer logo, then trem.  What are you seeing?