Skip to content
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

Open
hermyt opened this issue Nov 22, 2024 · 4 comments
Open

Add ability to swap Game Release in profile UI #498

hermyt opened this issue Nov 22, 2024 · 4 comments

Comments

@hermyt
Copy link

hermyt commented Nov 22, 2024

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.

@Noggog
Copy link
Member

Noggog commented Nov 23, 2024

Hmm, what game release is your profile targeting? There's a GOG specific one, which then associates plugins.txt /w
C:\Users\Justin\AppData\Local\Skyrim Special Edition GOG\Plugins.txt
image

@hermyt
Copy link
Author

hermyt commented Nov 23, 2024

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.

@Noggog
Copy link
Member

Noggog commented Nov 23, 2024

PipelineSettings.json next to the exe. You can probably just change the TargetRelease to SkyrimSEGog and reopen, potentially

@Noggog
Copy link
Member

Noggog commented Nov 23, 2024

I'll repurpose this issue to be about adding an area to the profile to swap target releases within the UI

@Noggog Noggog changed the title Skyrim GoG plugins.txt location error Add ability to swap Game Release in profile UI Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants