Search found 42 matches

by Alpha Centauri
Tue Sep 30, 2008 1:22 am
Forum: Nexus9
Topic: server down?
Replies: 1
Views: 4300

The ladder script had stopped functioning because the server had no disk space, so I shut down the servers until I had time to deal with it. Sorry about that.
by Alpha Centauri
Fri Sep 26, 2008 8:33 am
Forum: Server Administration/Setup
Topic: Server Restart?
Replies: 10
Views: 3222

Have him set DEDICATED_IDLE to 0 then empty the server of all players. :P
by Alpha Centauri
Tue Sep 23, 2008 11:41 am
Forum: Nexus9
Topic: double keyboard?
Replies: 10
Views: 8465

Just change the server settings to use CYCLE_DELAY instead of DOUBLEBIND_TIME. No can do, as some people really do have a quick enough reaction time. The whole point is that we don't like players on our servers to have any kind of "crutch." Regardless of how one feels about double-binding...
by Alpha Centauri
Mon Sep 22, 2008 9:00 pm
Forum: Nexus9
Topic: double keyboard?
Replies: 10
Views: 8465

Re: double keyboard?

last night steel p, under a different name, was able to double bind. reportedly by using 2 keyboards? not sure on exactly how, but the effect was that he could gain speed very quickly and was on top most of the time. agent 7 still beat him even with the cheating, but it was very obvious. thought yo...
by Alpha Centauri
Sat Sep 06, 2008 1:23 pm
Forum: Development
Topic: Issue with coding
Replies: 22
Views: 5774

hoop wrote: Even Z-Man's suggestion

Code: Select all

gArena & arena = Arena; 
doesnt' look useful for me: you are just making an alias for 'arena' ,called 'Arena' :?:
Other way around and you have it essentially right.
by Alpha Centauri
Fri Sep 05, 2008 9:00 pm
Forum: Server Administration/Setup
Topic: Server Stats using txt? Tank help
Replies: 4
Views: 1875

If one were to start from scratch, I'd recommend using ladderlog.txt over scorelog.txt. The former is much more amenable to automated parsing.
by Alpha Centauri
Fri Sep 05, 2008 8:57 pm
Forum: Development
Topic: Issue with coding
Replies: 22
Views: 5774

Z-Man wrote:Ooh, well spotted. Yes, that is indeed likely to cause a crash, because it copies the spawn point list, which is actually supposed to be a non-copyable object.
Sounds like a good case for a private copy constructor. :P
by Alpha Centauri
Thu Sep 04, 2008 6:38 am
Forum: Nexus9
Topic: ladder
Replies: 5
Views: 6054

didnt know it would be tough. i thought that since the server is keeping track already (it tells us when we play what position we are in when we play single player). i thought it would be just to report what it already has. The "keeping track" breaks with authentication... it starts makin...
by Alpha Centauri
Wed Sep 03, 2008 11:54 pm
Forum: Nexus9
Topic: ladder
Replies: 5
Views: 6054

Jonathan wrote:Probably wouldn't take much effort, but I'm not sure it's worth it either.
Well, because the Armagetron-generated score files break with authentication, it basically means I'd have to rewrite the ladder script to keep track of stats separately when there's only one player connected.
by Alpha Centauri
Wed Sep 03, 2008 9:01 pm
Forum: Nexus9
Topic: ladder
Replies: 5
Views: 6054

Do you mean based on won single-player rounds? I could, but I'm not sure it'd be worth the effort expenditure.
by Alpha Centauri
Tue Sep 02, 2008 7:30 am
Forum: Nexus9
Topic: register
Replies: 1
Views: 4150

Re: register

banana wrote:2. the register your user name link is broken.
Make sure you're using http://tron.nexusnine.org (not .info). http://tron.nexusnine.org/register.php works for me.
by Alpha Centauri
Mon Sep 01, 2008 9:26 pm
Forum: Nexus9
Topic: code spam
Replies: 4
Views: 5836

It looks like that's what ACCESS_LEVEL_HIDE_OF is supposed to do, but it's been set at a value that should've disabled those messages, so I'm at a loss.
by Alpha Centauri
Mon Sep 01, 2008 9:03 am
Forum: Nexus9
Topic: Put a link to this forum on your site
Replies: 3
Views: 5288

DDMJ wrote:Umm, I see the link in the first sentence on their site:
http://tron.nexusnine.org wrote:Welcome to the website for the Nexus9 Armagetron servers.
That's more of a general link to inform about what Armagetron is, and, by extension, what the Nexus9 servers are. I added a new paragraph which has a link to this actual subforum.
by Alpha Centauri
Sun Aug 31, 2008 8:17 pm
Forum: Nexus9
Topic: Put a link to this forum on your site
Replies: 3
Views: 5288

You're right. Honestly, it didn't occur to me. I haven't had much free time lately to spend on Tron anyways, what with school and a job, but I'm trying to keep things up-to-date and running well.
by Alpha Centauri
Mon Aug 25, 2008 9:01 pm
Forum: Nexus9
Topic: Sumo Scoring
Replies: 5
Views: 6673

(Does anyone know what the 176.177 values are? They're always the same for every BASEZONE_CONQUERED.) that's the position of the zone at the moment it was conquerred Gotcha. That never clicked because, even though I wrote the map file, I use SIZE_FACTOR -1 and didn't make the mental connection there.