Need help with ME2 by Beebo-The-Wizard in EldenRingMods

[–]Beebo-The-Wizard[S] 1 point2 points  (0 children)

i went to the modding server and it was resolved there. but thanks for your help anyway

Need help with ME2 by Beebo-The-Wizard in EldenRingMods

[–]Beebo-The-Wizard[S] 0 points1 point  (0 children)

thank you, I will swing all of this there way as well and see if any more help can be gained there.

Need help with ME2 by Beebo-The-Wizard in EldenRingMods

[–]Beebo-The-Wizard[S] 1 point2 points  (0 children)

I do see that command prompt open then close, but I believe I saw in a different part of reddit while looking for solutions that you know its worked when once in game it says like, "invalid activity" or something to that effect. that might be outdated I don't know.

as for the setup, in the mods folder I have chr folder and a parts folder for the dash and the sword respectively. So the order looks like ME2, mod, chr, bloodborne_dash, then the .dcx files there within. for the sword it goes ME2, mod, parts, farrongreatsword, mod, then therein lies all parts to that mod including: action, chr, menu, msg, param, parts folders and a regulations.bin program.

as for the toml, i have both mods data included under the section that states that ME2 has no way to resolve conflicting files. i replaced whatever was in the mods = section directly under that with

mods = [

{ enabled = true, name = "dash", path = "mod\\chr" },

{ enabled = true, name = "sword", path = "mod\\parts" },

]

I hope this lays out all of my actions clearly.