MadTekN1 / ERModsMerger

Simple little tool to merge Elden Ring mods
MIT License
19 stars 2 forks source link

Elden Ring Mods Manager - Merger

Simple tool to manage and merge Elden Ring mods. Work In Progress.

Can only merge regulation.bin files for now (every other files will be overwrited depending of priority order), more merging capabilities will be added in the future.

Usage

Elden Ring Mods Merger (Console App)

Console App version with merging and automation features.

Usage

Highly recommended: Use ModEngine2, place ERModsMerger.exe in the same folder and edit config_eldenring.toml as follow:

mods = [
    { enabled = true, name = "default", path = "MergedMods" }
]

Launch ERModsMerger.exe and let it guide you through the process, it will self extract and create all the folders you need, it will also give you an example and explanations to make it easy.

Troubleshooting & Solutions

For now it's better to use this tool to merge mods who only have conflicting regulation.bin files and no .dcx individual files conflicts.

Automation

Run the console app with /merge argument to automatically merge mods located inside ModsToMerge to MergedMods folder, no user interaction will be asked and the console will close after the merge.

Contributing

If you wish to contribute to this project, you are very welcome. A simple code documentation is available to help you get started. Enjoy coding :)

Credits & Thanks