Product · Web app · 2024-10

Modora

Paste a Steam collection, get a load order the game can run.

TypeScriptSteam APINext.jsRedis

The problem

Paradox games load mods in an order that matters, and a collection of forty mods gives you no hint about what that order should be.

The usual approach is a forum thread and manual reordering, which still ends in a crash on launch when two mods overwrite the same file.

The approach

Modora reads a public Steam collection, resolves dependencies and known conflicts, and emits a mod order you can import straight into the launcher.

Conflicts are shown rather than resolved silently, so you can see which two mods disagree over a file and decide which one wins.

How it works

01paste collectionsteam url
02resolvedeps
03review conflictsvisible
04export orderlauncher

Supported titles

Crusader Kings IIIsupported
Stellarissupported
Hearts of Iron IVsupported
Victoria 3, Imperatorsupported

Outcome

A forty-mod collection becomes a working load order in about ten seconds, and conflicting mods are listed by name before the game is launched.

Next upSoluna