-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathusingtheinstaller.html
More file actions
113 lines (104 loc) · 4.45 KB
/
usingtheinstaller.html
File metadata and controls
113 lines (104 loc) · 4.45 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="Echo VR Standalone Guide" property="og:title" />
<meta content="Offical Echo VR standalone install Guide, updated regularly!" property="og:description" />
<meta content="https://quest.echovr.de/" property="og:url" />
<meta content="https://quest.echovr.de/meow.png" property="og:image" />
<meta content="#9f4ac7" data-react-helmet="true" name="theme-color" />
<link rel="icon" href="meow.png">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Using the installer</title>
<link rel="stylesheet" href="refresh.css" />
</head>
<!-- STOP READING MY SOURCE CODE YOU FUCKING NERD-->
<body>
<!-- Top Navbar -->
<header class="navbar">
<div class="navbar-left">
<img src="meow.png" alt="Logo" class="logo-img" />
<h1 class="logo">Echo VR Installation Guide</h1>
</div>
<nav class="navbar-right">
<ul>
<!--<li><a href="#">FAQ</a></li>-->
<li><a href="troubleshooting.html">Troubleshooting</a></li>
<li><a href="extras.html">Extras</a></li>
<!--<li><a href="#">🌐</a></li>
<li><a href="#">🌙</a></li>
<li><a href="#">💬</a></li>
<li><a href="#">🐙</a></li>-->
</ul>
</nav>
</header>
<div class="container">
<!-- Sidebar -->
<aside class="sidebar">
<h2>Guide Navigation</h2>
<nav>
<ul>
<li class="section">Introduction</li>
<li><a href="/">Overview</a></li>
<li><a href="preperations.html">Preperations</a></li>
<li class="section">Installation</li>
<li><a href="installtheinstaller.html">Installing the installer</a></li>
<li><a href="usingtheinstaller.html">Using the installer</a></li>
<li><a href="launchingecho.html">Launching Echo</a></li>
<li class="section">Echo itself</li>
<!--<li><a href="#">First time Launching</a></li>-->
<li><a href="linkingaccount.html">Linking your account</a></li>
<li class="section">Extras</li>
<!--<li><a href="#">FAQ</a></li>-->
<li><a href="troubleshooting.html">Troubleshooting</a></li>
<li><a href="extras.html">Extras</a></li>
</ul>
</nav>
</aside>
<!-- Main Content -->
<main class="content">
<h1>Using the installer</h1>
<p>
This section shows you on how to use the installer, and how to install Echo VR
</p>
<section>
<h2>The installer itself</h2>
<p>
When you open the installer, it will look like this:<br>
<img src="Screenshot_20251004_115006_Echo_VR_Installer.png" width="255px" height="500px">
</p>
<p>
Depending on if you've played echo before you'll need to read the correct info.
</p>
</section>
<section>
<h2>New Player Installation</h2>
<p>This is the instructions to install Echo as a new player.</p>
<p>
After pressing on new player, you'll see this page:<br>
<img src="Screenshot_20251004_115009_Echo_VR_Installer.png" width="255px" height="500px"><br>
You'll need to join the <a href="https://discord.gg/tgm7Aw7cVY">Echo VR Patcher server</a>.<br>
After joining you'll need to react to the message in the #create-your-patched-apk-or-dll:<br>
<img src="Screenshot 2025-10-04 155343.png" width="730px" height="420px"><br>
Make sure your dms are open, or else you won't recieve your patched apk.<br>
A bot will DM you showing this:<br>
<img src="Screenshot 2025-08-21 131810.png" height="520px" width="320px"><br>
Copy the link and enter it into the installer. The apk will then begin to download.<br>
Accept the prompts during the install. After installing restart your headset, then you're done!
</p>
</section>
<section>
<h2>Legacy Player Installation</h2>
<p>This the instructions to install Echo as a legacy player.<br>
This requires you to have played echo before shutdown.</p>
<p>Literally just press legacy. It will begin installing the game.</p>
</section>
<section>
<h2>Next Steps</h2>
<p>Continue to the next section to show how to launch Echo VR</p>
<button class="A" onclick="document.location='launchingecho.html'">Launching Echo</button>
</section>
</main>
</div>
</body>
</html>