-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelp.html
60 lines (54 loc) · 2.5 KB
/
help.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css" />
<link href="https://fonts.googleapis.com/icon?family=Poppins&display=block" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Bebas+Neue&display=block" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="img/icon.ico">
<title>RuneScape Archive Project</title>
</head>
<body>
<header>
<div class="col">
<div id="logo">
<h2><a href="index.html">RuneScape Archive</a></h2>
</div>
<nav>
<a href="help.html" class="active">Help</a>
<a href="faq.html">FAQ</a>
<a href="https://discord.gg/UTCE5EfzSg">Discord</a>
</nav>
</div>
</header>
<main>
<div class="col">
<div id="content">
<h2>How To Help</h2>
<p>If you ever played RuneScape on a computer, the full game files would be downloaded. So any old
computer, laptop, hard drive, or backup that you might have used is worth searching for
files.<br><br>
We recommend using our open source "RuneScape Cache Finder" tool that can be downloaded <a
href="https://github.com/edward4096/rscachefinder/releases">here</a>. This
will automatically scan the drive for all the relevant files, and combine them into a file you can
upload (no personal data whatsoever will be included).<br><br>
You can then upload it to a filesharing website such as <a
href="https://easyupload.io/">Easyupload</a>, and either share the link in our
<a href="https://discord.gg/UTCE5EfzSg">Discord server</a>, or submit it anonymously to <a
href="https://forms.gle/wgjMUhoKPbgcRmt68">this Google form.</a><br><br>
For more information about how the cache is stored, <a
href="https://oldschool.runescape.wiki/w/User:Hlwys/Cache_Locations">visit this page.</a>
</p>
</div>
</div>
</main>
<footer>
<center>
<small>
Images used on this website belong to Jagex Limited.</br>
RuneScape and Old School RuneScape are trademarks of Jagex Limited.</br>
You can play RuneScape at runescape.com</br>
</small>
</center>
</footer>
</body>
</html>