Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ <h2>Upload logs</h2>
UpdateModdedStatus().then(res => {
fetch(start + `/api/mods/installfromurl`, {
method: "POST",
body: `https://oculusdb.rui2015.me/api/coremodsdownload/${moddedStatus.version}.qmod`
body: `https://raw.githubusercontent.com/QuestPackageManager/bs-coremods/main/core_mods.json?${new Date().getTime()}`
}).then(res => {
localStorage.openMainDefault = true
location = start + "/?tab=mods"
Expand Down Expand Up @@ -774,7 +774,7 @@ <h2>Upload logs</h2>
function UpdateSupportedBeatSaberVersions() {
return new Promise((resolve, reject) => {
SupportedBeatSaberVersions = []
fetch("https://computerelite.github.io/tools/Beat_Saber/coreMods.json").then(res => res.json().then(j => {
fetch(`https://raw.githubusercontent.com/QuestPackageManager/bs-coremods/main/core_mods.json?${new Date().getTime()}`).then(res => res.json().then(j => {
for(const [key, value] of Object.entries(j)) {
SupportedBeatSaberVersions.push(key);
}
Expand Down
4 changes: 2 additions & 2 deletions QuestAppVersionSwitcher/Assets/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ <h2>Cosmetics type</h2>
<div class="quest3hide">
<h2>You can download mods and cosmetics from the following sites. Only QMods are supported by QuestAppVersionSwitcher + any cosmetics formats of the currently selected game</h2>
<div style="display: flex; flex-direction: column;" class="buttonsContainer">
<div class="button labelMargin" onclick="OpenSite(`https://computerelite.github.io/tools/Beat_Saber/questmods.html?version=${currentGameVersion}&isqavs=true&port=${GetPort()}&ismodded=${isGamePatched}&modloader=${GetModLoaderName()}`)">Open Beat Saber Mods page</div>
<div class="button labelMargin" onclick="OpenSite(`https://mods.bsquest.xyz/qavs/?version=${currentGameVersion}&isqavs=true&port=${GetPort()}&ismodded=${isGamePatched}&modloader=${GetModLoaderName()}`)">Open Beat Saber Mods page</div>
<div class="button labelMargin" onclick="OpenSite(`https://computerelite.github.io/tools/Oculus/QAVSHome.html?version=${currentGameVersion}&isqavs=true&port=${GetPort()}&ismodded=${isGamePatched}&modloader=${GetModLoaderName()}`)">Open website hub</div>
<div class="button labelMargin" onclick="OpenSite(`https://www.google.com/search?q=computerelite`)">Open Google</div>
</div>
Expand Down Expand Up @@ -768,4 +768,4 @@ <h3>Credits</h3>
<div id="toasts"></div>
<script src="script.js"></script>
</body>
</html>
</html>