Skip to content

Commit

Permalink
identify compatability with watchdog
Browse files Browse the repository at this point in the history
  • Loading branch information
metal-crow committed Oct 11, 2020
1 parent b7ce272 commit d28a557
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,6 @@ Specify folder location + filenames to use, and the alternate path will be used

* Fix the "broken ankles" bug when rolling

* A Legacy Mode which disables all non-original gameplay changes
* A Legacy Mode which disables all non-original gameplay changes

* (Tentatively) compatable with [DSR Watchdog](https://www.nexusmods.com/darksoulsremastered/mods/160). Rename the d3d11.dll file given by watchdog to watchdog.dll, put it in the same folder as DarkSoulsRemastered.exe, and in this mod's d3d11_mod.ini, set `d3d11Chain=watchdog.dll`

3 comments on commit d28a557

@r3sus
Copy link

@r3sus r3sus commented on d28a557 Oct 12, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello and thanks a lot for your work!
Any chance to add keyboard support for debug menu?
I used to bind some kb keys with virtual controller to manipulate debug menu.
But there are some issues with it, so to play normally I used normal keybinds.

@metal-crow
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hello! By the debug menu, do you mean the developer debug menu, like the one that got released by accident on steam/modders re-enabled? If so, unfortunately not, because this mod isn't targeting the debug build, and making it function with that build, or with another mod that enables that build, would be a whole separate issue, besides the other issue of having keyboard support.

@r3sus
Copy link

@r3sus r3sus commented on d28a557 Oct 18, 2020 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.