• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

fourteenfour

Major
31 Badges
Apr 27, 2018
636
1.506
  • BATTLETECH
  • Stellaris: Nemesis
  • Stellaris: Necroids
  • Stellaris: Federations
  • Stellaris: Lithoids
  • Surviving Mars: First Colony Edition
  • Stellaris: Megacorp
  • Surviving Mars: First Colony Edition
  • Stellaris: Distant Stars
  • BATTLETECH - Digital Deluxe Edition
  • Surviving Mars: Digital Deluxe Edition
  • Stellaris: Apocalypse
  • Stellaris: Humanoids Species Pack
  • Surviving Mars
  • Stellaris - Path to Destruction bundle
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Hearts of Iron IV: Cadet
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Stellaris
  • Crusader Kings II: Way of Life
  • Europa Universalis IV
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Sword of Islam
  • Dungeonland
  • Stellaris: Ancient Relics
  • Stellaris: Galaxy Edition
  • Stellaris: Synthetic Dawn
  • Crusader Kings II
The snippet code below which is found in 00_defines.txt needs to be moved into a new file so that we can customize keybindings without blocking the ability to have achievements. It is already ridiculous that in this day and age that there is no keyboard customization as this is a feature many with physical issues use to make a game more comfortable to play.

In general 00_defines.txt has become a bloated mess that blocks customization of the game across many categories that would not jeopardize achievements; not that I value achievements at all but some do.

Code:
        TOPBAR_BUTTONS_SHORTCUTS                = {
        "contacts" "F1"
        "situation" "F2"
        "market" "F3"
        "empire" "F4"
        "expansion_planner" "F5"
        "policies" "F6"
        "edicts" "F7"
        "traditions" "F8"
        "ship_designer" "F9"
        "fleet_manager" "F10" }    # Shortcuts for topbar buttons, there aren't enough F-keys!
        TOPBAR_BUTTONS_PRIORITY    = {
        "contacts"
        "situation"
        "market"
        "empire"
        "expansion_planner"
        "policies"
        "edicts"
        "traditions"
        "ship_designer"
        "fleet_manager"
        "technology"
        "factions"
        "claims"
        "species"
        "leaders" }    # The order of topbar buttons
 
  • 1
  • 1Like
Reactions: