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
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,14 @@ The easiest installation is via downloading the non-dev version of the latest no
27
27
28
28
If your game is in the custom config list, extract the contents from the relevant folder to `Win64` as well.
29
29
30
-
If you are planning on doing mod development using UE4SS, you can do the same as above but download the zDEV version instead.
30
+
If you are planning on doing mod development using UE4SS, you can do the same as above but download the zDEV version instead.
31
+
32
+
### Command Line Options
33
+
34
+
If RE-UE4SS is installed via proxy DLL, the following command line options are available:
35
+
36
+
-`--disable-ue4ss` - Temporarily disable UE4SS without uninstalling by launching the game with this argument.
37
+
-`--ue4ss-path <path>` - Specify a custom path to UE4SS.dll. Supports both absolute paths (e.g., `C:\custom\UE4SS.dll`) and relative paths (e.g., `dev\builds\UE4SS.dll` relative to the game executable directory). Useful for testing different UE4SS builds without modifying installation files.
0 commit comments