Skip to content
Snippets Groups Projects
Commit 27e8c4b2 authored by DarkGod's avatar DarkGod
Browse files

fix

parent 91e84120
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ shaders_kind_distort = true
shaders_kind_adv = true
shaders_kind_volumetric = false
particles_density = 100
background_saves = false
background_saves = true
mouse_cursor = true
display_fps = 30
gamma_correction = 120
......@@ -66,6 +66,7 @@ censor_boot = true
chat.filter = {}
chat.ignores = {}
addons = {}
upgrades { v1_0_5=true }
]]
for i, file in ipairs(fs.list("/settings/")) do
if file:find(".cfg$") then
......
......@@ -430,7 +430,7 @@ This is all optional, you are not forced to use this feature at all, but the dev
Online profile requires an internet connection, if not available it will wait and sync when it finds one.]]
function _M:checkFirstTime()
if not profile.generic.firstrun then
if not profile.generic.firstrun and not core.steam then
profile:checkFirstRun()
local text = "Thanks for downloading T-Engine/ToME.\n\n"..profile_help_text
Dialog:yesnocancelLongPopup("Welcome to T-Engine", text, 600, function(ret, cancel)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment