-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add ability to swap Game Release in profile UI #498
Comments
That could be the issue, I migrated a modlist from steam to GoG and didn't think to remake a new synthesis profile. So I don't have to redo a ton of custom settings for patchers, can you let me know where synthesis profile data is stored? I'd like to copy my patcher settings into a new profile. |
PipelineSettings.json next to the exe. You can probably just change the |
I'll repurpose this issue to be about adding an area to the profile to swap target releases within the UI |
If you're trying to patch running synthesis and you're running Skyrim GoG version through mo2 synthesis isn't properly locating the plugins.txt file resulting in patching only base game+dlc and ignoring entire load order:
this is line 79-83 of my everything.txt log showing the issue:
[1.0] Set Main VM
[1.0] Initializing Main VM
[1.0] Initialized Main VM
[1.0][Ascensio] Getting live load order for SkyrimSE. DataDirectory: f:\games\skyrim ngvo\stock game\Data, Plugin File Path: C:\Users\Sean\AppData\Local\Skyrim Special Edition\Plugins.txt, CCC Plugin File Path: f:\games\skyrim ngvo\stock game\Skyrim.ccc
[1.0][Ascensio] Encountered blocking overall error: There are no enabled groups to run.
note the plugin file path folder, its neither the local profile folder for mo2 nor the skyrim gog appdata folder. I'm currently working around this by manually copying my plugins.txt file to the appdata folder which appears to work.
The text was updated successfully, but these errors were encountered: