Mercurial > hg > rlgallery-misc
comparison web/about/ttyrec.html @ 91:d417016bbf73
Small website changes.
author | John "Elwin" Edwards |
---|---|
date | Mon, 27 Jan 2020 18:11:53 -0500 |
parents | 14850d283b54 |
children |
comparison
equal
deleted
inserted
replaced
90:44cf8c7c2c7a | 91:d417016bbf73 |
---|---|
5 <link rel="stylesheet" type="text/css" href="/main.css"> | 5 <link rel="stylesheet" type="text/css" href="/main.css"> |
6 </head> | 6 </head> |
7 | 7 |
8 <body> | 8 <body> |
9 <h1>TTYREC files</h1> | 9 <h1>TTYREC files</h1> |
10 <div class="nav"><a href="/">rlgallery.org</a> -> <a href="/about/">About</a> -> TTYRECs</div> | 10 <div class="nav"><a href="/">RLGallery</a> -> <a href="/about/">About</a> -> TTYRECs</div> |
11 <div class="content"> | 11 <div class="content"> |
12 <p>TTYREC files are recordings of text-based sessions, much like screencasts are recordings of graphical sessions. The Roguelike Gallery and other roguelike | 12 <p>TTYREC files are recordings of text-based sessions, much like screencasts are recordings of graphical sessions. The Roguelike Gallery and other roguelike |
13 sites create ttyrec recordings of games played online, so that others can watch them. The <a href="/archive.cgi">Archiver</a> will search rlgallery.org's | 13 sites create ttyrec recordings of games played online, so that others can watch them. The <a href="/archive.cgi">Archiver</a> will search rlgallery.org's |
14 ttyrecs for you.</p> | 14 ttyrecs for you.</p> |
15 <p>As you might expect, ttyrecs are not video files that can be played in video players. They contain mostly text, and you will need a ttyrec player to | 15 <p>As you might expect, ttyrecs are not video files that can be played in video players. They contain mostly text, and you will need a ttyrec player to |
24 <p>Unfortunately, ttyrecs don't contain any metadata which could tell you what the proper size is. But most recent files from the Gallery and similar sites | 24 <p>Unfortunately, ttyrecs don't contain any metadata which could tell you what the proper size is. But most recent files from the Gallery and similar sites |
25 work around this limitation by putting some invisible text at the beginning. You can read it by opening the ttyrec with a hex editor or text editor. There | 25 work around this limitation by putting some invisible text at the beginning. You can read it by opening the ttyrec with a hex editor or text editor. There |
26 will be a line starting with "Size:" followed by the terminal width and height.</p> | 26 will be a line starting with "Size:" followed by the terminal width and height.</p> |
27 <p>Note: if you are using ipbt, you must also tell ipbt what size terminal to use. Check ipbt's documentation.</p> | 27 <p>Note: if you are using ipbt, you must also tell ipbt what size terminal to use. Check ipbt's documentation.</p> |
28 </div> | 28 </div> |
29 <div class="foot"><a href="/">rlgallery.org</a> <a href="/recent.cgi">Recent Games</a> <a href="/scoring/high.cgi">High Scores</a> <a href="/notes/">Notes</a> <a href="https://rlgallery.org:8080/">Play</a></div> | 29 <div class="foot"><a href="/">RLGallery</a> <a href="/recent.cgi">Recent Games</a> <a href="/scoring/high.cgi">High Scores</a> <a href="/notes/">Notes</a> <a href="https://rlgallery.org:8080/">Play</a></div> |
30 </body> | 30 </body> |
31 </html> | 31 </html> |