Author Topic: a couple server questions  (Read 5158 times)

AmonSloane

  • Posts: 4
  • Turrets: +0/-0
a couple server questions
« on: August 10, 2007, 04:20:05 pm »
i'm sure these are noob questions, but oh well...

first, i tried to set g_gravity to something other than 800, but when i started the server, it printed in the console "broadcast: print "Server: g_gravity changed to 800\n"" (i had it at 600 in the server.cfg).  why would this be?

second question, is there a server.cfg somewhere that has every single variable in it so i can know what all i can work with?

Oblivion

  • Posts: 410
  • Turrets: +27/-22
    • Gamez-Host.com
a couple server questions
« Reply #1 on: August 10, 2007, 04:40:01 pm »
go to (C:\Documents and Settings\ComputerName\Local Settings\Application Data\Tremulous\base) And open autogen.cfg and search for gravity in there and set it to 600.  Cause the autogen saves all the commands to the server.
World Wide Server Host

AmonSloane

  • Posts: 4
  • Turrets: +0/-0
a couple server questions
« Reply #2 on: August 10, 2007, 05:28:11 pm »
ok i searched that file and didn't find any gravity setting in it.

so if autogen.cfg seems to have all the server settings in it, what's the point in setting them in server.cfg?  especially if autogen.cfg seems to override server.cfg.  i guess i just don't get exactly what autogen.cfg is and does.

doomagent13

  • Posts: 506
  • Turrets: +18/-18
a couple server questions
« Reply #3 on: August 10, 2007, 07:26:34 pm »
It is the file containing your current settings -- mouse snsitivity, name, gamma, screensize, binds, and many more.

Lakitu7

  • Tremulous Developers
  • *
  • Posts: 1002
  • Turrets: +120/-73
a couple server questions
« Reply #4 on: August 10, 2007, 08:36:33 pm »
That's your chosen divinity's way of telling you not to change gravity settings because it instantly makes your server incredibly lame.

AmonSloane

  • Posts: 4
  • Turrets: +0/-0
a couple server questions
« Reply #5 on: August 10, 2007, 08:46:04 pm »
Quote from: "Lakitu7"
That's your chosen divinity's way of telling you not to change gravity settings because it instantly makes your server incredibly lame.
lol, i was only gonna change it just a little bit.
besides, i'm not really planning on hosting a big time server, its more just for my own experimentation and curiosity...

Rabbitt

  • Posts: 535
  • Turrets: +13/-27
a couple server questions
« Reply #6 on: August 10, 2007, 08:50:17 pm »
But Lak you have to admit when you turn gravity down by like increments of 25 is fun.
Quote from: amine
Take a super-high voltage taser with you and shock the french people and then point and laugh and yell 'FRENCH FRIES!!'

Oblivion

  • Posts: 410
  • Turrets: +27/-22
    • Gamez-Host.com
a couple server questions
« Reply #7 on: August 10, 2007, 10:25:09 pm »
Quote from: "AmonSloane"
ok i searched that file and didn't find any gravity setting in it.

so if autogen.cfg seems to have all the server settings in it, what's the point in setting them in server.cfg?  especially if autogen.cfg seems to override server.cfg.  i guess i just don't get exactly what autogen.cfg is and does.


Well lets just say your autogen is like a server log now I said like a server log but it dont actually log the server actions, just that it saves a couple settings in there for some reason.  But you do need the server.cfg to run your server.
World Wide Server Host

Oblivion

  • Posts: 410
  • Turrets: +27/-22
    • Gamez-Host.com
a couple server questions
« Reply #8 on: August 10, 2007, 10:28:01 pm »
Sorry for double post!  But what mod are you running?
World Wide Server Host

spidey1

  • Posts: 12
  • Turrets: +0/-0
a couple server questions
« Reply #9 on: August 10, 2007, 11:48:43 pm »
i had this problem, aswell as the buildpoints not changing,here's how i fixed it

in your base folder(the one with the .pk3's)
maprotation.cfg

add something like this

rotation1
{
  atcs
       {
   set g_gravity 700
   set g_humanBuildPoints 120
   set g_alienBuildPoints 120
        }
}

AmonSloane

  • Posts: 4
  • Turrets: +0/-0
a couple server questions
« Reply #10 on: August 11, 2007, 02:20:59 am »
i'm not running any mods. i am using a mac also, by the way, i don't know if that changes much other than where files go and stuff.

Quote from: "spidey1"
i had this problem, aswell as the buildpoints not changing,here's how i fixed it...


hmm, that makes sense