-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSDLS_Config.ini
More file actions
47 lines (39 loc) · 2.14 KB
/
SDLS_Config.ini
File metadata and controls
47 lines (39 loc) · 2.14 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
_____ _____ _ _____
/ ____| __ \| | / ____|
| (___ | | | | | | (___
\___ \| | | | | \___ \
____) | |__| | |____ ____) |
|_____/|_____/|______|_____/
[Utility]
# Preloads game data asynchronously, significantly reducing save loading times.
# Slightly increases initial startup time, but can save 15-20 seconds when loading a save.
# If you encounter errors while loading a save, try disabling this option.
# Your save file is safe, the game just failed to load your save.
fastLoad = true
# Whether to load into a save immediately when launching the game.
loadIntoSave = true
# Whether to automatically import new stories when launching the game (will disable fastLoad and loadIntoSave once)
autoImportNewStories = true
# Prevents issues with mod managers by removing all SDLS-created files on exit.
doCleanup = true
[Logging]
# Debug timers are used to benchmark performance. Will log the time it takes to complete certain actions in the log.
logDebugTimers = false
# ====================================================================== #
# DISABLED OPTIONS. IN DEVELOPMENT. WILL CAUSE SEVERE PROBLEMS IF CHANGED
# ====================================================================== #
[Merge options]
# Decides whether to merge mods or not.
# If true, creates a new directory in which it creates the merged JSON.
# DO NOT DISTRIBUTE MERGED JSON. IT WILL CONTAIN ALL MODS YOU HAVE INSTALLED, WHICH BELONG TO THEIR RESPECTIVE MOD AUTHORS.
doMerge = false
# Sends messages in the console and in SDLS_Merge_Conflicts.log for every single conflict.
logMergeConflicts = true
[EXPERIMENTAL]
# Flatout loads the entirety of the basegame json before merging mods, making sure there are absolutely no conflicts with the basegame.
# Will cause significant slowdowns and memory usage. Extremely experimental and unoptimized feature.
# This will make every log from logMergeConflicts unreliable. It is advised to turn the option off when using this feature.
basegameMerge = false
# ====================================================================== #
# DISABLED OPTIONS END
# ====================================================================== #