Where do I get the debug recorder?
Moderator: Light
Where do I get the debug recorder?
Hey, I'd like to watch some .aarec recordings and I need the debug recorder program for that. It didn't come with the download of the normal game, so I tried to download it separately, but to no avail, they all don't work.
I'm on a macbook with OS X Mavericks, anyone know where I can get it?
Thanks
Edit: lol wrong section, please move to support
I'm on a macbook with OS X Mavericks, anyone know where I can get it?
Thanks
Edit: lol wrong section, please move to support
Re: Where do I get the debug recorder?
Comes with the game.
Just search your computer for "Armagetron Advanced Record".
Just search your computer for "Armagetron Advanced Record".
Re: Where do I get the debug recorder?
As I said, it did not. At least I think it didn't; can't find it anywhere.
Re: Where do I get the debug recorder?
It definitely does, but I couldn't even begin to tell you where it is because I'm on Windows, and always have been.
Someone will know, just have to wait
Someone will know, just have to wait

Re: Where do I get the debug recorder?
There is a link for one dlh made somewhere but I can't remember where, I've uploaded the one I use anyway, not sure I've used it since I changed to Mavericks though...
- Attachments
-
- Armagetron Advanced Recorder.zip
- (43.46 KiB) Downloaded 171 times
Re: Where do I get the debug recorder?
The one from dlh is here: http://generalconsumption.org/armagetronad/download/

Re: Where do I get the debug recorder?
Thanks for your help, but I've already tried that one, with no success.
When I open it it says "Armagetron Advanced Recorder 2 comes from an unknown developer and cannot be opened."
When I open it it says "Armagetron Advanced Recorder 2 comes from an unknown developer and cannot be opened."
Re: Where do I get the debug recorder?
I would assume it's in Mac as well. I'm a Linux user, and not familiar with Mac at all really. Only used it once or twice. So, if it's similar ..
Go to your BIN file and run it with --help. You'll find all the parameters you need.
If that works, it will likely be the same and you can use --record <output_file> and --playback <input_file>.
Go to your BIN file and run it with --help. You'll find all the parameters you need.
If that works, it will likely be the same and you can use --record <output_file> and --playback <input_file>.
Re: Where do I get the debug recorder?
Did it come with the game for all of you?
I know I didn't download it.
It came with Armagetron Advanced Record, Armagetron Advanced Playback, and Armagetron Advanced Benchmark for me.
I know I didn't download it.
It came with Armagetron Advanced Record, Armagetron Advanced Playback, and Armagetron Advanced Benchmark for me.
Re: Where do I get the debug recorder?
In Linux, you use a parameter with the same BIN file. It's probably the same for Mac.ConVicT wrote:Did it come with the game for all of you?
I know I didn't download it.
It came with Armagetron Advanced Record, Armagetron Advanced Playback, and Armagetron Advanced Benchmark for me.
Re: Where do I get the debug recorder?
You've lost me here, Light. No idea what you're sayingLight wrote:I would assume it's in Mac as well. I'm a Linux user, and not familiar with Mac at all really. Only used it once or twice. So, if it's similar ..
Go to your BIN file and run it with --help. You'll find all the parameters you need.
If that works, it will likely be the same and you can use --record <output_file> and --playback <input_file>.
Yeah I remember this was the case when I still used Windows, but I'm not sure of it nowConVicT wrote:Did it come with the game for all of you?
I know I didn't download it.
It came with Armagetron Advanced Record, Armagetron Advanced Playback, and Armagetron Advanced Benchmark for me.
Re: Where do I get the debug recorder?
Open your terminal / console / command prompt whatever you wanna call it. cd to the directory of the executable file, and execute it with the --help parameter.
Here's an example for me in Linux. Though, your BIN file will not be in the same location by default.
Here's an example for me in Linux. Though, your BIN file will not be in the same location by default.
Code: Select all
tom@kubuntu:~$ cd armagetronad/client/bin/
tom@kubuntu:~/armagetronad/client/bin$ ./armagetronad-experimental -h
Usage: armagetronad-experimental [options]
Options:
-h, --help : print this message
-v, --version : print version number
--doc : print documentation for all console commands
--versioninfo : print build source information
--record <filename> : creates a DEBUG recording while running
--playback <filename> : plays back a DEBUG recording
--datadir <Directory> : read game data (textures, sounds and texts)
from this directory
--userdatadir <Directory> : read customized game data from this directory
--configdir <Directory> : read game configuration (.cfg-files)
from this directory
--userconfigdir <Directory> : read user game configuration from this directory
--vardir <Directory> : save game logs and highscores in this directory
--resourcedir <Directory> : look for resources in this directory
--autoresourcedir <Directory>: download missing resources into this directory
--path-no-absolutecheck : disables security check against absolute paths
--path-no-hiddencheck : disables security check against hidden paths
--path-no-relativecheck : disables security check against relative paths.
Not recommended, this check is really important.
--prefix : prints the prefix the game was installed to
--fastforward <time> : lets time run very fast until the given time is reached
--benchmark : renders frames as they were recorded
--videoout : writes a raw video stream of frames to stdout
-f, --fullscreen : start in fullscreen mode
-w, --window, --windowed : start in windowed mode
--connect <server>[:<port>] : connect directly to SERVER, skipping all menus. default PORT=4534
Re: Where do I get the debug recorder?
Right click -> Open
New in mavericks for apps not downloaded from the mac store. Silly, I know.
New in mavericks for apps not downloaded from the mac store. Silly, I know.
Prema wrote:The second match starts, a new beginning,
Nanu and Prema, Sui and Ninja,
versus those same old hoes grinning.
Re: Where do I get the debug recorder?
lol this is it.Nanu Nanu wrote:Right click -> Open
New in mavericks for apps not downloaded from the mac store. Silly, I know.

thanks