-
Notifications
You must be signed in to change notification settings - Fork 0
/
marcelecho.html
145 lines (132 loc) · 8.72 KB
/
marcelecho.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Echo VR Installer</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0 20px;
background-color: #f4f4f4;
}
h1, h2, h3, h4 {
color: #333;
}
.container {
max-width: 800px;
margin: 20px auto;
padding: 20px;
background: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
img {
max-width: 100%;
}
.note {
font-style: italic;
}
.step {
margin-top: 20px;
}
.step h2, .step h3 {
margin-top: 10px;
}
</style>
</head>
<body>
<div class="container">
<h1>Echo VR Installer</h1>
<p>The Installer installs Echo on Quest and PC</p>
<p>To use it, just go to the <a href="https://github.com/BL00DY-C0D3/Echo-VR-Installer/releases">release page</a> and download the specific build for either Windows, macOS, or Linux. After download, you need to extract it and start the application. The Installer itself should be pretty self-explanatory. If you have any questions, contact me on discord "marcel_one_"</p>
<p class="note">Work in Progress! This is my pre-alpha release.</p>
<img src="https://echo.marceldomain.de:6969/images/main.jpg" alt="Echo VR">
<p><strong>We are happy to announce the new way of installing Echo on PC and Quest. I developed an easy to use installer. You will need a PC with Windows, macOS, or Linux for it. With a bit of work, also ChromeBooks with ChromeOS can work. A Guide for that will follow!</strong></p>
<div class="step">
<h2>1st Step:</h2>
<p>Download the newest available build for your operating system from the following GitHub page: <a href="https://github.com/BL00DY-C0D3/Echo-VR-Installer/releases">GitHub Releases</a>. It might be possible that your OS is not available on the newest release. In that case, check the older releases!</p>
</div>
<div class="step">
<h2>2nd Step:</h2>
<h3>After downloading the application, you need to extract it.</h3>
<h4>On Windows:</h4>
<p>Open the .zip file by double-clicking on it and drag & drop the folder to a location such as your Desktop.</p>
<h4>On macOS:</h4>
<p>macOS will automatically extract the file. Go to the next section.</p>
<h4>On Linux:</h4>
<p>Open the .zip file by double-clicking on it and drag & drop the folder to a location such as your Desktop.</p>
</div>
<div class="step">
<h2>3rd Step:</h2>
<h3>On Windows:</h3>
<p>Open the extracted folder and double-click on <strong>EchoVR_Installer.exe</strong>. Windows might warn you as this is an unknown app. Click on <strong>More info</strong> and <strong>Run anyway</strong>.</p>
<img src="https://echo.marceldomain.de:6969/images/WindowsDefender.jpg" alt="Windows Defender">
<h3>On macOS:</h3>
<p>As this is an unsigned application, you can't open the file with a simple double-click. You need to press the <strong>Ctrl</strong> button while right-clicking on the application. Then, click on <strong>Open</strong>.</p>
<img src="https://echo.marceldomain.de:6969/images/macOSOpen.jpg" alt="macOS Open">
<h3>On Linux:</h3>
<p>Go into the <code>bin</code> folder inside the extracted folder and double-click on <strong>EchoVR_Installer</strong>.</p>
</div>
<div class="step">
<h2>4th Step:</h2>
<h3>On the installer you have different options.</h3>
<h4>PC Install Echo:</h4>
<ul>
<li>In this menu, you can install Echo onto your Windows PC. <strong>If you own Echo on your account, it's important you already downloaded and started Echo once from the Oculus software on your PC! Otherwise, your Echo license will not be available and you will get an entitlement error!</strong></li>
<li>If you want to have the patched Echo on the original path used by Oculus, you need to set it inside the <strong>PC Install Echo</strong> menu. The path normally is <code>C:\Program Files\Oculus\Software\Software</code>. As the path is inside the "Program Files" directory, you need to restart the application as an admin! To do this, close the app, right-click on <strong>EchoVR_Installer.exe</strong> and click on <strong>Run as administrator</strong>.</li>
</ul>
<img src="https://echo.marceldomain.de:6969/images/WindowsAdmin.jpg" alt="Windows Admin">
<img src="https://echo.marceldomain.de:6969/images/changePath1.jpg" alt="Change Path 1">
<img src="https://echo.marceldomain.de:6969/images/changePath2.jpg" alt="Change Path 2">
<img src="https://echo.marceldomain.de:6969/images/changePath3.jpg" alt="Change Path 3">
<h4>No license patch:</h4>
<ul>
<li>In this menu, you can patch your previously installed Echo installation to work even without owning Echo on your account.</li>
<li>It should be pretty easy to understand everything here, as everything is explained.</li>
<li>If you installed Echo in the path used by Oculus, you need to choose the path here.</li>
</ul>
<h4>Steam patch:</h4>
<ul>
<li>Here you can install Revive automatically to your Echo installation.</li>
<li>It's normally not needed and should only be used if you use a <strong>Steam-only headset</strong> like the <strong>Valve Index</strong>.</li>
<li>If you installed Echo in the path used by Oculus, you need to choose the path here.</li>
</ul>
</div>
<div class="step">
<h2>4th Step (Quest):</h2>
<h4>Quest Install Echo (If you don't own Echo on your Oculus account, use the step below, instead of this one! No license patch):</h4>
<ul>
<li><strong>It's important that you have your developer mode enabled! You can check here on how to do that: <a href="https://learn.adafruit.com/sideloading-on-oculus-quest/enable-developer-mode">Enable Developer Mode</a></strong></li>
<li>In this menu, you can install Echo onto your Quest.</li>
<li>The first step is to click on the <strong>Start Download</strong> button and wait for the download to finish.</li>
<li>The <strong>OPTIONAL CONFIG</strong> is, as it says, optional. If you need to have a different <code>config.json</code> than the one used for the Echo VR Lounge, you can do it here.</li>
<li>Now you can click on <strong>Install Echo to Quest</strong> and it will automatically install Echo on your Quest.</li>
<li><strong>Never press on restore inside your Quest!! It will remove Echo from your Quest.</strong></li>
</ul>
<h4>No license patch (Only needed if you don't own Echo on your account!):</h4>
<ul>
<li><strong>It's important that you have your developer mode enabled! You can check here on how to do that: <a href="https://learn.adafruit.com/sideloading-on-oculus-quest/enable-developer-mode">Enable Developer Mode</a></strong></li>
<li>Here you can install a <strong>personalized</strong> Echo version onto your Quest. As mentioned, it's personalized!!! Never share the APK!</li>
<li>As all steps are explained in the installer, I will not do it here.</li>
<li><strong>Never press on restore inside your Quest!! It will remove Echo from your Quest.</strong></li>
</ul>
</div>
<div class="step">
<h2>5th Step:</h2>
<ul>
<li>Start Echo.</li>
<li>You will see a code.</li>
<li>Go to #command-central at the EchoVR Lounge <a href="https://discord.gg/echo-vr-lounge">Discord Link</a> and enter the code by using the link-headset command <code>/link-headset [4 digit code]</code></li>
</ul>
</div>
<div class="step">
<h2>6th Step:</h2>
<h1>You are done!</h1>
<h1>Have fun playing Echo!</h1>
</div>
<img src="https://images.squarespace-cdn.com/content/v1/5fe0c8b7cf71ba049cd08a0d/1706462600733-MO7XXC4A6QJ4ZL8UTJE0/Echo_VR_title.jpg" alt="Echo VR Title">
</div>
</body>
</html>