1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Subject: default options
Author: Alexandre Detiste <alexandre@detiste.be>
Forwarded: not needed
The path match the one used by G-D-P.
check_for_update enabled by default is a privacy breach.
---
CorsixTH/Lua/config_finder.lua | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/CorsixTH/Lua/config_finder.lua b/CorsixTH/Lua/config_finder.lua
index 6aae5de..fffdde5 100644
--- a/CorsixTH/Lua/config_finder.lua
+++ b/CorsixTH/Lua/config_finder.lua
@@ -124,7 +124,7 @@ local config_defaults = {
audio_frequency = 22050,
audio_channels = 2,
audio_buffer_size = 2048,
- theme_hospital_install = [[X:\ThemeHospital\hospital]],
+ theme_hospital_install = [[/usr/share/games/theme-hospital]],
debug = false,
DBGp_client_idehost = nil,
DBGp_client_ideport = nil,
@@ -138,7 +138,7 @@ local config_defaults = {
shift_scroll_speed = 4,
new_graphics_folder = nil,
use_new_graphics = false,
- check_for_updates = true,
+ check_for_updates = false,
room_information_dialogs = true,
allow_blocking_off_areas = false,
direct_zoom = nil,
|