X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=xonotic-server.cfg;h=707e2ba8e00260010f25d9b33eea4c6111474759;hb=7fba126657535cbd30049b74aed875052fe5e259;hp=6bc987f677eb37772c78ce4697b84c135383d7f3;hpb=37420850358de2c3ca095265ece240ca3051a126;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/xonotic-server.cfg b/xonotic-server.cfg index 6bc987f67..707e2ba8e 100644 --- a/xonotic-server.cfg +++ b/xonotic-server.cfg @@ -193,14 +193,14 @@ set g_spawnshieldtime 1 "number of seconds you are invincible after you spawned, set g_spawnshield_blockdamage 1 "how much spawn shield protects you from damage (1 = full protection)" set g_antilag 2 "AntiLag (0 = no AntiLag, 1 = verified client side hit scan, 2 = server side hit scan in the past)" set g_antilag_nudge 0 "don't touch" -set g_shootfromeye 0 "shots are fired from your eye/crosshair; visual gun position can still be influenced by cl_gunalign 1 and 2" +set g_shootfromeye 1 "shots are fired from your eye/crosshair; visual gun position can still be influenced by cl_gunalign 1 and 2" set g_shootfromcenter 0 "weapon gets moved to the center, shots still come from the barrel of your weapon; visual gun position can still be influenced by cl_gunalign 1 and 2" set g_shootfromfixedorigin "" "if set to a string like 0 y z, the gun is moved to the given y and z coordinates. If set to a string like x y z, the whole shot origin is used" set g_weapon_stay 0 "1: ghost weapons can be picked up but give no ammo, thrown guns have ammo 2: ghost weapons can be picked up and refill ammo to one pickup size, thrown guns have no ammo (to prevent infinite ammo abuse)" set g_weapon_throwable 1 "if set to 1, weapons can be dropped" set g_powerups -1 "if set to 0 no powerups will spawn, if 1 they will spawn in all game modes, -1 is game mode default" set g_powerups_drop 0 "allow dropping powerups (1 = timer continues, 2 = timer freezes until picked up)" -set g_powerups_drop_ondeath 0 "players will drop their powerups on death (1 = timer continues, 2 = timer freezes until picked up)" +set g_powerups_drop_ondeath 1 "players will drop their powerups on death (1 = timer continues, 2 = timer freezes until picked up)" set g_powerups_stack 0 "enables stacking of powerup timers when picking up a powerup you already have; otherwise timer is reset to the time granted by the item, if greater than the time you currently have" set g_powerups_strength 1 "allow strength powerups to spawn" set g_powerups_shield 1 "allow shield powerups to spawn" @@ -221,7 +221,7 @@ set g_fullbrightitems 0 "disables lighting effects on items, making them appear set g_nodepthtestplayers 0 "disables depth testing on players" set g_nodepthtestitems 0 "disables depth testing on items" set g_casings 2 "specifies which casings (0: none, 1: only shotgun casings, 2: shotgun and machine gun casings) are sent to the client" -set g_norecoil 0 "if set to 1 shooting weapons won't make you crosshair to move upwards (recoil)" +set g_norecoil 1 "if set to 1 shooting weapons won't make you crosshair to move upwards (recoil)" set g_maplist_mostrecent "" "contains the name of the maps that were most recently played" set g_maplist_mostrecent_count 3 "number of most recent maps that are blocked from being played again" set g_maplist_index 0 "this is used internally for saving position in maplist cycle" @@ -233,7 +233,6 @@ set g_maplist_sizes_count_maxplayers 1 "check the player limit when getting the set g_maplist_sizes_count_bots 1 "include the number of bots currently in the server when counting the number of players for size restrictions" set g_maplist_sizes_specparty 0 "this fraction of people are expected to only spectate, reduces player count used to select voting GUI maps" -set g_items_mindist 4000 "starting distance for the fading of items" set g_items_maxdist 4500 "maximum distance at which an item can be viewed, after which it will be invisible" set g_items_dropped_lifetime 20 "default lifetime for dropped items unless explicitly overriden (ie. flags)" @@ -396,19 +395,20 @@ set sv_waypointsprite_limitedrange 5120 "default maximum viewing distance of way set sv_itemstime 1 "enable networking of time left until respawn for items such as mega health/armor and powerups" // bans -set g_ban_default_bantime 5400 "90 minutes" +set g_ban_default_bantime 5400 "default ban time in seconds" set g_ban_default_masksize 3 "masksize 0 means banning by UID only, 1 means banning by /8 (IPv6: /32) network, 2 means banning by /16 (IPv6: /48) network, 3 means banning by /24 (IPv6: /56) network, 4 means banning by single IP (IPv6: /64 network)" set g_ban_sync_uri "" "sync using this ban list provider (empty string to disable)" -set g_ban_sync_interval 5 "sync every 5 minutes" -set g_ban_sync_trusted_servers "" "request ban lists from these xonotic servers (do not include your own server there, or unbanning may fail)" +set g_ban_sync_interval 5 "sync interval in minutes" +set g_ban_sync_trusted_servers "" "request ban lists from these Xonotic servers (do not include your own server there, or unbanning may fail)" set g_ban_sync_timeout 45 "time out in seconds for the ban sync requests" -set g_ban_sync_trusted_servers_verify 0 "when set to 1, additional bans sent by the servers are ignored, and only bans for the requested IP are used" -set g_ban_telluser 1 "notify the banned player about it when they try to join" -set g_banned_list "" "format: IP remainingtime IP remainingtime ..." +set g_ban_sync_trusted_servers_verify 0 "ignore additional bans sent by the servers, and use only bans for the requested IP" +set g_ban_telluser 1 "notify the banned player they are banned when they try to join" +set g_banned_list "" "list of banned players; player format: IP remainingtime" set g_banned_list_idmode "1" "when set, the IP banning system always uses the ID over the IP address (so a user in a banned IP range can connect if they have a valid signed ID)" -set g_muteban_list "" "list of banned players from chat, format: IP playerkey ..." -set g_playban_list "" "list of banned players from playing (forced to spectate), format: IP playerkey ..." -set g_voteban_list "" "list of banned players from voting, format: IP playerkey ..." +set g_chatban_list "" "list of banned players from chat; player format: IP or playerkey" +set g_playban_list "" "list of banned players from playing (forced to spectate); player format: IP or playerkey" +set g_playban_minigames 0 "disallow playbanned players (who are forced to spectate) from playing minigames" +set g_voteban_list "" "list of banned players from voting; player format: IP or playerkey" // useful vote aliases set timelimit_increment 5 "number of minutes added to the timer when voting for extendmatchtime"