-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIntroTweaks.cfg
137 lines (109 loc) · 4 KB
/
IntroTweaks.cfg
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
## Settings file was created by plugin IntroTweaks v1.5.0
## Plugin GUID: IntroTweaks
[0 >> General << 0]
## Enable or disable the plugin globally.
# Setting type: Boolean
# Default value: true
bEnabled = true
[1 >> Intro << 1]
## Skips those pesky Unity and Zeekers startup logos!
# Setting type: Boolean
# Default value: true
bSkipSplashScreens = true
## If the loading animation (booting OS) should be skipped.
# Setting type: Boolean
# Default value: true
bSkipBootAnimation = true
## Which mode to automatically enter into after the splash screen.
## Valid options: ONLINE, LAN, OFF
# Setting type: String
# Default value: OFF
sAutoSelectMode = OFF
## Whether the 'Host' button is automatically selected when the Online/LAN menu loads.
# Setting type: Boolean
# Default value: false
bAutoSelectHost = false
[2 >> Main Menu << 2]
## If the main menu buttons should align with each other.
# Setting type: Boolean
# Default value: true
bAlignMenuButtons = true
## Whether the main menu canvas should have its settings corrected.
## May cause overlapping issues, only enable it if you don't use other mods that edit the menu.
# Setting type: Boolean
# Default value: false
bFixMenuCanvas = false
## The main menu panels (host, servers, loading screen) all have anchoring, offset and sizing issues.
## This option helps solve them and improve the look of the menu.
##
## MAY BREAK SOME MODS.
# Setting type: Boolean
# Default value: false
bFixMenuPanels = false
## Whether to apply fixes to MoreCompany UI elements.
## Fixes include: button placement, header positioning & scaling of cosmetics border.
##
## PRONE TO INCOMPATIBILITIES! TURN THIS OFF IF YOU ENCOUNTER BREAKING BUGS.
# Setting type: Boolean
# Default value: true
bFixMoreCompany = true
## Hides the warning popup when hosting a LAN session.
# Setting type: Boolean
# Default value: true
bRemoveLanWarning = true
## Hides the 'Launched in LAN mode' text below the Quit button.
# Setting type: Boolean
# Default value: true
bRemoveLaunchedInLanText = true
## Hides the panel that displays news such as game updates.
# Setting type: Boolean
# Default value: false
bRemoveNewsPanel = false
## Hides the 'Credits' button on the main menu. The other buttons are automatically adjusted.
# Setting type: Boolean
# Default value: true
bRemoveCreditsButton = true
[3 >> Custom Version Text << 3]
## Whether to replace the game's version text with a custom alternative.
# Setting type: Boolean
# Default value: true
bCustomVersionText = true
## Replace the game's version text with this custom text in the main menu.
## To insert the version number, use the $VERSION syntax. E.g. Ver69 would be Ver$VERSION
# Setting type: String
# Default value: v$VERSION\n[MODDED]
sVersionText = v$VERSION - Vanimol 0.4.0
## The font size of the version text. Min = 10, Max = 40.
# Setting type: Single
# Default value: 20
fVersionTextSize = 10
## Use this option to adjust the Y position of the version text if it's out of place.
## For example, when using 3 lines of text, a small positive value would move it back up.
# Setting type: Single
# Default value: 0
fVersionTextOffset = -25
## If the custom version text should always show the short 'real' version.
## This will ignore mods like LC_API and MoreCompany that change the game version.
# Setting type: Boolean
# Default value: true
bAlwaysShortVersion = true
[4 >> Miscellaneous << 4]
## If enabled, the lever will be pulled automatically to begin the landing sequence.
# Setting type: Boolean
# Default value: false
bAutoStartGame = false
## The delay before the lever is automatically pulled when bAutoStartGame is true.
## Minimum: 1 | Maximum: 30
# Setting type: Single
# Default value: 1.5
fAutoStartGameDelay = 1.5
## Toggles the first day ship speaker SFX.
# Setting type: Boolean
# Default value: false
bDisableFirstDaySFX = false
## The index of the monitor to display the game on when starting.
## You can find these indexes in your Windows display settings.
## Defaults to 0 (main monitor).
# Setting type: Int32
# Default value: 0
iGameStartupDisplay = 0