Debug Recording

From Armagetron
Revision as of 16:30, 21 October 2005 by Dlh (talk | contribs) (Basic information about creating recordings)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Debug Recording

Armagetron Advanced 0.2.8+ has a feature to record a play session. This session can later be used by developers to find and squash bugs.

*nix

To record: armagetronad --record ~/place/to/save/your/file
To playback: armagetronad [--fast-forward TIME] --playback ~/file/to/open

Mac OS X

Use the helper application to start/playback an Armagetron Advanced recording. The application has a feature to compress a recording using bzip2 after Armagetron Advanced quits, so you can upload to the forums easily. If you open a bzip2/zip file for playback, it will be decompressed and played.

Windows

??