soulsmods / ModEngine2

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

ModEngine2 does not launch Darks Souls 3 patch 1.15.2 but works with Elden RIng 1.10.1 #174

Open celdorwow opened 9 months ago

celdorwow commented 9 months ago

Hello,

The current version of ModEngine2 2.1.0.0 works perfectly with Elden Ring patch 1.10.1

There's problem with Dark Souls 3 patch 1.15.2. It doesn't launch. When I try to open DS3 via ME2, I can see a window is created in background for a fraction of a second but then quickly closed.

I there any log I could show? Thanks

ponpoe commented 9 months ago

I'm having this issue as well

Minthardir commented 9 months ago

Had exactly the same problem, managed to solve it. Go to mod engine folder and find _configdarksouls3.toml and open it in notepad. There is only few options the one you need is _extension.scyllahide by default it should be enabled = true, what I did was to change true to false and it worked. Hope this helps.

celdorwow commented 9 months ago

Now, it's starting the game. Thanks. Do you know what exactly extension.scylla_hide is for and what it means to disable it?

It turns out the game is launched in online mode and I need to turn Steam offline. I am not sure if it was possible in the first place, though.