-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathfaq.html
116 lines (116 loc) · 6.69 KB
/
faq.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
<!DOCTYPE html>
<html><head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<meta charset="utf-8">
<meta content="width=device-width" name="viewport">
<link href="/assets/images/main/favicon.png" rel="icon" type="image/png">
<meta content="#000000" name="theme-color">
<title>DARK PLACE - An open-source Kristal mod.</title>
<link href="/assets/css/bootstrap.css" rel="stylesheet" type="text/css">
<link href="/assets/css/main.css" rel="stylesheet" type="text/css">
<link href="/assets/css/extra.css" rel="stylesheet" type="text/css">
</head>
<body>
<nav class="navbar">
<button aria-expanded="false" class="navbar-toggle collapsed" data-target="#top_nav" data-toggle="collapse" type="button">
<span class="menu-text">MENU</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="container">
<div class="collapse navbar-collapse" id="top_nav">
<ul class="nav nav-justified">
<li class="nav-button-dp">
<a href="../">HOME</a>
<img src="/assets/images/main/small-icon.png">
</li>
<li class="nav-button-dp">
<a href="https://darkplace.wiki.gg/wiki/Dark_Place_Wiki">WIKI</a>
<img src="/assets/images/main/small-icon.png">
</li>
<li class="nav-button-dp">
<a href="../faq">FAQ</a>
<img src="/assets/images/main/small-icon.png">
</li>
<li class="nav-button-dp">
<a href="https://www.speedrun.com/Dark_Place">SPEEDRUNS</a>
<img src="/assets/images/main/small-icon.png">
</li>
</ul>
</div>
</div>
</nav>
<main class="wrapper">
<div class="main container">
<div class="row">
<div class="col-md-offset-2 col-md-8" id="logo">
<h1>
<img alt="DARK PLACE" src="/assets/images/main/logo.png" aria-hidden="true"../>
<span class="sr-only">DARK PLACE</span>
</h1>
<h1 id="subtitle">FAQ</h1>
</div>
</div>
</div>
<div class="main container" id="faq">
<div class="row">
<div class="col-lg-offset-3 col-lg-6 col-sm-offset-2 col-sm-8">
<h3 class="faq-header">General Questions</h3>
<p class="question">What is this?</p>
<p class="answer">Dark Place is a open-source Deltarune fangame made in the Kristal Engine. It's roughly inspired by the r/place event that's held on Reddit during April Fools Day, both in concept as well as in namesake.</p>
<p class="question">Can I help out on this mod?</p>
<p class="answer">Of course! The project is open-source, so anyone is free to contribute to this mod. If you aren't really familiar with how the Kristal engine works, then there's definitely some other ways you can contribute to it. Whether it be through art, music, etc.</p>
<p class="question">Is there a story?</p>
<p class="answer">
There isn't much, but Dark Place has a fairly simple story.<br>
<br>
In this game, it turns out that Ralsei was wrong about the Roaring bringing the end of the world (as was stated in DELTARUNE Chapter 2) and it's completely fine to make a bunch of Dark Fountains everywhere.<br>
<br>
Only side-effect though is that the more that are made, the more unstable reality becomes.<br>
<br>
Susie, one of Deltarune's main characters, just so happens to be on her 1000th fountain during the events of Dark Place, and this one is one of the weirdest ones yet.<br>
<br>
Upon entering, Susie ends up being split up from Kris and the rest of the Fun Gang. So now it's up to her and her newfound companion that goes by the name of "Hero", to explore the strange world she created, find her friends, and attempt to restore reality back to the way it was.<br>
</p>
<p class="question">How did Dark Place get its name?</p>
<p class="answer">
Dark Place's name was created by AcousticJamm.<br>
<br>
When the mod was first conceived, its original name was "Open Kristal Mod" initally. However, Brenda thought that name sucked ass, so they asked for any better suggestions.<br>
<br>
One of our contributors, AcousticJamm, suggested the name "Dark Place" as a joke about r/place. The others involved with the project at the time liked how the name sounded, so it just kinda stuck.</p>
<br>
<br>
<h3 class="faq-header">Troubleshooting/<br>Help</h3>
<div class="trouble">
<p class="issue">Flowey appears when I boot up the mod and sends me to the Dogcheck screen. What do I do?</p>
<p class="resolve">
Most likely case scenario is that you were trying to play the mod on an older version of the Kristal engine.<br>
<br>
Since Dark Place is constantly changing, you'll either need the latest version or source code of the engine to play the mod.</p>
</div>
<div class="trouble">
<p class="issue">The mod crashes when I start it up.</p>
<p class="resolve">
That probably means someone did a oopsie in the mod's code.<br>
Usually though, errors like these tend to be fixed relatively quickly, so this shouldn't become too much a big issue.</p>
</div>
</div>
</div>
</div>
</main>
<footer>
<div class="container">
<div class="row">
<div class="col-sm-offset-3 col-sm-6">
<div class="disclaimer">
<p>This is a NON-PROFIT fangame project. We are not affliated with Toby Fox or the UNDERTALE/deltarune team in any way, shape or form.</p>
</div>
</div>
</div>
</div>
</footer>
<script src="/assets/javascripts/jquery.js"></script>
<script src="/assets/javascripts/bootstrap.js"></script>
</body></html>