• 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.

birdike12

Sergeant
38 Badges
Mar 12, 2011
65
13
  • Crusader Kings II
  • Stellaris - Path to Destruction bundle
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Semper Fi
  • Europa Universalis IV: Res Publica
  • March of the Eagles
  • Heir to the Throne
  • Hearts of Iron III
  • For the Motherland
  • Europa Universalis IV: Wealth of Nations
  • Arsenal of Democracy
  • Crusader Kings II: Sword of Islam
  • Darkest Hour
  • For The Glory
  • Europa Universalis III
  • Divine Wind
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Cradle of Civilization
  • Stellaris: Synthetic Dawn
  • Hearts of Iron IV: Death or Dishonor
  • Europa Universalis IV: Mandate of Heaven
  • Hearts of Iron IV: Expansion Pass
  • Hearts of Iron IV: Together for Victory
  • Stellaris: Leviathans Story Pack
  • Europa Universalis IV: Rights of Man
  • Hearts of Iron IV: Cadet
  • Stellaris
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Cossacks
  • Europa Universalis IV: Common Sense
  • Pride of Nations
  • Europa Universalis IV: El Dorado
  • Cities: Skylines
  • 500k Club
  • Victoria 2
Hey,

I've configured DH on my macbook pro using Winery, and it works fine. But looking at the Buttons.txt there is a shortcut for splitting armies (and for reorganising them too), but I can't seem to make it work. I select an army and press 's' for split or 'r' for reorganise but nothing happens.

What am I missing here?

generic = {
id = "BUTTON_SPLIT_ARMY"
bitmap = "BUTTON_0201"
shortcut = s
lower = "BUTTON_0083"
upper = ""
}

generic = {
id = "BUTTON_REORGANISE_ARMY"
bitmap = "BUTTON_0202"
shortcut = r
lower = "BUTTON_0084"
upper = ""
}

Thanks,
Adam.
 
  • 1
Reactions:

InFerroVeritas

Captain
84 Badges
Apr 3, 2011
338
356
  • Tyranny: Gold Edition
  • Pillars of Eternity
  • Europa Universalis IV: Common Sense
  • Cities: Skylines - After Dark
  • Stellaris - Path to Destruction bundle
  • Stellaris: Galaxy Edition
  • Sword of the Stars II
  • Ship Simulator Extremes
  • Sengoku
  • Ancient Space
  • Europa Universalis IV: Res Publica
  • March of the Eagles
  • Magicka
  • Knights of Pen and Paper +1 Edition
  • Heir to the Throne
  • Hearts of Iron III
  • Europa Universalis IV: Conquest of Paradise
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II
  • Darkest Hour
  • Europa Universalis III
  • Europa Universalis III: Chronicles
  • Cities in Motion
  • Europa Universalis III Complete
  • Divine Wind
  • Europa Universalis IV
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Cossacks
  • Victoria: Revolutions
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Hearts of Iron IV Sign-up
  • Tyranny: Archon Edition
  • Hearts of Iron IV: Cadet
  • Europa Universalis IV: Rights of Man
  • Humble Paradox Bundle
  • Mount & Blade: With Fire and Sword
  • Europa Universalis 4: Emperor
  • Europa Universalis IV: El Dorado
  • Cities: Skylines
  • 500k Club
  • War of the Roses
  • Victoria 2
  • Teleglitch: Die More Edition
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Commander: Conquest of the Americas
I was actually coming here to ask a question about hotkeys. I guess I'll post here so the mods can answer both our hotkey questions at once.

I'm looking to bind the spacebar to pause (like in EU4, for instance). So what do I do with this particular bit to make that happen? And do I need to change any other hotkeys in the process?

press = {
id = "BUTTON_PAUSE"
bitmap = "empty.bmp"
background = "pause_button.bmp"
lower = "BUTTON_0050"
upper = ""
}

Also: do I modify the buttons.txt file in the base folder or the relevant DH mod folder?
 

birdike12

Sergeant
38 Badges
Mar 12, 2011
65
13
  • Crusader Kings II
  • Stellaris - Path to Destruction bundle
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Semper Fi
  • Europa Universalis IV: Res Publica
  • March of the Eagles
  • Heir to the Throne
  • Hearts of Iron III
  • For the Motherland
  • Europa Universalis IV: Wealth of Nations
  • Arsenal of Democracy
  • Crusader Kings II: Sword of Islam
  • Darkest Hour
  • For The Glory
  • Europa Universalis III
  • Divine Wind
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Cradle of Civilization
  • Stellaris: Synthetic Dawn
  • Hearts of Iron IV: Death or Dishonor
  • Europa Universalis IV: Mandate of Heaven
  • Hearts of Iron IV: Expansion Pass
  • Hearts of Iron IV: Together for Victory
  • Stellaris: Leviathans Story Pack
  • Europa Universalis IV: Rights of Man
  • Hearts of Iron IV: Cadet
  • Stellaris
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Cossacks
  • Europa Universalis IV: Common Sense
  • Pride of Nations
  • Europa Universalis IV: El Dorado
  • Cities: Skylines
  • 500k Club
  • Victoria 2
I was actually coming here to ask a question about hotkeys. I guess I'll post here so the mods can answer both our hotkey questions at once.

I'm looking to bind the spacebar to pause (like in EU4, for instance). So what do I do with this particular bit to make that happen? And do I need to change any other hotkeys in the process?

press = {
id = "BUTTON_PAUSE"
bitmap = "empty.bmp"
background = "pause_button.bmp"
lower = "BUTTON_0050"
upper = ""
}

Also: do I modify the buttons.txt file in the base folder or the relevant DH mod folder?

I can actually tell you this:

modify Buttons.txt in the MOD folder (DH Full - for example):

press = {
id = "BUTTON_PAUSE"
bitmap = "empty.bmp"
background = "pause_button.bmp"
lower = "BUTTON_0050"
upper = ""
shortcut=SPACE
}

This should do it, IIRC.

Adam.
 
  • 2
  • 1
Reactions: