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!
@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
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).
8 comments
Feel free to modify and redistribute it.
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.
F key is captured only if a window belonging to " Darkest.exe " has focus ; maybe the name is different for non-Steam versions.
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).