X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=defaultServer.cfg;h=f9609e346c8e0e85d5bfd8846732e2cac286b3ae;hb=bebef6b9a1c5d5d79cb9cf11180dbb6cda6fcd29;hp=739746267769380cc8cd599a5f944bc91e477a9d;hpb=3c7ac3f983fcc360961822c570a713ede68453ad;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/defaultServer.cfg b/defaultServer.cfg index 739746267..f9609e346 100644 --- a/defaultServer.cfg +++ b/defaultServer.cfg @@ -83,6 +83,8 @@ set sv_precacheplayermodels 1 set sv_precacheweapons 0 set sv_precacheitems 0 set sv_spectator_speed_multiplier 1.5 +set sv_spectator_speed_multiplier_min 1 +set sv_spectator_speed_multiplier_max 5 set sv_spectate 1 "if set to 1, new clients are allowed to spectate or observe the game, if set to 0 joining clients spawn as players immediately (no spectating)" set sv_defaultcharacter 0 "master switch, if set to 1 the further configuration for replacing all player models, skins and colors is taken from the sv_defaultplayermodel, sv_defaultplayerskin and sv_defaultplayercolors variables" set sv_defaultcharacterskin 0 "if set to 1 the further configuration for replacing all skins is taken from the sv_defaultplayerskin variables" @@ -221,9 +223,6 @@ set g_balance_cloaked_alpha 0.25 set g_playerclip_collisions 1 "0 = disable collision testing against playerclips, might be useful on some defrag maps" set g_botclip_collisions 1 "0 = disable collision testing against botclips, might be useful on some defrag maps" -set g_grappling_hook 0 "let players spawn with the grappling hook which allows them to pull themselves up" -set g_grappling_hook_useammo 0 "use ammunition with the off-hand grappling hook" - set g_spawn_alloweffects 1 "allow clients to enable spawn point and event effects such as particles and sounds, see cl_spawn_ cvars for more info" set g_spawn_furthest 0.5 "this amount of the spawns shall be far away from any players" set g_spawn_useallspawns 0 "use all spawns, e.g. also team spawns in non-teamplay, and all spawns, even enemy spawns, in teamplay"