Server Communications - miker95
#1
Hello, I run 2 servers one for the clan |$AM| and one for my clan |C| clan server. When I close out of AC I tell them if they need be just say my name and ill get one..I find it somewhat of a hassle to open AC log into the server and talk.I am good at bash scripts and shell scripts.I was wondering if it is possible(or can be made possible) to just type in the terminal( I'm on Ubuntu) and it will send to there screens.Is this a feature..or is there a script I can download or create?
Thanks in advanced.
Thanks given by:
#2
Not possible without modifying the source code. The most convenient way to do what you want would be to add a signal handler like
signal(SIGUSR1, handler);
and then let that read some text from a file or standard input or a pipe or whatever.
Thanks given by:
#3
You're saying that you want to know if there is a way that instead of opening the AC log to be able to communicate with the players in your server, you want to be able to open the terminal and communicate straight from there?
Thanks given by:
#4
If the server is run 24/7 from your pc then install toca's gui server, i think that will do what you want.

http://forum.cubers.net/thread-963-post-...l#pid15555
Thanks given by:
#5
(23 Dec 10, 12:30AM)|BC|Wolf Wrote: You're saying that you want to know if there is a way that instead of opening the AC log to be able to communicate with the players in your server, you want to be able to open the terminal and communicate straight from there?
yes i want to be able to have the server terminal up..be able to type.then it sends that to the game


(23 Dec 10, 12:42AM)Billybob Wrote: If the server is run 24/7 from your pc then install toca's gui server, i think that will do what you want.

http://forum.cubers.net/thread-963-post-...l#pid15555
Yes it is up almost 24/7...im downloading it now
Thanks given by: