X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=defaultXonotic.cfg;h=e3daefac7ba3f67c41fe069068951fcd634009ea;hb=a0b81c8a4bac14f23744b8fa2d3e0fd3ecd0730d;hp=dc4febe88b74c2e54c64f913ec0dc6bbfad28d94;hpb=057e534ac970254e91d625ca31623b850bb6b165;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index dc4febe88..e3daefac7 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -540,6 +540,7 @@ set g_maplist_check_waypoints 0 "when 1, maps are skipped if there currently are set samelevel 0 "when 1, always play the same level over and over again" set g_grab 0 "enables grabbing certain objects" +set g_grab_range 150 "distance at which objects can be grabbed" set g_cloaked 0 "display all players mostly invisible" set g_player_alpha 1 @@ -548,13 +549,15 @@ 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 object information to the server. 1 prints info about spawned / removed objects, 2 also prints info about edited objects" +set g_sandbox_readonly 0 "when this mode is active, players cannot modify objects or use any sandbox commands" set g_sandbox_storage_name default "name of the selected storage to use" set g_sandbox_storage_autosave 5 "storage is automatically saved every specified number of seconds" set g_sandbox_storage_autoload 1 "if a storage file exists for the given map, automatically load it at startup" +set g_sandbox_editor_flood 1 "players must wait this many seconds between spawning objects" set g_sandbox_editor_maxobjects 1000 "maximum number of objects that may exist at a time" set g_sandbox_editor_free 1 "0 = players can only copy or edit their own objects, 1 = players can copy but not edit other objects, 2 = players can copy and edit all object" 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_sandbox_editor_distance_edit 300 "distance at which players can edit or remove objects they are looking at" set g_sandbox_object_scale_min 0.1 "minimum scale that objects can be set to" set g_sandbox_object_scale_max 2 "maximum scale that objects can be set to" set g_sandbox_object_material_velocity_min 100 "velocity objects must have while colliding for material effects to be applied"