How to turn of timer

General Stuff about Armagetron, That doesn't belong anywhere else...
Post Reply
bagel
Posts: 1
Joined: Thu Oct 23, 2014 11:42 pm

How to turn of timer

Post by bagel »

Hi, I'm usign opensuse 13.1 armagetronad 0.2.8.3.2.
I like to play on a large field and with 20 AIs and I wanted to know how do you turn off the timer, it expires way too soon and is driving me nuts.
User avatar
Light
Reverse Outside Corner Grinder
Posts: 1667
Joined: Thu Oct 20, 2011 2:11 pm

Re: How to turn of timer

Post by Light »

Get rid of the winzone. (Yeah, it's overkill .. I know.)

Code: Select all

WIN_ZONE_MIN_ROUND_TIME 1e+06
Raise time limit. (In minutes)

Code: Select all

LIMIT_TIME 60
User avatar
vov
Match Winner
Posts: 568
Joined: Thu Feb 17, 2011 8:40 pm

Re: How to turn of timer

Post by vov »

^ those are console commands; if you don't know how they work yet:
In tron: Main menu / Pause menu -> System Settings -> Misc -> Global Keyboard Configuration -> Console input (set a key here or use the one that's already there)
Press the key in the game or in the main menu and a chat-like line will open where you can write those commands.
Go dump em all! :-)
User avatar
aP|Nelg
Match Winner
Posts: 621
Joined: Wed Oct 22, 2014 10:22 pm
Contact:

Re: How to turn of timer

Post by aP|Nelg »

vov wrote:Main menu / Pause menu -> System Settings -> Misc -> Global Keyboard Configuration -> Console input (set a key here or use the one that's already there)
Press the key in the game or in the main menu and a chat-like line will open where you can write those commands.
This wouldnt apply in a dedicated server
User avatar
Light
Reverse Outside Corner Grinder
Posts: 1667
Joined: Thu Oct 20, 2011 2:11 pm

Re: How to turn of timer

Post by Light »

Since it was brought up, I may as well add it. If it's a dedicated server, then you would just prepend "/admin" to it.

Code: Select all

/admin TIME_LIMIT 60
Send that as a chat message.
Post Reply