Server.cfg settings


(xTriXxy) #1

Hi,

i have folloving in my server.cfg

si_name “WWW.INBRINKFORUM.COM |PUBlic RANKED|”
si_needpass 0
g_password “”
si_rules sdGameRulesObjective
applyServerConfig Standard
si_maxplayers 16
si_playMode 2
si_onlineMode 3
si_rankRestricted 1
si_maxRank 1
net_serverRemoteConsolePassword “*******”
spawnServer mp/ccity

is this OK ? just for a default settings? how to disable bots completly?


(Wobbley) #2

First of all you should check the PDF instructions that come with the server files. It should be in the same folder your server files are located. It has a lot of good info and generic settings to get you going.

If you wish to disable bots you can use the rcon command: bot_enable “0”

EDIT: It seems that certain commands throw you server into “custom” server type. I am not sure if bot enables does work, and if it does it might throw your server into a “custom” server type as it may not be the proper way to disable bots


(nopantscat) #3

Looks good to me… if you aren’t going to have a password set you don’t need the ‘si_needpass 0’ or g_password"" lines, those are off by default.

Don’t know how to turn bots off - hopefully someone else does.


(xTriXxy) #4

thanks guys!!


(Feelgood) #5

enable_bots 0


(Batou) #6

I tried to make an Objective Competition server .bat, is it ok? (I can’t test it I’m in EU)
No rank limit, FF On, Team Balance On, Specs off, Votemap On, Bots Off, …
How can I disable Global VOIP and Team VOIP?

brink.exe
+set net_serverDedicated 1
+set si_name “[WF]Batou_fr”
+set si_playmode 2
+set si_onlineMode 3
+set si_spectators 0
+set si_maxRank 4
+set si_teamDamage 1
+set si_maxPlayers 16
+set si_minPlayers 4
+set si_teamForceBalance 1
+set si_readyPercent 80
+set si_warmupSpawn 1
+set si_disableVoting 0
+set si_timelimit 0
+set si_enemyTintEnabled 1
//just in case
+set si_needpass 0

+set g_votePassPercentage 51
+set g_voteWait 2.5
+set g_password password
+set g_mapRotationVote “mp/aquarium,mp/ccity,mp/reactor,mp /refuel,mp/resort,mp/sectow,mp/shipyard, mp/terminal”

+set enable_bots 0

+set net_serverPort 27015
+set net_serverPortMaster 27016
+set net_serverRemoteConsolePassword password
+set net_clientRemoteConsoleAddress 89.XX.XX.XX
+set net_clientRemoteConsolePassword password

+set sdGameRulesObjective

+set spawnServer mp/aquarium.entities


(Temp1337) #7

maybe some help here:
http://brinkbase.de/index.php?mod=articles&action=view&id=1


(impulse) #8

I thought it was

bot_enable 1/0

1 being on
0 being off


(voodooboy) #9

[QUOTE=Wobbley;296953]
If you wish to disable bots you can use the rcon command: bot_enable “0”

EDIT: It seems that certain commands throw you server into “custom” server type. I am not sure if bot enables does work, and if it does it might throw your server into a “custom” server type as it may not be the proper way to disable bots[/QUOTE]

//max HUMAN players
si_maxPlayersHuman 16

I have a feeling disabling bots has something to do with that line. Just a guess though as I can’t see anything else.


(impulse) #10

[QUOTE=voodooboy;298627]//max HUMAN players
si_maxPlayersHuman 16

I have a feeling disabling bots has something to do with that line. Just a guess though as I can’t see anything else.[/QUOTE]

if you set your server.cfg to disable bots (bot_enable 0) then bots will be disabled on the next map change.

If bots ARE enabled (bot_enable 1) and they are already in game playing. Just disabling them (bot_enable 0) isn’t going to make them leave unless you admin kickallbots.


(LyndonL) #11

To keep the game pure instead of custom:

applyServerConfig “Old Skool”

That will disable bots, but keep teams at 8 people.