Difference between revisions of "Debug Recording"

From Armagetron
m
m (→‎Creating a Debug Recording: For playback for playback?)
Line 6: Line 6:
 
=== *nix ===
 
=== *nix ===
 
To record: <code>armagetronad --record ~/place/to/save/your/file</code><br />
 
To record: <code>armagetronad --record ~/place/to/save/your/file</code><br />
To playback: <code>armagetronad --playback ~/file/to/open [--fast-forward TIME]</code>
+
To playback: <code>armagetronad --playback ~/file/to/open [--fast-forward SECONDS]</code>
  
 
=== Mac OS X ===
 
=== Mac OS X ===
Use the helper application included with the game to start or 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. It also will decompress a bzip2 or zip file for playback for playback.
+
Use the helper application included with the game to start or 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. It also will decompress a bzip2 or zip file for playback.
  
 
=== Windows ===
 
=== Windows ===

Revision as of 00:22, 6 November 2005

What is it?

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.

Creating a Debug Recording

*nix

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

Mac OS X

Use the helper application included with the game to start or 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. It also will decompress a bzip2 or zip file for playback.

Windows