soulsmods / ModEngine2

Runtime injection library for modding Souls games. WIP
MIT License
886 stars 160 forks source link

Seamless Coop not found in mods/ folder with toml or inappropriate activity detected #190

Open maheeraeron opened 8 months ago

maheeraeron commented 8 months ago

Not sure if anyone has repro'd this but here are my steps:

  1. Fresh install of elden ring (mine is on a separate drive)
  2. Download mod engine 2 instance and put on desktop
  3. Copy elden_ring_seamless_coop.dll and seamlesscoop.ini into the mods folder
  4. Add "elden_ring_seamless_coop.dll" into external_dlls array in config_eldenring.toml

For some users, they recieve an error that this dll is not found

For other users like me, we can get past this error. However, the dll does not load because I get "innappropriate activity detected, starting in offline mode". Because of this, I can only see my vanilla saves.

Did I miss a step?

ividyon commented 8 months ago

This is a Seamless Coop issue. It only functions if the Seamless files are in the SeamlessCoop folder in the Steam game folder. At the very least, the Locale folder must be at that location. Putting it in any random folder doesn't work.

1265775896 commented 4 months ago

try https://github.com/soulsmods/ModEngine2/issues/229 I spent 4 hours on this shit