Posted October 26, 2022
high rated
EDIT: Because of how the forum is everything looks weird and is spaced funny. But, if you copy and paste my post into notepad everything will be formatted with the correct spacing. Sorry about that it's just a bug/feature of the forum.
This is a 2 step process, one is making a new REG entry and pointing to the GOG edition and the other is SimLinking 2 folders together.
For the Reg entry copy and paste this into a notepad then save as GogSkyrim.reg change the isntall path to your install path
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Bethesda Softworks\Skyrim Special Edition]
"Installed Path"="H:\\Skyrim Anniversary Edition\\"
Now for the simlink:
make sure to substitute "YOUR_USER_NAME" with your actual valid Windows profile name.
1 . Locate where the GOG version keeps the plugins.txt file. Nexus says it should be at "C:\Users\YOUR_USER_NAME\AppData\Local\Skyrim Special Edition GOG"
2 . Open Windows console (either PowerShell or run cmd.exe)
3 . Make sure you don't have a directory under this path: "C:\Users\YOUR_USER_NAME\AppData\Local\Skyrim Special Edition". If you do - either delete or rename it.
4 . Enter the following command in console:
mklink /D "C:\Users\YOUR_USER_NAME\AppData\Local\Skyrim Special Edition" "C:\Users\YOUR_USER_NAME\AppData\Local\Skyrim Special Edition GOG"
This should create a symbolic link of a directory "Skyrim Special Edition GOG" as "Skyrim Special Edition".
This way, any program trying to access the usual SSE path to plugins.txt will see the contents of a GOG version instead.
You can make a BAT file for this but make sure you remove/delete the other one in step 3 above first. Now open notepad and copy and paste the below in it substituting your username in the YOUR_USER_NAME section. then save as gogsymlink.bat then run as an administrator:
mklink /D "C:\Users\YOUR_USER_NAME\AppData\Local\Skyrim Special Edition" "C:\Users\YOUR_USER_NAME\AppData\Local\Skyrim Special Edition GOG"
This is a 2 step process, one is making a new REG entry and pointing to the GOG edition and the other is SimLinking 2 folders together.
For the Reg entry copy and paste this into a notepad then save as GogSkyrim.reg change the isntall path to your install path
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Bethesda Softworks\Skyrim Special Edition]
"Installed Path"="H:\\Skyrim Anniversary Edition\\"
Now for the simlink:
make sure to substitute "YOUR_USER_NAME" with your actual valid Windows profile name.
1 . Locate where the GOG version keeps the plugins.txt file. Nexus says it should be at "C:\Users\YOUR_USER_NAME\AppData\Local\Skyrim Special Edition GOG"
2 . Open Windows console (either PowerShell or run cmd.exe)
3 . Make sure you don't have a directory under this path: "C:\Users\YOUR_USER_NAME\AppData\Local\Skyrim Special Edition". If you do - either delete or rename it.
4 . Enter the following command in console:
mklink /D "C:\Users\YOUR_USER_NAME\AppData\Local\Skyrim Special Edition" "C:\Users\YOUR_USER_NAME\AppData\Local\Skyrim Special Edition GOG"
This should create a symbolic link of a directory "Skyrim Special Edition GOG" as "Skyrim Special Edition".
This way, any program trying to access the usual SSE path to plugins.txt will see the contents of a GOG version instead.
You can make a BAT file for this but make sure you remove/delete the other one in step 3 above first. Now open notepad and copy and paste the below in it substituting your username in the YOUR_USER_NAME section. then save as gogsymlink.bat then run as an administrator:
mklink /D "C:\Users\YOUR_USER_NAME\AppData\Local\Skyrim Special Edition" "C:\Users\YOUR_USER_NAME\AppData\Local\Skyrim Special Edition GOG"
Post edited November 21, 2022 by Starkrun