-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfleet_journal_settings.ini
26 lines (17 loc) · 1.03 KB
/
fleet_journal_settings.ini
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
{
####### Intel Entries Removal #######
# The "Manage Entries" button will not appear unless this setting is set to "true".
# WARNING: careless usage of this feature can lead to issues with your game.
# Use at your own discretion and under your own responsibility.
"enable_manage_entries_button": true,
####### Auto-Logging Options #######
# Governs whether to create journal entries automatically on discovery of certain entities.
# First one is a blanket option: if disabled, there will be no auto-logging.
"enable_auto_logging": true,
# These options do nothing if auto-logging is disabled. Otherwise, they can be used to toggle off specific entities logging.
"enable_frigate_derelict_logging": true,
"enable_destroyer_derelict_logging": true,
"enable_cruiser_derelict_logging": true,
"enable_capital_derelict_logging": true,
"enable_debris_field_logging": true,
}