-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwiki.html
319 lines (302 loc) · 19.2 KB
/
wiki.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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/cebbc7821d.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://use.typekit.net/cnm5kka.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Raleway&display=swap" rel="stylesheet">
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="assets/css/hover.css">
<link rel="stylesheet" href="assets/css/sentakki.css">
<title>Sentakki - rūrusetto</title>
</head>
<body>
<header id="header" class="p-3 mb-3 fixed-top">
<div id="desktop-header" class="container">
<div class="d-flex flex-wrap align-items-center justify-content-center justify-content-lg-start">
<a href="index.html" class="d-flex align-items-center mb-2 mb-lg-0 text-dark text-decoration-none hvr-bounce-in">
<img id="header-logo" src="assets/logo/rurusetto-logo.svg" height="65" alt="logo">
</a>
<ul class="nav col-12 col-lg-auto me-lg-auto mb-2 justify-content-center mb-md-0">
<li><a id="nav-listing" href="#" class="nav-link px-2 nav-text round-font-bold hvr-underline-from-center">Listing</a></li>
<li><a id="nav-status" href="#" class="nav-link px-2 nav-text round-font-bold hvr-underline-from-center">Status</a></li>
<li><a id="nav-install" href="#" class="nav-link px-2 nav-text round-font-bold hvr-underline-from-center">Install</a></li>
</ul>
<div class="dropdown text-end">
<a href="#" class="d-block link-dark text-decoration-none dropdown-toggle dropdown-pfp" id="dropdownUser1" data-bs-toggle="dropdown" aria-expanded="false">
<img id="profile-picture" src="https://github.com/HelloYeew.png" alt="HelloYeew" height="48" class="rounded-circle hvr-grow">
</a>
<ul class="dropdown-menu text-small" aria-labelledby="dropdownUser1">
<li><a class="dropdown-item spacing-hover" href="#">Settings</a></li>
<li><a class="dropdown-item spacing-hover" href="profile.html">Profile</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item spacing-hover" href="#">Sign out</a></li>
</ul>
</div>
</div>
</div>
</header>
<nav id="mobile-header" class="navbar p-3 mb-3 navbar-dark fixed-top">
<div class="container-fluid">
<a href="index.html" class="d-flex align-items-center mb-2 mb-lg-0 text-dark text-decoration-none hvr-bounce-in">
<img id="mobile-logo" src="assets/logo/rurusetto-logo.svg" height="50" alt="logo">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarToggleExternalContent" aria-controls="navbarToggleExternalContent" aria-expanded="false" aria-label="Toggle navigation" style="margin-top: -10px;">
<span class="navbar-toggler-icon"></span>
</button>
</div>
</nav>
<div class="collapse fixed-top" id="navbarToggleExternalContent">
<div class="list-group border-0">
<a href="#" class="list-group-item list-group-item-action text-white">Listing</a>
<a href="#" class="list-group-item list-group-item-action text-white">Status</a>
<a href="#" class="list-group-item list-group-item-action text-white">Install</a>
<a href="#collapseProfileMenu" class="list-group-item list-group-item-action text-white profile-menu" data-bs-toggle="collapse" aria-expanded="false" aria-controls="collapseProfileMenu" onclick="rotateArrowMenu()" style="background-color: rgba(74, 74, 74, .8);" id="profile-menu"><img id="profile-picture-mobile" src="https://github.com/HelloYeew.png" alt="HelloYeew" height="32" class="rounded-circle"> HelloYeew <i class="fas fa-chevron-down" id="arrow-profile-menu"></i></a>
<div class="collapse" id="collapseProfileMenu">
<div class="list-group border-0">
<a href="#" class="list-group-item list-group-item-action text-white">Settings</a>
<a href="#" class="list-group-item list-group-item-action text-white">Profile</a>
<a href="#" class="list-group-item list-group-item-action text-white">Sign out</a>
</div>
</div>
</div>
</div>
<div class="px-4 py-4 my-4 align-middle hero" style="background-image: linear-gradient(to bottom, transparent, #2d2d2d), url('assets/img/sentakki/243007.jpeg');">
<div class="container align-middle">
<div class="row">
<!-- TODO: Add popper-->
<p></p>
<a href="#" class="hvr-picture-bounce"><p class="text-muted"><img src="https://github.com/LumpBloom7.png" alt="Bloom" width="32" height="32" class="rounded-circle hvr-icon" style="transition: 0.2s"> Bloom <i class="fas fa-check-circle verified-circle"></i></p></a>
<div><h1 class="display-5 fw-bold">Sentakki</h1></div>
<p>A custom ruleset based on Sega’s arcade rhythm game maimai</p>
</div>
</div>
</div>
<div class="container">
<div class="row">
<!-- <a class="text-decoration-none"><i class="fas fa-edit"></i> Edit</a>-->
<div class="col-sm-2 hvr-icon-bounce">
<p><a class="text-decoration-none text-center spacing-hover-short" target="_blank" href="https://github.com/Rurusetto"><i class="fas fa-edit wiki-menu hvr-icon"></i> Edit This Page</a></p>
</div>
<div class="col-sm-2 hvr-icon-bounce">
<p><a class="text-decoration-none text-center spacing-hover-short" target="_blank" href="https://github.com/LumpBloom7/sentakki"><i class="fas fa-download wiki-menu hvr-icon"></i> Download</a></p>
</div>
</div>
<div class="row" id="last-edit">
<p class="text-muted">Last edited by <a href="#" class="hvr-picture-bounce"><img src="https://github.com/LumpBloom7.png" alt="Bloom" width="32" height="32" class="rounded-circle hvr-icon"> Bloom</a> at July 21, 2021 12:50 PM</p>
</div>
<div class="row">
<div class="col-sm-9" id="wiki">
<p>Sentakki is a custom ruleset based on Sega’s arcade rhythm game maimai. The ruleset is developed by Bloom.</p>
<h1 id="gameplay">gameplay</h1>
<p>Tap, touch, slide, hold to the beat! Sentakki have mainly 6 different note types. You can see all note types detail <a href="https://github.com/LumpBloom7/sentakki/wiki/Note-types">here</a>.</p>
<h1 id="controls">controls</h1>
<p>Sentakki is primarily designed with touch screens in mind. However traditional input methods aren’t left out, and it’s possible to play with the mouse. Twin experiment could be activated to make full use of multi-touch.</p>
<h3 id="default-controls">default controls</h3>
<ul>
<li>Button 1 - <code>Z</code> <code>M1</code></li>
<li>Button 2 - <code>X</code> <code>M2</code></li>
<li>Key 1 - <code>1</code></li>
<li>Key 2 - <code>2</code></li>
<li>Key 3 - <code>3</code></li>
<li>Key 4 - <code>4</code></li>
<li>Key 5 - <code>5</code></li>
<li>Key 6 - <code>6</code></li>
<li>Key 7 - <code>7</code></li>
<li>Key 8 - <code>8</code></li>
</ul>
<h1 id="mods">mods</h1>
<h3 id="difficulty-reduction">difficulty reduction</h3>
<ul>
<li>
<p><img src="https://rulesets.info/posts/sentakki/mod-icon/half-time-mod.png" alt="Half Time Icon"> Half Time</p>
<ul>
<li>Less Zoom…
<ul>
<li>Decreases speed .75x.</li>
</ul>
</li>
<li>Score Multiplier: 0.30x</li>
<li>Click the icon again for <code>Daycore Mod</code> : Whoaaaaa…
<ul>
<li>Decreases speed .75x and lowers audio pitch.</li>
</ul>
</li>
</ul>
</li>
<li>
<p><img src="https://rulesets.info/posts/sentakki/mod-icon/no-fail-mod.png" alt="No Fail Icon"> No Fail</p>
<ul>
<li>You can’t fail, no matter what.
<ul>
<li>Make it impossoble to fail.</li>
</ul>
</li>
<li>Score Multiplier: 0.50x</li>
</ul>
</li>
</ul>
<h3 id="difficulty-increase">difficulty increase</h3>
<ul>
<li>
<p><img src="https://rulesets.info/posts/sentakki/mod-icon/hard-rock-mod.png" alt="Hard Rock Icon"> Hard Rock</p>
<ul>
<li>Everything just got a bit harder…</li>
<li>Score Multiplier: 1.06x</li>
</ul>
</li>
<li>
<p><img src="https://rulesets.info/posts/sentakki/mod-icon/sudden-death-mod.png" alt="Sudden Death Icon"> Sudden Death</p>
<ul>
<li>Miss and fail.
<ul>
<li>If you miss, you fail.</li>
</ul>
</li>
</ul>
</li>
<li>
<p><img src="https://rulesets.info/posts/sentakki/mod-icon/challenge-mod.png" alt="Challenge Icon"> Challenge</p>
<ul>
<li>You only get a small margin for error
<ul>
<li>Decrease max health to make a game more challenge.</li>
</ul>
</li>
<li>You can select <em>number of lives</em> option from 5,10,20,50,100,200 and 300</li>
</ul>
</li>
<li>
<p><img src="https://rulesets.info/posts/sentakki/mod-icon/double-time-mod.png" alt="Double Time Icon"> Double Time</p>
<ul>
<li>Zoooooooooom…
<ul>
<li>Increases speed 1.50x.</li>
</ul>
</li>
<li>Score Multiplier: 1.12x</li>
<li>Click the icon again for <code>Nightcore Mod</code> : Uguuuuuuuu…
<ul>
<li>Increases speed 1.50x and raises audio pitch.</li>
</ul>
</li>
</ul>
</li>
</ul>
<h3 id="automation">automation</h3>
<ul>
<li>
<p><img src="https://rulesets.info/posts/sentakki/mod-icon/autoplay-mod.png" alt="Autoplay Icon"> Autoplay</p>
<ul>
<li>Watch a perfect automated play through the song.</li>
</ul>
</li>
<li>
<p><img src="https://rulesets.info/posts/sentakki/mod-icon/auto-touch-mod.png" alt="Auto Touch Icon"> Auto Touch</p>
<ul>
<li>Focused on the laned notes. Touch screen notes will be completed automatically.</li>
<li>Score Multiplier: 0.50x</li>
</ul>
</li>
</ul>
<h3 id="conversion">conversion</h3>
<ul>
<li><img src="https://rulesets.info/posts/sentakki/mod-icon/mirror-mod.png" alt="Mirror Icon"> Mirror
<ul>
<li>Flip the playfield horizontally, vertically or both!</li>
</ul>
</li>
</ul>
<h3 id="fun">fun</h3>
<ul>
<li>
<p><img src="https://rulesets.info/posts/sentakki/mod-icon/wind-up-mod.png" alt="Wind Up Icon"> Wind Up</p>
<ul>
<li>Can you keep up?
<ul>
<li>Slowly increases speed from 1.00x to 1.50x throughout the map and raises the pitch alongside the speed.</li>
</ul>
</li>
<li>The song speed will be getting faster and faster</li>
<li>Click the icon again will be <code>Wind Down Mod</code> : Slooow doooown…
<ul>
<li>Slowly decreases speed from 1.00x to 0.75x throughout the map and lowers the pitch alongside the speed.</li>
</ul>
</li>
<li><em>Initial rate</em>, <em>Final rate</em>, and <em>Adjust pitch</em> are customizable parameters.</li>
</ul>
</li>
<li>
<p><img src="https://rulesets.info/posts/sentakki/mod-icon/spin-mod.png" alt="Spin Icon"> Spin</p>
<ul>
<li>Replicate the true washing machine experience.
<ul>
<li>Spins the playfield during gameplay</li>
</ul>
</li>
</ul>
</li>
<li>
<p><img src="https://rulesets.info/posts/sentakki/mod-icon/experimental-mod.png" alt="Experimental Icon"> Experimental</p>
<ul>
<li>Some experimental features to be added to future sentakki builds. Autoplay/No-Fail recommended. Replay unsupported.</li>
<li>Experiment that are availables are <em>Twin notes</em>, <em>Twin slides</em> and <em>Touch notes</em></li>
</ul>
</li>
</ul>
<h1 id="settings">settings</h1>
<p>You can see a list of settings and what they do in <a href="https://github.com/LumpBloom7/sentakki/wiki/Options">Sentakki option wiki page</a>.</p>
<h1 id="preview">preview</h1>
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe src="https://www.youtube.com/embed/BDOc3PSDYFU" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" allowfullscreen title="YouTube Video"></iframe>
</div>
<p></p>
<h2>Share this page</h2>
<button type="button" class="btn btn-secondary btn-rurusetto"><i class="fab fa-facebook-square"></i></button>
<button type="button" class="btn btn-secondary btn-rurusetto"><i class="fab fa-twitter"></i></button>
<button type="button" class="btn btn-secondary btn-rurusetto"><i class="fas fa-link"></i></button>
<p></p>
</div>
<div class="col-sm-3 gap-3" id="infobox">
<div class="row rounded info-box">
<img src="https://github.com/LumpBloom7/sentakki/blob/master/assets/logov3.png?raw=true">
<h2 class="text-center">Sentakki</h2>
<dl class="row">
<dt class="col-sm-5">Creator</dt>
<dd class="col-sm-7"><a href="#" class="hvr-picture-bounce"><img src="https://github.com/LumpBloom7.png" alt="Bloom" width="32" height="32" class="rounded-circle hvr-bounce-in hvr-icon"> Bloom</a></dd>
<dt class="col-sm-5">Status</dt>
<dd class="col-sm-7">Active Development</dd>
<dt class="col-sm-5">Availability</dt>
<dd class="col-sm-7">Available publicly</dd>
</dl>
</div>
<p></p>
<div class="row">
<!-- TODO: Pop up box for support creator-->
<p><a class="text-decoration-none text-center spacing-hover-short hvr-icon-bounce" target="_blank" href="https://github.com/LumpBloom7/sentakki"><i class="fa fa-github wiki-menu hvr-icon"></i> GitHub Repositories</a></p>
<p><a class="text-decoration-none text-center spacing-hover-short hvr-icon-bounce" target="_blank" href="https://discord.gg/CQPNADu"><i class="fab fa-discord wiki-menu hvr-icon"></i> Discord</a></p>
<p><a class="text-decoration-none text-center spacing-hover-short hvr-icon-bounce" target="_blank" href="https://discord.gg/CQPNADu"><i class="fas fa-heart wiki-menu hvr-icon"></i> Support the creator</a></p>
</div>
</div>
</div>
</div>
<footer class="footer mt-auto py-3">
<div class="container">
<div class="row">
<div class="col">
<p>Made with ❤️ by <a class="text-decoration-none hvr-underline-from-center made-by-footer" target="_blank" href="https://github.com/Rurusetto">HelloYeew</a> and <a class="text-decoration-none hvr-underline-from-center made-by-footer" target="_blank" href="https://github.com/Rurusetto">Rūrusetto team</a></p>
</div>
<div class="col text-end github-footer">
<a class="spacing-hover-short" target="_blank" href="https://github.com/Rurusetto/rurusetto/"><i class="fab fa-github hvr-grow github-footer"></i></a>
</div>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<script src="custom.js"></script>
</body>
</html>