From: Mircea Kitsune Date: Tue, 25 Oct 2011 10:00:27 +0000 (+0300) Subject: Better default editor distances X-Git-Tag: xonotic-v0.6.0~35^2~18^2~186 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=93afb1d8b8ffa52825f24c2c43c2ff7e85f34077;p=xonotic%2Fxonotic-data.pk3dir.git Better default editor distances --- diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 2b35dc34e..c08de9a36 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -543,8 +543,8 @@ seta g_balance_cloaked_alpha 0.25 set g_sandbox 0 "allow players to spawn and edit objects around the map" set g_sandbox_info 1 "print non-critical information to the server" -set g_sandbox_editor_distance_spawn 150 "distance at which objects spawn in front of the player" -set g_sandbox_editor_distance_edit 250 "distance at which players can edit or remove objects they are looking at" +set g_sandbox_editor_distance_spawn 200 "distance at which objects spawn in front of the player" +set g_sandbox_editor_distance_edit 350 "distance at which players can edit or remove objects they are looking at" 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"