]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Better default editor distances
authorMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 25 Oct 2011 10:00:27 +0000 (13:00 +0300)
committerMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 25 Oct 2011 10:00:27 +0000 (13:00 +0300)
defaultXonotic.cfg

index 2b35dc34e139263040954b5a6444811e6dc2c8e3..c08de9a3646464821347f7bccd6b7602571e4bb0 100644 (file)
@@ -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"