Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Guide] Completed Dominohook guide and added dependabot for version updates, security updates and alerts #14

Merged
merged 8 commits into from
Feb 3, 2024
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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"
20 changes: 18 additions & 2 deletions docs/Domino/dominohook.md
Original file line number Diff line number Diff line change
@@ -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.