diff --git a/fleet_journal_settings.ini b/fleet_journal_settings.ini new file mode 100644 index 0000000..120ba7f --- /dev/null +++ b/fleet_journal_settings.ini @@ -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, +} diff --git a/mod_info.json b/mod_info.json index 307e924..479dfa1 100644 --- a/mod_info.json +++ b/mod_info.json @@ -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",