mod.io support.

mod.io is a new platform for sharing mods, that 0 A.D. can make use of
in order to download mods and install them.

Based on patch by leper, numerous changes from s0600204, vladislavbelov,
Imarok, elexis, temple and myself.
Differential Revision: https://code.wildfiregames.com/D1029
This was SVN commit r21759.
This commit is contained in:
Itms
2018-04-22 18:14:45 +00:00
parent fe177fb5bf
commit 833c9f108c
24 changed files with 2036 additions and 18 deletions
+1 -1
View File
@@ -608,7 +608,7 @@ static void RunGameOrAtlas(int argc, const char* argv[])
// Install the mods without deleting the pyromod files
for (const OsPath& modPath : modsToInstall)
installer.Install(modPath, g_ScriptRuntime, false);
installer.Install(modPath, g_ScriptRuntime, true);
installedMods = installer.GetInstalledMods();
}