-
Notifications
You must be signed in to change notification settings - Fork 19
/
index.html
329 lines (307 loc) · 23.7 KB
/
index.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
320
321
322
323
324
325
326
327
328
329
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0, shrink-to-fit=no, viewport-fit=cover">
<meta name="description" content="Get up and running with modifications to Gorilla Tag to enhance your experience.">
<!-- OpenGraph Tags -->
<meta property="og:title" content="Gorilla Tag Modding Guide">
<meta property="og:site_name" content="BurritoSOFTWARE">
<meta property="og:url" content="https://gorillatagmodding.burrito.software">
<meta property="og:description" content="Get up and running with modifications to Gorilla Tag to enhance your experience.">
<meta name="description" content="Get up and running with modifications to Gorilla Tag to enhance your experience.">
<meta property="og:image" content="https://gorillatagmodding.burrito.software/docs/assets/img/logo.png">
<title>Gorilla Tag Modding Guide</title>
<link rel="icon" href="docs/assets/img/favicon.ico">
<!-- GoatCounter Analytics-->
<script data-goatcounter="https://burrito.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
<!-- Stylesheets -->
<link rel="stylesheet" href="docs/assets/css/dark.css" title="Dark">
<link rel="stylesheet" href="docs/assets/css/main.css">
<!-- Alternate Stylesheets -->
<link rel="stylesheet alternate" href="docs/assets/css/light.css" title="Light">
<!-- EthicalAds -->
<!-- <script async src="https://media.ethicalads.io/media/client/ethicalads.min.js"></script> -->
<!-- Google AdSense -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1545654854838298"
crossorigin="anonymous"></script>
</head>
<body>
<div id="app"></div>
<!-- JavaScript -->
<script>
window.$docsify = {
// GENERAL
// -----------------------------------------------------------------
name : 'Gorilla Tag Modding Guide',
homepage : 'docs/user-guide/introduction.md',
logo : 'docs/assets/img/logo.png',
loadNavbar : 'docs/navbar.md',
mergeNavbar : false,
loadSidebar : 'sidebar.md',
relativePath: true,
alias : {
// Original - English
'/' : '/docs/user-guide/introduction.md',
'/sidebar.md' : '/docs/sidebar.md',
'/introduction' : '/docs/user-guide/introduction.md',
'/pc-guide' : '/docs/user-guide/pc/beginners-guide.md',
'/quest-guide' : '/docs/user-guide/quest/beginners-guide.md',
'/pc-maploading' : '/docs/user-guide/pc/pc-maploading.md',
'/quest-maploading' : '/docs/user-guide/quest/quest-maploading.md',
'/pc-updating' : '/docs/user-guide/pc/pc-updating.md',
'/quest-updating' : '/docs/user-guide/quest/quest-updating.md',
'/faq' : '/docs/extras/faq.md',
'/choose-guide' : '/docs/user-guide/chooseguide.md',
// Chinese Simplified
'/zh_CN/' : '/translations/zh_CN/docs/user-guide/introduction.md',
'/zh_CN/sidebar.md' : '/translations/zh_CN/docs/sidebar.md',
'/zh_CN/introduction' : '/translations/zh_CN/docs/user-guide/introduction.md',
'/zh_CN/pc-guide' : '/translations/zh_CN/docs/user-guide/pc/beginners-guide.md',
'/zh_CN/quest-guide' : '/translations/zh_CN/docs/user-guide/quest/beginners-guide.md',
'/zh_CN/pc-maploading' : '/translations/zh_CN/docs/user-guide/pc/pc-maploading.md',
'/zh_CN/quest-maploading' : '/translations/zh_CN/docs/user-guide/quest/quest-maploading.md',
'/zh_CN/pc-updating' : '/translations/zh_CN/docs/user-guide/pc/pc-updating.md',
'/zh_CN/quest-updating' : '/translations/zh_CN/docs/user-guide/quest/quest-updating.md',
'/zh_CN/choose-guide' : '/translations/zh_CN/docs/user-guide/chooseguide.md',
// Danish
'/da_DK/' : '/translations/da_DK/docs/user-guide/introduction.md',
'/da_DK/sidebar.md' : '/translations/da_DK/docs/sidebar.md',
'/da_DK/introduction' : '/translations/da_DK/docs/user-guide/introduction.md',
'/da_DK/pc-guide' : '/translations/da_DK/docs/user-guide/pc/beginners-guide.md',
'/da_DK/quest-guide' : '/translations/da_DK/docs/user-guide/quest/beginners-guide.md',
'/da_DK/pc-maploading' : '/translations/da_DK/docs/user-guide/pc/pc-maploading.md',
'/da_DK/quest-maploading' : '/translations/da_DK/docs/user-guide/quest/quest-maploading.md',
'/da_DK/pc-updating' : '/translations/da_DK/docs/user-guide/pc/pc-updating.md',
'/da_DK/quest-updating' : '/translations/da_DK/docs/user-guide/quest/quest-updating.md',
'/da_DK/choose-guide' : '/translations/da_DK/docs/user-guide/chooseguide.md',
// Dutch
'/nl_NL/' : '/translations/nl_NL/docs/user-guide/introduction.md',
'/nl_NL/sidebar.md' : '/translations/nl_NL/docs/sidebar.md',
'/nl_NL/introduction' : '/translations/nl_NL/docs/user-guide/introduction.md',
'/nl_NL/pc-guide' : '/translations/nl_NL/docs/user-guide/pc/beginners-guide.md',
'/nl_NL/quest-guide' : '/translations/nl_NL/docs/user-guide/quest/beginners-guide.md',
'/nl_NL/pc-maploading' : '/translations/nl_NL/docs/user-guide/pc/pc-maploading.md',
'/nl_NL/quest-maploading' : '/translations/nl_NL/docs/user-guide/quest/quest-maploading.md',
'/nl_NL/pc-updating' : '/translations/nl_NL/docs/user-guide/pc/pc-updating.md',
'/nl_NL/quest-updating' : '/translations/nl_NL/docs/user-guide/quest/quest-updating.md',
'/nl_NL/choose-guide' : '/translations/nl_NL/docs/user-guide/chooseguide.md',
// French
'/fr_FR/' : '/translations/fr_FR/docs/user-guide/introduction.md',
'/fr_FR/sidebar.md' : '/translations/fr_FR/docs/sidebar.md',
'/fr_FR/introduction' : '/translations/fr_FR/docs/user-guide/introduction.md',
'/fr_FR/pc-guide' : '/translations/fr_FR/docs/user-guide/pc/beginners-guide.md',
'/fr_FR/quest-guide' : '/translations/fr_FR/docs/user-guide/quest/beginners-guide.md',
'/fr_FR/pc-maploading' : '/translations/fr_FR/docs/user-guide/pc/pc-maploading.md',
'/fr_FR/quest-maploading' : '/translations/fr_FR/docs/user-guide/quest/quest-maploading.md',
'/fr_FR/pc-updating' : '/translations/fr_FR/docs/user-guide/pc/pc-updating.md',
'/fr_FR/quest-updating' : '/translations/fr_FR/docs/user-guide/quest/quest-updating.md',
'/fr_FR/choose-guide' : '/translations/fr_FR/docs/user-guide/chooseguide.md',
// German
'/de_DE/' : '/translations/de_DE/docs/user-guide/introduction.md',
'/de_DE/sidebar.md' : '/translations/de_DE/docs/sidebar.md',
'/de_DE/introduction' : '/translations/de_DE/docs/user-guide/introduction.md',
'/de_DE/pc-guide' : '/translations/de_DE/docs/user-guide/pc/beginners-guide.md',
'/de_DE/quest-guide' : '/translations/de_DE/docs/user-guide/quest/beginners-guide.md',
'/de_DE/pc-maploading' : '/translations/de_DE/docs/user-guide/pc/pc-maploading.md',
'/de_DE/quest-maploading' : '/translations/de_DE/docs/user-guide/quest/quest-maploading.md',
'/de_DE/pc-updating' : '/translations/de_DE/docs/user-guide/pc/pc-updating.md',
'/de_DE/quest-updating' : '/translations/de_DE/docs/user-guide/quest/quest-updating.md',
'/de_DE/choose-guide' : '/translations/de_DE/docs/user-guide/chooseguide.md',
// Japanese
'/ja_JP/' : '/translations/ja_JP/docs/user-guide/introduction.md',
'/ja_JP/sidebar.md' : '/translations/ja_JP/docs/sidebar.md',
'/ja_JP/introduction' : '/translations/ja_JP/docs/user-guide/introduction.md',
'/ja_JP/pc-guide' : '/translations/ja_JP/docs/user-guide/pc/beginners-guide.md',
'/ja_JP/quest-guide' : '/translations/ja_JP/docs/user-guide/quest/beginners-guide.md',
'/ja_JP/pc-maploading' : '/translations/ja_JP/docs/user-guide/pc/pc-maploading.md',
'/ja_JP/quest-maploading' : '/translations/ja_JP/docs/user-guide/quest/quest-maploading.md',
'/ja_JP/pc-updating' : '/translations/ja_JP/docs/user-guide/pc/pc-updating.md',
'/ja_JP/quest-updating' : '/translations/ja_JP/docs/user-guide/quest/quest-updating.md',
'/ja_JP/choose-guide' : '/translations/ja_JP/docs/user-guide/chooseguide.md',
// Norwegian
'/no_NO/' : '/translations/no_NO/docs/user-guide/introduction.md',
'/no_NO/sidebar.md' : '/translations/no_NO/docs/sidebar.md',
'/no_NO/introduction' : '/translations/no_NO/docs/user-guide/introduction.md',
'/no_NO/pc-guide' : '/translations/no_NO/docs/user-guide/pc/beginners-guide.md',
'/no_NO/quest-guide' : '/translations/no_NO/docs/user-guide/quest/beginners-guide.md',
'/no_NO/pc-maploading' : '/translations/no_NO/docs/user-guide/pc/pc-maploading.md',
'/no_NO/quest-maploading' : '/translations/no_NO/docs/user-guide/quest/quest-maploading.md',
'/no_NO/pc-updating' : '/translations/no_NO/docs/user-guide/pc/pc-updating.md',
'/no_NO/quest-updating' : '/translations/no_NO/docs/user-guide/quest/quest-updating.md',
'/no_NO/choose-guide' : '/translations/no_NO/docs/user-guide/chooseguide.md',
// Pirate English
'/en_PT/' : '/translations/en_PT/docs/user-guide/introduction.md',
'/en_PT/sidebar.md' : '/translations/en_PT/docs/sidebar.md',
'/en_PT/introduction' : '/translations/en_PT/docs/user-guide/introduction.md',
'/en_PT/pc-guide' : '/translations/en_PT/docs/user-guide/pc/beginners-guide.md',
'/en_PT/quest-guide' : '/translations/en_PT/docs/user-guide/quest/beginners-guide.md',
'/en_PT/pc-maploading' : '/translations/en_PT/docs/user-guide/pc/pc-maploading.md',
'/en_PT/quest-maploading' : '/translations/en_PT/docs/user-guide/quest/quest-maploading.md',
'/en_PT/pc-updating' : '/translations/en_PT/docs/user-guide/pc/pc-updating.md',
'/en_PT/quest-updating' : '/translations/en_PT/docs/user-guide/quest/quest-updating.md',
'/en_PT/choose-guide' : '/translations/en_PT/docs/user-guide/chooseguide.md',
// Polish
'/pl_PL/' : '/translations/pl_PL/docs/user-guide/introduction.md',
'/pl_PL/sidebar.md' : '/translations/pl_PL/docs/sidebar.md',
'/pl_PL/introduction' : '/translations/pl_PL/docs/user-guide/introduction.md',
'/pl_PL/pc-guide' : '/translations/pl_PL/docs/user-guide/pc/beginners-guide.md',
'/pl_PL/quest-guide' : '/translations/pl_PL/docs/user-guide/quest/beginners-guide.md',
'/pl_PL/pc-maploading' : '/translations/pl_PL/docs/user-guide/pc/pc-maploading.md',
'/pl_PL/quest-maploading' : '/translations/pl_PL/docs/user-guide/quest/quest-maploading.md',
'/pl_PL/pc-updating' : '/translations/pl_PL/docs/user-guide/pc/pc-updating.md',
'/pl_PL/quest-updating' : '/translations/pl_PL/docs/user-guide/quest/quest-updating.md',
'/pl_PL/choose-guide' : '/translations/pl_PL/docs/user-guide/chooseguide.md',
// Spanish
'/es_ES/' : '/translations/es_ES/docs/user-guide/introduction.md',
'/es_ES/sidebar.md' : '/translations/es_ES/docs/sidebar.md',
'/es_ES/introduction' : '/translations/es_ES/docs/user-guide/introduction.md',
'/es_ES/pc-guide' : '/translations/es_ES/docs/user-guide/pc/beginners-guide.md',
'/es_ES/quest-guide' : '/translations/es_ES/docs/user-guide/quest/beginners-guide.md',
'/es_ES/pc-maploading' : '/translations/es_ES/docs/user-guide/pc/pc-maploading.md',
'/es_ES/quest-maploading' : '/translations/es_ES/docs/user-guide/quest/quest-maploading.md',
'/es_ES/pc-updating' : '/translations/es_ES/docs/user-guide/pc/pc-updating.md',
'/es_ES/quest-updating' : '/translations/es_ES/docs/user-guide/quest/quest-updating.md',
'/es_ES/choose-guide' : '/translations/es_ES/docs/user-guide/chooseguide.md',
// Swedish
'/sv_SE/' : '/translations/sv_SE/docs/user-guide/introduction.md',
'/sv_SE/sidebar.md' : '/translations/sv_SE/docs/sidebar.md',
'/sv_SE/introduction' : '/translations/sv_SE/docs/user-guide/introduction.md',
'/sv_SE/pc-guide' : '/translations/sv_SE/docs/user-guide/pc/beginners-guide.md',
'/sv_SE/quest-guide' : '/translations/sv_SE/docs/user-guide/quest/beginners-guide.md',
'/sv_SE/pc-maploading' : '/translations/sv_SE/docs/user-guide/pc/pc-maploading.md',
'/sv_SE/quest-maploading' : '/translations/sv_SE/docs/user-guide/quest/quest-maploading.md',
'/sv_SE/pc-updating' : '/translations/sv_SE/docs/user-guide/pc/pc-updating.md',
'/sv_SE/quest-updating' : '/translations/sv_SE/docs/user-guide/quest/quest-updating.md',
'/sv_SE/choose-guide' : '/translations/sv_SE/docs/user-guide/chooseguide.md',
// About
'/about' : '/docs/extras/about.md',
'/tips' : '/docs/extras/tips.md'
},
// NAVIGATION
// -----------------------------------------------------------------
auto2top : true,
maxLevel : 4,
subMaxLevel: 4,
// PLUGINS
// -----------------------------------------------------------------
executeScript: true,
search: {
maxAge : 300000,
depth : 3,
noData : 'No results!',
placeholder: 'Search...'
},
themeable : {
readyTransition : true,
responsiveTables: true
},
tabs: {
persist : true,
sync : true
},
};
</script>
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.min.js"></script>
<script src="docs/assets/js/main.js"></script>
<script src="docs/assets/js/docsify-pagination.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify@4"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-themeable@0"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-tabs@latest"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-copy-code@2"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify@4/lib/plugins/external-script.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify@4/lib/plugins/search.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify@4/lib/plugins/zoom-image.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/prismjs@1/components/prism-bash.min.js"></script>
<!-- <script>
window.changeAdStyle=function(){
// Huuuuge block of code to change ad style to the right style, hope this could get smaller in the future
var sessionStorageKey = 'activeStylesheetHref';
var themeState = sessionStorage.getItem(sessionStorageKey);
ethAdDiv = document.querySelector('[data-ea-publisher]');
if (themeState == "docs/assets/css/dark.css") {
try {
ethAdDiv.className = ethAdDiv.className.replace( / dark/, '' )
} catch {}
try {
ethAdDiv.className = ethAdDiv.className.replace( / light/, '' )
} catch {}
ethAdDiv.className += " dark";
return "[EthicalAds Manager] Theme set to Dark.";
} else if (themeState == "docs/assets/css/light.css") {
try {
ethAdDiv.className = ethAdDiv.className.replace( / dark/, '' )
} catch {}
try {
ethAdDiv.className = ethAdDiv.className.replace( / light/, '' )
} catch {}
ethAdDiv.className += " light";
return "[EthicalAds Manager] Theme set to Light.";
} else {
try {
ethAdDiv.className = ethAdDiv.className.replace( / dark/, '' )
} catch {}
try {
ethAdDiv.className = ethAdDiv.className.replace( / light/, '' )
} catch {}
ethAdDiv.className += " dark";
return "[EthicalAds Manager] Theme set to Default.";
}
};
</script>
<script>
function loadAds(hook, vm) {
hook.doneEach(function() {
$(document).ready(() => {
console.log("[EthicalAds Manager] Attempting to load ad...");
try {
ethicalads.load();
console.log("[EthicalAds Manager] Ad loaded successfully! :D")
console.log(window.changeAdStyle());
} catch(e) {
if (e instanceof ReferenceError) {
div = document.querySelector('[data-ea-publisher]');
if (div) {
console.log("[EthicalAds Manager] Adblocker detected: showing alt message :)")
div.innerHTML = '<blockquote class="tip"><strong>Hey there!</strong> 👋 It seems like you have an adblocker.<br>Now, I\'m all in for adblocking, and I hate ads myself. The guide currently serves <b>EthicalAds</b>, which are ads that do not track you and maintain privacy. (unlike Facebook heh)<br><br>I know practically every big buck site says this, but turning off your adblocker helps support me. I don\'t try to spy on people, I just want to be able to cover the costs of running this guide for you! :D<br>(Alternatively, you can support me on <a href="https://github.com/sponsors/burritosoftware"><b>GitHub Sponsors</b></a> monthly.)';
} else {
console.log("[EthicalAds Manager] No ad placements found + seems to be adblocked.")
}
}
console.log(e);
}
});
});
}
$docsify.plugins = [].concat(loadAds, $docsify.plugins);
</script> -->
<script>
function loadAds(hook, vm) {
hook.doneEach(function() {
$(document).ready(() => {
adslot = document.querySelector('.adsbygoogle');
if (adslot) {
console.log("[Google Ads Docsify] Ad found, attempting to fill ad...");
(adsbygoogle = window.adsbygoogle || []).push({});
setTimeout(function(){
adunfilled = document.querySelector('ins[data-ad-status="filled"]');
if (adunfilled) {
console.log("[Google Ads Docsify] Ad should be filled!")
} else {
console.log("[Google Ads Docsify] Ad not filled, showing alt message.")
admessage = document.createElement('div');
admessage.innerHTML = '<blockquote class="tip"><strong>Hey there!</strong> 👋 It seems like you have an adblocker.<br>Now, I\'m all in for adblocking, and I hate ads myself. The guide currently serves <b>Google Ads</b>, so I totally understand why you have an adblocker.<br><br>If you want to turn off your adblocker, thanks a lot! If you don\'t want to turn off your adblocker, please consider sponsoring me on <a href="https://github.com/sponsors/burritosoftware"><b>GitHub Sponsors</b></a> monthly. Either way you go, I hope you can help to cover the costs, and that you\'ll have fun. Monke! :D</blockquote>';
adslot.parentNode.replaceChild(admessage, adslot)
}
}, 1500);
} else {
console.log("[Google Ads Docsify] No ads found to fill.")
}
});
});
}
$docsify.plugins = [].concat(loadAds, $docsify.plugins);
</script>
</body>
</html>