From 8d843ac3bbd314175b7565df737ed0a7d75e5983 Mon Sep 17 00:00:00 2001
From: Byurrer <byurrer@mail.ru>
Date: Thu, 7 Jun 2018 22:29:57 +0400
Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=BA=D0=BE=D0=BC=D0=B8=D1=87?=
 =?UTF-8?q?=D0=B2=D0=B0=D1=8E=20=D0=BA=D0=BE=D0=BD=D1=84=D0=B8=D0=B3=D0=B8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 build/config_editor.cfg |  5 +++++
 build/config_game.cfg   | 31 ++++++++++++++++++++++++++++++
 build/config_sys.cfg    | 42 +++++++++++++++++++++++++++++++++++++++++
 3 files changed, 78 insertions(+)
 create mode 100644 build/config_editor.cfg
 create mode 100644 build/config_game.cfg
 create mode 100644 build/config_sys.cfg

diff --git a/build/config_editor.cfg b/build/config_editor.cfg
new file mode 100644
index 000000000..245634c3c
--- /dev/null
+++ b/build/config_editor.cfg
@@ -0,0 +1,5 @@
+echo "Executing editor config file"
+
+cl_mode_editor 1
+
+r_stats 1
\ No newline at end of file
diff --git a/build/config_game.cfg b/build/config_game.cfg
new file mode 100644
index 000000000..0e67865f0
--- /dev/null
+++ b/build/config_game.cfg
@@ -0,0 +1,31 @@
+echo "Executing sys config file"
+
+bind w +forward
+bind s +backward
+bind a +left
+bind d +right
+bind shift +boost
+bind ctrl +crouch
+bind alt +crawl
+bind space +jump
+bind mouse1 +attack
+bind mouse3 +attack2
+bind r reload
+bind t flashlight
+
+bind f7 change_mode_window
+bind f9 shader_reload
+bind f8 change_mode_window_abs
+
+r_stats 1
+r_win_width 800
+r_win_height 600
+
+
+r_physdebug 0
+r_stats 1
+r_pssm_shadowed 1
+r_shadow_soft 1
+pssm_4or3 0
+
+spawn
\ No newline at end of file
diff --git a/build/config_sys.cfg b/build/config_sys.cfg
new file mode 100644
index 000000000..952be26ac
--- /dev/null
+++ b/build/config_sys.cfg
@@ -0,0 +1,42 @@
+echo "Executing sys config file"
+
+bind escape exit
+
+bind f12 screenshot
+bind f11 save_worktex
+bind f9 shader_reload
+
+cl_mode_editor 1
+
+r_default_fov 1.046
+
+pp_ssao 1
+pp_bloom true
+pp_lensflare true
+pp_lensflare_usebloom true
+pp_dlaa 0
+pp_nfaa 0
+pp_motionblur true
+pp_motionblur_coef 0.01
+
+pssm_4or3 true
+
+pssm_q 1.0
+lsm_q 1.0
+
+grass_frec 100
+green_lod0 50
+green_lod1 100
+green_less 20
+r_far 400
+
+r_s_filter 2
+r_s_max_anisotropy 16
+r_s_max_miplevel 0
+
+main_rain_density 1
+main_thunderbolt true
+
+g_time_speed 1
+
+
-- 
GitLab