Turns out ME2 has an undocumented, working DLL loader: Under `[modengine]` put `external_dlls = [ "dllname1.dll", "dllname2.dll" ]` etc. (If providing folder paths, use double slashes `\\`) Looks like your mods don't play too well with this, though.
Turns out ME2 has an undocumented, working DLL loader:
Under
[modengine]putexternal_dlls = [ "dllname1.dll", "dllname2.dll" ]etc. (If providing folder paths, use double slashes\\)Looks like your mods don't play too well with this, though.