#Elden Ring - merge randomizer with other mods...

1 messages · Page 1 of 1 (latest)

hot ferry
#

Hey folks, I am sure that this has been asked a lot of times before, but I can't find a solution online. I can play ER with a randomizer and seamless coop. However, if I want to implement other mods, it does not work. My file structure is as it follows: Basegame at C:\ with a folder called "mods" which include the seamless coop. Modengine 2 @desktop, with the randomizer folder in it. Also, there is a folder called "mods" for other mods. In my config.toml, I wrote down this:

#

mods = [
{ enabled = true, name = "randomizer", path = "randomizer" },
{ enabled = true, name = "Othermods", path = "mods" }
]