Skip to content

Commit

Permalink
0.97 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ontheheavens committed Feb 3, 2024
1 parent f6e48b6 commit a35910d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions fleet_journal_settings.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,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": false,

####### 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": false,

# 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,
}
4 changes: 2 additions & 2 deletions mod_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"id":"fleet_journal",
"name":"Fleet Journal",
"author":"Ontheheavens",
"version":"1.0.0",
"version":"1.0.9",
"description":"UI for creating custom intel entries.",
"gameVersion":"0.95.1a-RC6",
"gameVersion":"0.97a-RC6",
"jars":["jars/fleet_journal.jar"],
"modPlugin":"fleetjour.FleetJourModPlugin",
"totalConversion": "false",
Expand Down

0 comments on commit a35910d

Please sign in to comment.