Open lostmsu opened 11 months ago
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.
Path\To\Detours.exe SkyrimSE.exe hide_remote_desktop.dll
Got an error when loading, so I'm assuming that it doesn't work. Thanks anyways!
need update for 1170
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.