Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tales of MajEyal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
K'van
Tales of MajEyal
Commits
27e8c4b2
Commit
27e8c4b2
authored
11 years ago
by
DarkGod
Browse files
Options
Downloads
Patches
Plain Diff
fix
parent
91e84120
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
game/engines/default/engine/init.lua
+2
-1
2 additions, 1 deletion
game/engines/default/engine/init.lua
game/engines/default/modules/boot/class/Game.lua
+1
-1
1 addition, 1 deletion
game/engines/default/modules/boot/class/Game.lua
with
3 additions
and
2 deletions
game/engines/default/engine/init.lua
+
2
−
1
View file @
27e8c4b2
...
...
@@ -57,7 +57,7 @@ shaders_kind_distort = true
shaders_kind_adv = true
shaders_kind_volumetric = false
particles_density = 100
background_saves =
fals
e
background_saves =
tru
e
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
...
...
This diff is collapsed.
Click to expand it.
game/engines/default/modules/boot/class/Game.lua
+
1
−
1
View file @
27e8c4b2
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment