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

Dr. Intolerance

Colonel
14 Badges
Dec 9, 2011
814
54
  • Darkest Hour
  • For The Glory
  • Arsenal of Democracy
  • Crusader Kings II
  • Rome Gold
  • Rome: Vae Victis
  • Hearts of Iron III Collection
It works actually.


I copied the entire buttons text -- instead of making a new text in KR.


I copied from the very base folder of config -- steam/common/Darkest... -- not from mods/dhfull, and it's working. Thanks for minding the trouble.
_____
Hello! I got the pause button in DH Full to be '`' easily enough. It's the button above my tab and caps lock. I figured I could just add a text file to the /config of a mod and copy only the line for pause into there, but the game crashes when starting a nation or loading a save.

It looks like this:
Code:
press = {
              id = "BUTTON_PAUSE"
              button = "empty.bmp"
              shortcut = `
              background = "pause_button.bmp"
              lower = "BUTTON_0050"
              upper = ""
              }

I'm using a cellphone so it might not line up. I'm trying to do it on Kaiserreich. Thanks!
 
Last edited:
I believe it should be in config/Buttons.csv file - I always modify this file like this:
Code:
press = {
    id = "BUTTON_PAUSE"
    bitmap = "empty.bmp"
    shortcut = space
    background = "pause_button.bmp"
    lower = "BUTTON_0050"
    upper = ""
    }
Maybe there is something wrong with part shortcut = `, as I'm not sure if DH will read apostrophe correctly.
 
It's working for DH Full. Though it ia a text document, not a csv, that is in my config folder. The button I'm using is the open press along with the shift-press of this ~.

In Kaiserreich, the buttons file is not in its config folder, so I just made a text and copied that little portion right in.

Thanks for the help.

Does this have to do with some Excel application? I don't have that.
 
It works actually.

I copied the entire buttons text -- instead of making a new text in KR.

I copied from the very base folder of config -- steam/common/Darkest... -- not from mods/dhfull, and it's working. Thanks for minding the trouble.
 
Last edited:
Maybe offtop but can you bind splitting units to any button?
I don't know.

I looked at the file, the "buttons" in the config folder and it says press "s." It didn't work though.