From 66742fcadfbdab98fee521cb5a817727f4041cfe Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 1 Jun 2013 16:12:03 +1000 Subject: [PATCH] Move sandbox menu cvars back --- defaultXonotic.cfg | 13 +++++++++++++ mutators.cfg | 13 ------------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index b1c76f4c0..44d4a4313 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -407,6 +407,19 @@ set g_player_alpha 1 set g_player_brightness 0 "set to 2 for brighter players" seta g_balance_cloaked_alpha 0.25 +seta menu_sandbox_spawn_model "" +seta menu_sandbox_attach_bone "" +seta menu_sandbox_edit_skin 0 +seta menu_sandbox_edit_alpha 1 +seta menu_sandbox_edit_color_main "1 1 1" +seta menu_sandbox_edit_color_glow "1 1 1" +seta menu_sandbox_edit_frame 0 +seta menu_sandbox_edit_scale 1 +seta menu_sandbox_edit_solidity 1 +seta menu_sandbox_edit_physics 1 +seta menu_sandbox_edit_force 1 +seta menu_sandbox_edit_material "" + bind f7 menu_showsandboxtools set g_playerclip_collisions 1 "0 = disable collision testing against playerclips, might be useful on some defrag maps" diff --git a/mutators.cfg b/mutators.cfg index 89e2682dd..b17b3fd99 100644 --- a/mutators.cfg +++ b/mutators.cfg @@ -57,19 +57,6 @@ set g_sandbox_object_material_velocity_min 100 "velocity objects must have while set g_sandbox_object_material_velocity_factor 0.002 "velocity range which decides the intensity of material effects" set cl_sandbox_clipboard "" -seta menu_sandbox_spawn_model "" -seta menu_sandbox_attach_bone "" -seta menu_sandbox_edit_skin 0 -seta menu_sandbox_edit_alpha 1 -seta menu_sandbox_edit_color_main "1 1 1" -seta menu_sandbox_edit_color_glow "1 1 1" -seta menu_sandbox_edit_frame 0 -seta menu_sandbox_edit_scale 1 -seta menu_sandbox_edit_solidity 1 -seta menu_sandbox_edit_physics 1 -seta menu_sandbox_edit_force 1 -seta menu_sandbox_edit_material "" - // ======================== // invincible projectiles -- 2.39.2