Configuring a Lan Game

For all the help you need with Armagetron!
Post Reply
slimjhady
Posts: 2
Joined: Thu Nov 25, 2010 4:27 am

Configuring a Lan Game

Post by slimjhady »

Hello,
My classmates and I love playing this game in our computer lab however we are having trouble setting up the game. I thought i would post here to see if i could find some answers.

Our main issue is that we do not know to configure the game so that in order to speed up you have to grind. In the way we play normally we all go at the same speed no matter if we are near a wall or not and we only speed up a little while grinding. Secondly i have played some online games where there is a delay when you hit a wall so you do not die right away and are able to get out of tight fixes. Does anyone know how to set it up this way

If any of you know how to solve this, your help would be greatly appreciated and would make our free periods a lot more fun. =)
User avatar
INW
Reverse Outside Corner Grinder
Posts: 1950
Joined: Tue Jul 07, 2009 4:10 pm
Location: Charlotte, NC, USA

Re: Configuring a Lan Game

Post by INW »

Hi and welcome to the forums.


For the "time stuck to wall" issue.
By default,

Code: Select all

cycle_rubber
is set to 1. This is what causes the "delay" when you hit a wall and die. With 1 rubber, you die immediately. If you type this into console:

Code: Select all

cycle_rubber 10
you will have a little more time on the wall before dying. You can make this settings to what ever you want! Try it at 100!! You can stay against a wall for maybe 10 seconds!


For the speed issue.

Code: Select all

CYCLE_ACCEL_RIM

Code: Select all

CYCLE_ACCEL

Code: Select all

CYCLE_ACCEL_ENEMY

Code: Select all

CYCLE_ACCEL_SELF

Code: Select all

CYCLE_ACCEL_TEAM

Code: Select all

CYCLE_ACCEL_TUNNEL
Set any of those commands to what ever you want. Settings them all to about 5 will probably be fast enough if not too fast!


Finally, check this out for more about Armagetron Advanced and also try this out for a list of nearly 1000 console commands!

Good Luck!
slimjhady
Posts: 2
Joined: Thu Nov 25, 2010 4:27 am

Re: Configuring a Lan Game

Post by slimjhady »

Thank you very much, I just tried out these codes and they work! I cant wait to show my classmates. And thank you for the very fast reply.
User avatar
INW
Reverse Outside Corner Grinder
Posts: 1950
Joined: Tue Jul 07, 2009 4:10 pm
Location: Charlotte, NC, USA

Re: Configuring a Lan Game

Post by INW »

No Problem.
I am glad to see this game spreading to classrooms by teachers!
If only my school would allow me to download games/unblock games from the computers.

P.S. Make sure to look over the wiki. The website is loaded with information about almost everything in Armagetron.

If you have any more questions, you are welcome to ask anytime.

P.P.S. When playing online; be aware of vulgar language because it will be there. Make sure to warn your students ;)

Good Luck,
INW
syllabear
Shutout Match Winner
Posts: 1030
Joined: Fri Oct 13, 2006 1:37 pm
Location: UK/HK

Re: Configuring a Lan Game

Post by syllabear »

Doesn't look like he is a teacher, more like a student.
The Halley's comet of Armagetron.
ps I'm not tokoyami
User avatar
INW
Reverse Outside Corner Grinder
Posts: 1950
Joined: Tue Jul 07, 2009 4:10 pm
Location: Charlotte, NC, USA

Re: Configuring a Lan Game

Post by INW »

Good point. He did say classmates instead of students.

Let me rephrase that:

I am glad to see this game spreading to classrooms in schools!
Post Reply