You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<b>Please note that mod installation is in VERY early access, there are issues. e. g. no blocking of user actions while an operation is ongoing, no indication wether a mod install/disable was successful</b>
31
+
<b>Please note that mod installation is in early access, there may be issues. Feel free to give feedback on the OculusDB Discord Server at <code>discord.gg/zwRfHQN2UY</code></b>
32
32
<divclass="button" onclick="UploadMod()">Install a Mod</div>
/// <param name="installedInBranch">The number of mods that are currently downloading down this branch of the install "tree", used to check for cyclic dependencies</param>
thrownewInstallationException($"Dependency with ID {dependency.Id} is already installed but with an incorrect version ({existing.Version} does not intersect {dependency.VersionRange}). Upgrading was not possible as there was no download link provided");
thrownewInstallationException($"Dependency {dependency.Id} is not installed, and the mod depending on it does not specify a download path if missing");
thrownewInstallationException($"Downloaded dependency {installedDependency.Id} v{installedDependency.Version} was not within the version range stated in the dependency info ({dependency.VersionRange})");
QAVSWebserver.patchText=JsonSerializer.Serialize(newMessageAndValue<String>("Almost done. Hang tight",""));
118
118
WebClientc=newWebClient();
119
119
PatchingStatusstatus=JsonSerializer.Deserialize<PatchingStatus>(c.DownloadString("http://127.0.0.1:"+CoreService.coreVars.serverPort+"/patching/getmodstatus"));// seems to be the easiest way
0 commit comments