Search found 1868 matches

by kyle
Mon Jun 15, 2020 3:23 am
Forum: This System
Topic: Reconsider adding an upvote system
Replies: 12
Views: 13549

Re: Reconsider adding an upvote system

Example: At work, we use Microsoft Teams for chat, and Friday afternoon someone writes "I'm off, have a nice weekend". Of course, with @all, so everyone gets notified. And because it's Microsoft and they have a mandatory screwup quota to fulfill, a notification in Teams means that you get...
by kyle
Sun Jun 07, 2020 3:19 am
Forum: Competitions
Topic: Ladle 114 (June 7th)
Replies: 11
Views: 7528

Re: Ladle 114 (June 7th)

aP|Nelg wrote: Sun Jun 07, 2020 1:34 am It seems there's only 2 ladle servers up, and one's 10 ladles out of date (kyle?!)
What's wrong with having classic servers :)

(I'm still hoping to get things back up and running this fall or winter, that includes this)
by kyle
Wed Jun 03, 2020 3:21 am
Forum: Graphical
Topic: New Title Screen!? and other cool stuff
Replies: 54
Views: 43332

Re: New Title Screen!? and other cool stuff

Pre wrote: Tue Jun 02, 2020 9:58 pm amazing artwork sine!
Agreed, (have not had time to read or look at video, but graphics look awesome, as always)
by kyle
Thu May 21, 2020 3:09 am
Forum: Support
Topic: sn_SetNetState: Unable to open accept socket on desired port xxxx, Trying next ports...
Replies: 43
Views: 23361

Re: sn_SetNetState: Unable to open accept socket on desired port xxxx, Trying next ports...

Ah those are the days :)

you never know how much longer until you find it, but when you do it's fixed in a few minutes.
by kyle
Wed May 20, 2020 12:35 pm
Forum: Support
Topic: sn_SetNetState: Unable to open accept socket on desired port xxxx, Trying next ports...
Replies: 43
Views: 23361

Re: sn_SetNetState: Unable to open accept socket on desired port xxxx, Trying next ports...

This was CT's startup script on just about every service, the parser screen was were we ran the script manually. restart.py is the script I gave you part of, that set up the 2 screens to run. you should only need 1 the way you are strating a script #!/bin/bash server=$(basename $(dirname `pwd`)) cdi...
by kyle
Wed May 20, 2020 1:58 am
Forum: Support
Topic: sn_SetNetState: Unable to open accept socket on desired port xxxx, Trying next ports...
Replies: 43
Views: 23361

Re: sn_SetNetState: Unable to open accept socket on desired port xxxx, Trying next ports...

Not really, CT basically always would restart the servers when it emptied, I never questioned it or looked into it. I more or less added the recursive process killing to it when killing the screen session did not completely kill the process anymore. My understanding at the time of that was that the ...
by kyle
Wed May 20, 2020 1:29 am
Forum: Support
Topic: sn_SetNetState: Unable to open accept socket on desired port xxxx, Trying next ports...
Replies: 43
Views: 23361

Re: sn_SetNetState: Unable to open accept socket on desired port xxxx, Trying next ports...

I know this is just a workaround, but the way I ran servers was with a python script to force killing the full screen session and then restarting them. I thought it was because a SIGHUP was being sent when the screen session was killed, which made the armagetron process reload def killScreenPid(scre...
by kyle
Tue May 12, 2020 3:44 am
Forum: Server Administration/Setup
Topic: Dedicated server on raspberry pi
Replies: 34
Views: 20311

Re: Dedicated server on raspberry pi

Because the commands are missing the _help in the language files, that probably means either the help is hard coded like spawn_zone or it's also missing there. Since you have details on SPAWN_ZONE, I would suggest adding the spawn_zone_help for it and changing the command to use that instead of the ...
by kyle
Sat May 09, 2020 3:53 am
Forum: Server Administration/Setup
Topic: Dedicated server on raspberry pi
Replies: 34
Views: 20311

Re: Dedicated server on raspberry pi

A little bit of memory, I was thinking there was a way to set the ID with Spawn_zone, even though it was not documented. I ended up going to the source in src/tron/gWinZone.cpp Having written my own zone hack extensions to that, I knew where to look and how to read it.
by kyle
Fri May 08, 2020 4:00 am
Forum: Server Administration/Setup
Topic: Dedicated server on raspberry pi
Replies: 34
Views: 20311

Re: Dedicated server on raspberry pi

Wow, this has been a while (11 years since that was added) and I knew it was not my code despite initially seeing me as the blame :) from reformatting the spacing. Anyway I looked into it some more, when you use SPAWN_ZONE you can also specify a name, this is the "zone number" that you men...
by kyle
Thu May 07, 2020 3:19 am
Forum: Server Administration/Setup
Topic: Dedicated server on raspberry pi
Replies: 34
Views: 20311

Re: Dedicated server on raspberry pi

There is a list of console commands http://wiki.armagetronad.org/index.php?title=Console_Commands_sty_ct (at the top you can switch between version) I agree our documentation for sty+ct hacks is bad, We did have it somewhat documented on the CT wiki, which is down now, I'm hoping to find time near t...
by kyle
Thu Apr 30, 2020 3:57 am
Forum: Really General
Topic: Planet of the Humans
Replies: 1
Views: 4401

Re: Planet of the Humans

I've only watched the first 20 minutes of it, but I'm already struggling with it. I made it up to 40 minutes while writing this, and that's where I stopped watching. This is really making "clean energy" look bad. I also think there have been great advancements since the content of that vid...
by kyle
Mon Apr 13, 2020 3:24 am
Forum: Really General
Topic: The COVID-19 Crisis
Replies: 19
Views: 15175

Re: The COVID-19 Crisis

Word, that sucks about your jobs. I'm actually slightly optimistic about climate change. For once the amount of cars on the roads is down by a lot. pollution levels seam to be declining. People are learning a new way of life to limit exposure to other people. People are learning how to plan meals ou...
by kyle
Thu Apr 09, 2020 2:29 am
Forum: Server Administration/Setup
Topic: Dedicated server on raspberry pi
Replies: 34
Views: 20311

Re: Dedicated server on raspberry pi

Some BZR branches may be stale See https://forums3.armagetronad.net/viewtopic.php?p=314468#p314468 and the first post of that thread https://forums3.armagetronad.net/viewtopic.php?p=314468#top Z-man feel free to correct me basically you need to git clone https://github.com/ArmagetronAd/armagetronad....
by kyle
Sun Apr 05, 2020 4:30 am
Forum: Server Administration/Setup
Topic: Dedicated server on raspberry pi
Replies: 34
Views: 20311

Re: Dedicated server on raspberry pi

It's been a while, but I think you want

Code: Select all

delay_command r20 console_message ************ test ************
r20 for repeating every 20 seconds