Tremulous Forum

Community => Servers => Topic started by: Biszkhopt on January 21, 2009, 01:46:08 PM

Title: [SOLVED] Custom BP nad map setts
Post by: Biszkhopt on January 21, 2009, 01:46:08 PM
HI! After setting up my server, I've noticed another issue.

I'm using latest executables (tremded.86; tremulous.x86) from http://releases.mercenariesguild.net (http://releases.mercenariesguild.net). So this shouldn't be a problem.
But when I setted up my server.cfg and maprotation.cfg things aren't working properly. For instance in server.cfg I added line"

Quoteset g_humanStage 1

But when I'm starting server Human stage is 1.

My maprotation.cfg (as I read and felt on my own skin writing this sets to server.cfg don't work) look like that:

QuotemapRotation1 {
  atcs {
      g_humanBuildPoints 200
  }

}

But human build points stay at 100 value. (I tried switching places but it also fails).

So, maybe I'm doing something in wrong way? Please help!
Title: Re: [UNSOLVED] Conf files don't work (as they should)
Post by: Archangel on January 21, 2009, 07:00:25 PM
if all you're wanting is an atcs-only server, remove the rotation line from your server.cfg and add a line saying set g_mapconfigs mapconfig
then, in your terminal, type mkdir base/mapconfig
then, open base/mapconfig/default.cfg in your favorite text editor and add the lines g_humanbuildpoints 102
g_alienbuildpoints 112
Title: Re: [UNSOLVED] Conf files don't work (as they should)
Post by: Biszkhopt on January 22, 2009, 11:09:39 AM
Thanks Archangel, it worked   :)