diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..91abb11 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "pip" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" diff --git a/docs/Domino/dominohook.md b/docs/Domino/dominohook.md index 121ea0c..135f35c 100644 --- a/docs/Domino/dominohook.md +++ b/docs/Domino/dominohook.md @@ -1,3 +1,19 @@ -# Installing Dominohook +# Dominohook -> TODO +[Dominohook](https://github.com/khang06/dominohook) is a hook DLL for Domino that uses the [QuickHook](https://github.com/CPunch/QuickHook) library by CPunch. + +Dominohook adds new features like replaced zoom handling functions, string patching framework with translated strings and some other stuff. + +## Installing Dominohook + +!!! warning "Only tested with english translation" + + Dominohook has been tested with the english translation, the japanese versions haven't been tested for this guide. If you get dominohook working with the japanese 32-bit version submit an issue to the github repository. + + +To install Dominohook, download the latest release [here](https://github.com/khang06/dominohook/releases/download/3.0.1/dominohook.dll), then install [Stud_PE](https://www.cgsoftlabs.ro/studpe.html). + +After you installed the necessary files, open Stud_PE and drag your `Domino.exe` into the window. +Next, click the "Functions" tab, right click the dll list, add new import and select your `dominohook.exe` file, add "dummyexport" to the list and copy the dll file next to your `Domino.exe` file. + +Now, launch domino and it should launch fine, or crashes.