-
Notifications
You must be signed in to change notification settings - Fork 3
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
Does not seem to work with 1.6.659 #3
Comments
Hi, could you join https://discord.gg/mfSqNzBd please? |
NVM, I did a rewrite for DLL injection (instead of Skyrim plugin) and it seems to be working: https://github.com/BorgGames/hide-remote-desktop |
@lostmsu Oh, perfect. The plugin relies on SKSE64 to allow Skyrim to load the DLL. Other than that, there's no need for SKSE64. If you're comfortable with performing DLL injection on your own, it shouldn't be an issue. |
@lostmsu Would you mind explaining how to use your updated version? I'm running Skyrim version 1.6.640. |
@zachboatwright This probably won't work on Steam version. I am using the GOG version.
|
Got an error when loading, so I'm assuming that it doesn't work. Thanks anyways! |
need update for 1170 |
OR just use Engine Fixes and place DLL into Data\DLLPlugins folder. Works like a charm. |
I tried https://www.nexusmods.com/skyrim/mods/75795 to load it from
Data\SKSE\Plugins\hide_remote_desktop.dll
, and also tried to useDetourCreateProcessWithDllsW
from https://github.com/microsoft/Detours to launch SkyrimSE.exe with the DLL, but I am still getting "This application cannot be run from remote desktop."P.S. The build 1.6.659 is from GOG
P.P.S. Using
DetourCreateProcessWithDllsW
I can see the DLL is loaded unlike with the mod loader.The text was updated successfully, but these errors were encountered: