Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
netniV committed Feb 8, 2025
2 parents 2e3395d + 90a6aa5 commit cb9e6ce
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions example_community_patch_settings.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ system_zoom_preset_3 = 0.0
system_zoom_preset_4 = 0.0
system_zoom_preset_5 = 0.0

# After using a zoom preset it will be set as default zoom
use_presets_as_default = true

# These options does not appear to be used, and may be removed from future configuration
target_framerate = 60

Expand Down Expand Up @@ -106,6 +109,9 @@ fix_unity_web_requests = true
# Skip the reveal box animation, and just open the damn boxes
always_skip_reveal_sequence = true

# Stay in non-restricted bundles after collecting
stay_in_bundle_after_summary = true

# Change 'false' to 'true' from the line below to remove Galaxy Chat from the game
disable_galaxy_chat = false

Expand All @@ -123,14 +129,11 @@ disabled_banner_types = 'Event,Victory,Defeat'
# FactionLevelUp
# FactionLevelDown
# FactionDiscovered
# IncomingAttack
# IncomingAttackFaction
# FleetBattle
# StationBattle
# StationVictory
# Victory
# Defeat
# StationDefeat
# Victory (Includes StationVictory)
# Defeat (Includes StationDefeat)
# Event
# ArmadaCreated
# ArmadaCanceled
Expand Down Expand Up @@ -159,9 +162,6 @@ show_station_cargo = true
show_hostile_cargo = true
show_armada_cargo = true

# Stay in non-restricted bundles after collecting
stay_in_bundle_after_summary = true

[shortcuts]
# Primary actions such as Mine or Attack or Go
action_primary = 'SPACE'
Expand Down Expand Up @@ -226,8 +226,14 @@ select_ship8 = '8'
# Show alliance screen
show_alliance = '\'

# Show alliance armada screen
show_alliance_armada = 'CTRL-\'

# Show alliance help screen
show_alliance_help = 'SHIFT-\'

# Show artifacts screen
show_artificates = 'SHIFT-I'
show_artifacts = 'SHIFT-I'


# Go to the Away Team screen
Expand Down

0 comments on commit cb9e6ce

Please sign in to comment.