Search found 2 matches

by Jager
Tue Jun 13, 2006 6:21 pm
Forum: Maps
Topic: How do I use official resource repository?
Replies: 0
Views: 2105

How do I use official resource repository?

I have created three maps so far for Armagetron. I was hoping to share them out, but I can't figure out how to use the official resource repository. Is it still working? I don't see a place to register or anything. And here is the link I am using from the sticky topic above: http://beta.armagetronad...
by Jager
Tue Jun 13, 2006 6:13 pm
Forum: Maps
Topic: How to change a map on the fly?
Replies: 34
Views: 21757

Batch file to change

Just wanted to give one more option to change maps. I know this is ugly, but it is very easy to implement. I wrote a batch file that keeps switching through the maps I have, so each time you randomly get one. Batch File Contents: @ECHO OFF :START copy everytime_map1.cfg everytime.cfg /y > nul ping 3...