From 14f80f92ef303b88c76d14eb223d9d761b1d6ae9 Mon Sep 17 00:00:00 2001
From: Alezia Kurdis <60075796+AleziaKurdis@users.noreply.github.com>
Date: Sun, 27 Feb 2022 13:36:15 -0500
Subject: [PATCH] Change the url to have the files reachable.
Change the url to have the files reachable.
---
.../Scripts/activator-doppleganger.js | 2 +-
.../resources/serverless/Scripts/wizard.html | 980 +++++++++---------
.../serverless/Scripts/wizardLoader.js | 2 +-
3 files changed, 492 insertions(+), 492 deletions(-)
diff --git a/interface/resources/serverless/Scripts/activator-doppleganger.js b/interface/resources/serverless/Scripts/activator-doppleganger.js
index f3f62669bb..31557859a2 100644
--- a/interface/resources/serverless/Scripts/activator-doppleganger.js
+++ b/interface/resources/serverless/Scripts/activator-doppleganger.js
@@ -15,7 +15,7 @@
var isActive = false;
var thisEntityID;
var versioncall = Math.floor(Math.random()*50000);
- var DopplegangerClass = Script.require('qrc:///serverless/Scripts/doppleganger.js?version=' + versioncall);
+ var DopplegangerClass = Script.require('file:///~/serverless/Scripts/doppleganger.js?version=' + versioncall);
var doppleganger = new DopplegangerClass({
avatar: MyAvatar,
diff --git a/interface/resources/serverless/Scripts/wizard.html b/interface/resources/serverless/Scripts/wizard.html
index 9011809e98..08763c21ab 100644
--- a/interface/resources/serverless/Scripts/wizard.html
+++ b/interface/resources/serverless/Scripts/wizard.html
@@ -1,490 +1,490 @@
-
-
-
-
-
- Quick Configuration
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Welcome to Overte!
-
-
-
-
- Let's get you setup to experience the virtual world.
- First, we need to select some performance and graphics quality options.
- Press Continue when you are ready.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Quality
-
-
-
-
- What level of visual quality would you like?
- Remember! If you do not have a powerful computer, you may want to set this to low or medium at most.
-
-
Very Low Quality Slow Laptop / Very Slow Computer
-
Low Quality Average Laptop / Slow Computer
-
Medium Quality Average Computer - Recommended
-
High Quality Gaming Computer
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Performance
-
-
-
-
- Do you want a smooth experience (high refresh rate) or do you want to conserve power and resources (low refresh rate) on your computer?
- Note: This does not apply to virtual reality headsets.
-
-
Not Smooth (20 Hz) Conserve Power
-
Smooth (30 Hz) Use Average Resources
-
Very Smooth (60 Hz) Use Maximum Resources - Recommended
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Display Name
-
-
-
-
- What should people call you?
- This is simply a nickname, it will be shown in place of your username (if you have one).
-
- NAME:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
All done!
-
-
-
-
- Now you're almost ready to go!
- Press Complete to save your setup.
- Then take a look at the other information kiosks after completing this wizard.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ Quick Configuration
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Welcome to Overte!
+
+
+
+
+ Let's get you setup to experience the virtual world.
+ First, we need to select some performance and graphics quality options.
+ Press Continue when you are ready.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Quality
+
+
+
+
+ What level of visual quality would you like?
+ Remember! If you do not have a powerful computer, you may want to set this to low or medium at most.
+
+
Very Low Quality Slow Laptop / Very Slow Computer
+
Low Quality Average Laptop / Slow Computer
+
Medium Quality Average Computer - Recommended
+
High Quality Gaming Computer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Performance
+
+
+
+
+ Do you want a smooth experience (high refresh rate) or do you want to conserve power and resources (low refresh rate) on your computer?
+ Note: This does not apply to virtual reality headsets.
+
+
Not Smooth (20 Hz) Conserve Power
+
Smooth (30 Hz) Use Average Resources
+
Very Smooth (60 Hz) Use Maximum Resources - Recommended
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Display Name
+
+
+
+
+ What should people call you?
+ This is simply a nickname, it will be shown in place of your username (if you have one).
+
+ NAME:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
All done!
+
+
+
+
+ Now you're almost ready to go!
+ Press Complete to save your setup.
+ Then take a look at the other information kiosks after completing this wizard.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/interface/resources/serverless/Scripts/wizardLoader.js b/interface/resources/serverless/Scripts/wizardLoader.js
index e53fada18d..7ac2f21160 100644
--- a/interface/resources/serverless/Scripts/wizardLoader.js
+++ b/interface/resources/serverless/Scripts/wizardLoader.js
@@ -13,7 +13,7 @@
//
(function() {
- var CONFIG_WIZARD_URL = "qrc:///serverless/Scripts/wizard.html?v=" + Math.floor(Math.random() * 65000);
+ var CONFIG_WIZARD_URL = "file:///~/serverless/Scripts/wizard.html?v=" + Math.floor(Math.random() * 65000);
var loaderEntityID;
var configWizardEntityID;