0 of 0

File information

Last updated

Original upload

Created by

OVNI

Uploaded by

OVNI

Virus scan

Safe to use

8 comments

  1. Torchie1455
    Torchie1455
    • member
    • 0 kudos
    Hey! I don't know if you still go on Nexus, but I just want to say thank you for this mod! It's extremely helpful, I was curious if you could post the source code so I can see how it works and maybe update it to Crimson Court by adding the Curio cheat sheet for that. Let me know!
    1. OVNI
      OVNI
      • member
      • 14 kudos
      The source code should be downloadable here (Miscellaneous files section).

      Feel free to modify and redistribute it.
    2. thornelemental
      thornelemental
      • member
      • 0 kudos
      hey have you updated it? just curious since i find this mod very useful. I'd want to add some provision guide pic too if i knew how to edit the mod
    3. OVNI
      OVNI
      • member
      • 14 kudos
      @thornelemental The simplest way would be to modify the source code (the .ahk file downloadable as optional file) with a text editor and replace the lines

      static imageNames := ["ruins.png", "warrens.png", "weald.png", "cove.png"]

      by

      static imageNames := ["ruins.png", "warrens.png", "weald.png", "cove.png", "crimson.png"]

      then add the crimson.png file into the darkest_dungeon_curio_sheets_data directory.

      I didn't test but it should work.
      However you'd have to install AutoHotKey in order to run the (modified) ahk file, or to create an exe out of it.
  2. Luipis
    Luipis
    • member
    • 0 kudos
    It does nothing for me. Just download the images and thats it. I can press all the time f i want, nothing happens. And i have the script running.
    1. OVNI
      OVNI
      • member
      • 14 kudos
      Could you give me the name of Darkest Dungeon process (within the task manager) ?

      F key is captured only if a window belonging to " Darkest.exe " has focus ; maybe the name is different for non-Steam versions.
  3. hellboy177
    hellboy177
    • member
    • 0 kudos
    not working for me do i have to copy anywhere
    1. OVNI
      OVNI
      • member
      • 14 kudos
      The exe should be fine anywhere

      Is there any error message ?
      Is a "darkest_dungeon_curio_sheets_data" folder created, and does it contain the 4 downloaded images (cove.png, ruins.png, etc.) ?
      Does the icon (ie: Darkest Dungeon's icon with a green "H" on top of it) appear in the system tray ?

      Also make sure you press F when the game's window has focus (it does nothing otherwise).