You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Discord recently released x64 builds of all their clients.
8
-
For this program to work, it must be compiled for the same architecture that your Discord runs on.
7
+
This modloader currently only supports 64-bit Discord. If you aren't currently using the 64-bit version of Discord, make sure you download the 64-bit version from the Discord website.
9
8
10
-
If you go into account settings and scroll to the bottom of the sidebar, you should see `Host x.x.xxx x64` or `Host x.x.xxx x86`.
11
-
12
-
Make sure to get the right build for this architecture.
9
+
You can check your architecture in Discord settings. Scroll to the bottom of the sidebar and look at "Host".
10
+
If it's 64-bit, it'll say x64.
13
11
14
12
# Usage
15
13
@@ -19,28 +17,114 @@ Make sure this directory doesn't change, as any shortcuts you make need to point
19
17
If you right-click and drag `modhook.exe`, when you release the mouse button there will be an option to create a shortcut.
20
18
Alternatively, you can always make a shortcut manually.
21
19
22
-
## Commandline Arguments
20
+
If you are using a shortcut, the "Start In" directory must be the folder the ModHook executable is in.
21
+
22
+
## Example Usage: Vencord
23
23
24
-
As an example of what I use...
24
+
Change the `-d` flag if you want to use a different Discord branch.
0 commit comments