Author Topic: Dedicated Server Config  (Read 3310 times)

Rawr

  • Posts: 918
  • Turrets: +1/-1
Dedicated Server Config
« on: August 09, 2006, 07:01:15 pm »
this is what i have set for my deticated server:

I would like to know about the "g_" admin rights
i know theres the rcon stuff like rcon kick
i want to know to change the settings in game with G
Code: [Select]
// server name & loading screen

set sv_hostname "^1Rawr^2Mon^3ster's ^1Power^2House" // server name in server list
set g_motd "^1Deconners will be Perma BANNED" // message at connection screen


// server password

set g_needpass 0 // toggle password needed to join the server
set g_password "" // server password


// reserved slots

set sv_privatepassword "test" // set password test -> at client to use slot
set sv_privateclients 2 // number of private slots, substracted from
// sv_maxclients

// remote control

set rconpassword "*****" // set rconpassword test -> at client to log in


// main configuration

set sv_maxclients 14 // maximum number of clients
set sv_pure 1 // disallow clients with modified content
set sv_allowdownload 0 // allow downloads from the server
set sv_minrate 5000 // Minumum rate for connected clients
set sv_maxrate 25000 // Maximum rate for connected clients
set sv_minsnaps 10 // Minumum snapshots for connected clients
set sv_minping 0 // Minumum latency for connected clients
set sv_maxping 500 // Maximum latency for connected clients
// prevents connection of clients with higher ping
set g_allowvote 1 // enable client map/kick voting by "/callvote" cmd
set g_antilag 1 // serverside antilag feature
set g_initialmaprotation rotation1 // following the first map, start this rotation
set g_mincommandperiod 1000
set pmove_fixed 0


// gameplay specific configuration

set timelimit 40 // after 40 minutes, the game will end as a draw
set g_suddendeathtime 30 // after 30 minutes, all build points are removed
set g_teamforcebalance 1 // forces each team to have a similar number of players
set g_friendlyfire 0 // teammates may damage each other
set g_humanBuildPoints 200 // Number of buildpoints for human team, default 100
set g_humanMaxStage 2 // Maximum human stage (s1=0, s2=1, s3=2)
set g_humanStage2Threshold 10 // threshold for humans to reach stage 2, default 20
set g_humanStage3Threshold 20 // threshold for humans to reach stage 3, default 40
set g_alienBuildPoints 500 // Number of buildpoints for alien team, default 100
set g_alienMaxStage 2 // Maximum alien stage (s1=0, s2=1, s3=2)
set g_alienStage2Threshold 1 // threshold for aliens to reach stage 2, default 20
set g_alienStage3Threshold 2 // threshold for aliens to reach stage 3, default 40
set g_gravity 400 // gravity setting, default 800


//start this map first

map tremor
img]http://dvclan.org/statsig/statsig.php/3826/4.jpg[/img]

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
Dedicated Server Config
« Reply #1 on: August 09, 2006, 10:54:22 pm »
was there a question there?
and we all know what the defualt config looks like.
Any maps not in the MG repo?  Email me or come to irc.freenode.net/#mg.
--
My words are mine and mine alone.  I can't speak for anyone else, and there is no one who can speak for me.  If I ever make a post that gives the opinions or positions of other users or groups, then they will be clearly labeled as such.
I'm disappointed that people's past actions have forced me to state what should be obvious.
I am not a dev.  Nothing I say counts for anything.

Rawr

  • Posts: 918
  • Turrets: +1/-1
Dedicated Server Config
« Reply #2 on: August 10, 2006, 05:01:22 am »
whats all the rcon stuff that you can do?
img]http://dvclan.org/statsig/statsig.php/3826/4.jpg[/img]

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
Dedicated Server Config
« Reply #3 on: August 10, 2006, 02:26:51 pm »
server: set rconpassword "*****"
clinet:
/rconpassword *****
/rcon [command]
Any maps not in the MG repo?  Email me or come to irc.freenode.net/#mg.
--
My words are mine and mine alone.  I can't speak for anyone else, and there is no one who can speak for me.  If I ever make a post that gives the opinions or positions of other users or groups, then they will be clearly labeled as such.
I'm disappointed that people's past actions have forced me to state what should be obvious.
I am not a dev.  Nothing I say counts for anything.

Rawr

  • Posts: 918
  • Turrets: +1/-1
Dedicated Server Config
« Reply #4 on: August 10, 2006, 06:34:57 pm »
yes i know all of that...
is there anything else besides rcon kick "name"?
is there ban?
mute?
switchteam/putteam?
cancel vote?
pass vote?
img]http://dvclan.org/statsig/statsig.php/3826/4.jpg[/img]

Rawr

  • Posts: 918
  • Turrets: +1/-1
Dedicated Server Config
« Reply #5 on: August 12, 2006, 01:45:10 am »
every time i try to enter something " /rcon password ****" it brings up bad password.
img]http://dvclan.org/statsig/statsig.php/3826/4.jpg[/img]

[db@]Megabite

  • Posts: 613
  • Turrets: +3/-0
    • http://www.tremulous.info
Dedicated Server Config
« Reply #6 on: August 12, 2006, 08:41:16 am »
That may be because the command you used is wrong. David already posted the right one:
Quote from: "David"
/rconpassword *****
/rcon [command]


If you just type "/rcon password ****" you tell the server to change the (non existant) variable "password". But without havon typed "/rconpassword ****"  you are not logged in and so the server tells you "Bad RconPassword".

Danny
url=http://www.tremulous.info][/url]