Tremulous Forum
Mods => Modding Center => Topic started by: Kuszja on January 26, 2009, 10:03:53 pm
-
I'm working on a project for a college class in which I am making a small tremulous mod to track stats. I would like to make a master server for my mod clients to connect to so no random people try and join my test servers. I found the source code for the master server, but I just started wading through the code today. Any help would be greatly appreciated.
-
iirc you can change the master server address in tremulous.h.
-
Setting [wiki]Sv_master1[/wiki] may be easier.
-
Thank you. I will try that. Do I have to issue any special commands when I go to compile to make a master server?
-
There's a separate makefile for it in the master folder.
You should be able to run it without any issues for testing stuffs, -h gets it to list all its options for if your leaving it going long-term.
-
There's a separate makefile for it in the master folder.
You should be able to run it without any issues for testing stuffs, -h gets it to list all its options for if your leaving it going long-term.
the master's makefile depends on the regular makefile to set variables, make BUILD_MASTER_SERVER=1 to build a master
-
Nope. My checkout of just trunk/src/master works fine as-is.
-
yeah, I've built a master like that before, just a checkout of its code.
-
Thank you all very much for your quick responses. Hopefully, if anything useful comes of this project, I'll be able to give back to the community.