mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
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:
+1
-1
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user