forked from Leanny/leanny.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSplatHeX.html
388 lines (388 loc) · 20.2 KB
/
SplatHeX.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
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
<!DOCTYPE html>
<html>
<head>
<title>SplatHeX - A Splatoon Save Editor</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-type"/>
<link href="wep.css" rel="stylesheet" type="text/css"/>
<link href="https://code.jquery.com/ui/1.12.1/themes/smoothness/jquery-ui.css" rel="stylesheet"/>
<style type="text/css">
div.popup {overflow: hidden;}
</style>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<script crossorigin="anonymous" integrity="sha256-DZAnKJ/6XZ9si04Hgrsxu/8s717jcIzLy3oi35EouyE=" src="https://code.jquery.com/jquery-3.2.1.js"></script>
<script crossorigin="anonymous" integrity="sha256-T0Vest3yCU7pafRw9r+settMBX6JkKN06dqBnpQ8d30=" src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script src="jquery.colorbox.js"></script>
<link href="colorbox.css" rel="stylesheet" />
<script>
$(function() {$( "#tabs" ).tabs();});
$(function() {$( "#tabs2" ).tabs();});
</script>
</head>
<body>
<h1><img src="splathex/splathex2logo.png" alt="" width="100" height="87" /> SplatHeX - A Splatoon Save Editor <img src="splathex/splathex2logo.png" alt="" width="100" height="87" /></h1>
<p><strong>SplatHeX</strong> is a WIP Splatoon/Splatoon 2 save editor developed by WemI0 and Lean. It support every Splatoon 1 save file, and support the latest version of Splatoon 2.</p>
<h2>Information</h2>
<p>Development for <strong>SplatHeX</strong> is discontinued.</p>
<h2>Risks</h2>
Save editing comes with several risks. There is always a chance for getting banned. If you only do legal modifications (e.g. add chunks), it will be harder to detect and the probability is lower that you will be banned. Be always aware of the risk this involves.
<h3>Dangerous Modifications</h3>
Not everything that you can edit is "safe" and can lead to a Splatoon 2 online ban. Dangerous modifications include, but is not limited to:
<ul>
<li>Sea Snails</li>
<li>MMR Values*</li>
<li>Level</li>
<li>Rank*</li>
<li>Number of Matches Played Online*</li>
<li>Number of Disconnects*</li>
<li>Salmon Run Rank</li>
<li>Salmon Run Play Counter</li>
<li>Salmon Run Points</li>
<li>Using illegal gear/weapons**</li>
</ul>
<p><small>* Not possible with SplatHeX alone.</small><br />
<small>** For example: Play with Hero Weapons even though you did not unlock them properly.</small></p>
<h2>Splatoon 1</h2>
<p><strong>SplatHeX</strong> supports Splatoon 1 to the fullest with a lot of features. An overview of the tool is provided here:</p>
<div id="tabs">
<ul>
<li><a href="#tabs-1">Main Window</a></li>
<li><a href="#tabs-2">Gear Editor</a></li>
<li><a href="#tabs-3">Weapon Editor</a></li>
<li><a href="#tabs-4">Player Editor</a></li>
<li><a href="#tabs-5">Hero Mode Editor</a></li>
<li><a href="#tabs-6">Bulk Editor</a></li>
<li><a href="#tabs-7">Flag Editor</a></li>
<li><a href="#tabs-8">Plaza Editor</a></li>
<li><a href="#tabs-9">amiibo Challange Editor</a></li>
<li><a href="#tabs-10">Minigame Editor</a></li>
<li><a href="#tabs-11">Spyke Order Editor</a></li>
<li><a href="#tabs-12">Legality Check</a></li>
</ul>
<div id="tabs-1">
<h3>Main Window</h3>
<img src="splathex/splat1_image1.png"/><br />
The Main Window provides an overview of all functionality that is supported right now.
</div>
<div id="tabs-2">
<h3>Gear Editor</h3>
<img src="splathex/splat1_image2.png"/><br />
The Gear Editor lists all of your gear and allows you to modify all attriubtes of the gear freely. You can change the number of unlocked slots, the abilities on it and more. It is also possible to delete/add gear to your inventory!
</div>
<div id="tabs-3">
<h3>Weapon Editor</h3>
<img src="splathex/splat1_image3.png"/><br />
The Weapon Editor lists all of your weapons and allows you to modify the turf inked. It is also possible to delete/add weapons to your inventory!
</div>
<div id="tabs-4">
<h3>Player Editor</h3>
<img src="splathex/splat1_image4.png"/><br />
The Player Editor allows you to modify your character and your options. Further, you can also modify your level, rank, money, and snails.
</div>
<div id="tabs-5">
<h3>Hero Mode Editor</h3>
<img src="splathex/splat1_image5.png"/><br />
The Hero Mode Editor allows you to modify anything story mode related.
</div>
<div id="tabs-6">
<h3>Bulk Editor</h3>
<img src="splathex/splat1_image6.png"/><br />
The Bulk Editor allows you to export/import all your weapons/gear/plaza information with a simple click, as well as unlock all gear pieces and weapons.
</div>
<div id="tabs-7">
<h3>Flag Editor</h3>
<img src="splathex/splat1_image7.png"/><br />
The Flag Editor edit flags that were set by the game. This is used to trigger specific tutorial boxes and/or providing you with additional info.
</div>
<div id="tabs-8">
<h3>Plaza Editor</h3>
<img src="splathex/splat1_image8.png"/><br />
You always wanted to choose the people who are in your plaza? Now you can! The Plaza Editor allows you to freely manipulate anyone who is currently in your laza.
</div>
<div id="tabs-9">
<h3>amiibo Challange Editor</h3>
<img src="splathex/splat1_image9.png"/><br />
The amiibo Challange Editor allows you to set the state of amiibo challanges.
</div>
<div id="tabs-10">
<h3>Minigame Editor</h3>
<img src="splathex/splat1_image10.png"/><br />
You always wanted to beat your friends with the highest highscore in Squid Jump? With the Minigame Editor you can freely unlock games and modify stored highscores.
</div>
<div id="tabs-11">
<h3>Spyke Order Editor</h3>
<img src="splathex/splat1_image11.png"/><br />
You cannot find a piece of gear in your plaza to order it? Now you are able to tell Spyke directly what you want to order!
</div>
<div id="tabs-12">
<h3>Legality Check</h3>
<img src="splathex/splat1_image12.png"/><br />
Are you afraid of making mistakes while editing that could get you banned? We provide a Work-in-Progress solution that will find many common invalid things and warns you.
</div>
</div>
<h2>
Splatoon 2</h1>
<p><strong>SplatHeX</strong> supports Splatoon 2 partially and is currently Work-in-Progress:</p>
<div id="tabs2">
<ul>
<li><a href="#tabs2-1">Gear Editor</a></li>
<li><a href="#tabs2-2">Weapon Editor</a></li>
<li><a href="#tabs2-3">Player Editor</a></li>
<li><a href="#tabs2-4">Hero Mode Editor</a></li>
<li><a href="#tabs2-5">Bulk Editor</a></li>
<li><a href="#tabs2-6">Flag Editor</a></li>
<li><a href="#tabs2-7">Salmonrun Editor</a></li>
<li><a href="#tabs2-8">Ticket/Chunk Editor</a></li>
<li><a href="#tabs2-9">Murch Order Edtior</a></li>
<li><a href="#tabs2-10">Octolings</a></li>
</ul>
<div id="tabs2-1">
<h3>Gear Editor</h3>
<img src="splathex/splat2_image1.png"/><br />
The Gear Editor lists all of your gear and allows you to modify all attriubtes of the gear freely. You can change the number of unlocked slots, the abilities on it and more. It is also possible to delete/add gear to your inventory! It is also possible to change the main ability of most of your gear, but be aware that the gear with this main ability might not have been on Splatnet yet.
</div>
<div id="tabs2-2">
<h3>Weapon Editor</h3>
<img src="splathex/splat2_image2.png"/><br />
The Weapon Editor lists all of your weapons and allows you to modify the turf inked. It is also possible to delete/add weapons to your inventory!
</div>
<div id="tabs2-3">
<h3>Player Editor</h3>
<img src="splathex/splat2_image3.png"/><br />
The Player Editor allows you to modify your character and your options. Further, you can also modify your level, money, and snails. New: You can see your hidden battle stats!
</div>
<div id="tabs2-4">
<h3>Hero Mode Editor</h3>
<img src="splathex/splat2_image4.png"/><br />
The Hero Mode Editor allows you to modify anything story mode related.
</div>
<div id="tabs2-5">
<h3>Bulk Editor</h3>
<img src="splathex/splat2_image5.png"/><br />
The Bulk Editor allows you to unlock all gear pieces and weapons. Further, you can unlock all stages for The Shoal or make all weapons buyable.
</div>
<div id="tabs2-6">
<h3>Flag Editor</h3>
<img src="splathex/splat2_image6.png"/><br />
The Flag Editor edit flags that were set by the game. This is used to trigger specific tutorial boxes and/or providing you with additional info.
</div>
<div id="tabs2-7">
<h3>Salmonrun Editor</h3>
<img src="splathex/splat2_image7.png"/><br />
The Salmonrun Editor is able to change your stats as well as showing you your loot boxes.
</div>
<div id="tabs2-8">
<h3>Ticket/Chunk Editor</h3>
<img src="splathex/splat2_image8.png"/><br />
This editor window allows you to edit the number of tickets and chunks you own.
</div>
<div id="tabs2-9">
<h3>Murch Order Edtior</h3>
<img src="splathex/splat2_image9.png"/><br />
You are able to review the orders you made and even change one thing or another.
</div>
<div id="tabs2-10">
<h3>Octolings</h3>
<img src="splathex/splat2_image10.png"/><br />
It is possible to play as an octoling with SplatHeX, but this requiers you to unlock octolings in-game first (to make them legal). You know that octolings are unlocked in your game, when you get this screen:<br />
<img src="splathex/splat2_image11.jpg" width="50%"/><br />
</div>
</div>
<h2>Coming Soon</h2>
<p>Here a list of features that we will implement soon. We will add these features slowly, as long as Nintendo is still supporting the game, so they might not come before December 2018.</p>
<ul>
<li>Add Full Octo Expansion Editor - This editor is currently work in progress. We got around 90% of all offsets right now and create the editor for it.</li>
<li>Add Plaza Editor</li>
</ul>
<h2>Changelog:</h2>
<ul>
<li>
v 0.5a
<ul>
<li>Fix exclusive gear abilities for shoes/clothes.</li>
<li>In some cases updated images were not downloaded, this is fixed now.</li>
<li>Further improvements to overall software stability and other minor adjustments have been made to enhance the user experience.</li>
</ul>
</li>
<li>
v 0.5
<ul>
<li>Add gear for 4.5.1</li>
<li>Add auto update for gear/weapons</li>
<li>Further improvements to overall software stability and other minor adjustments have been made to enhance the user experience.</li>
</ul>
</li>
<li>
v 0.4.13
<ul>
<li>100% Splatoon 2 4.3.1 support (thanks to Dualie)</li>
<li>Further improvements to overall software stability and other minor adjustments have been made to enhance the user experience.</li>
</ul>
</li>
<li>
v 0.4.12
<ul>
<li>Improve Splatoon 2 4.3.1 support</li>
<li>Further improvements to overall software stability and other minor adjustments have been made to enhance the user experience.</li>
</ul>
</li>
<li>
v 0.4.11
<ul>
<li>Add Splatoon 2 4.3.1 support</li>
<li>Further improvements to overall software stability and other minor adjustments have been made to enhance the user experience.</li>
</ul>
</li>
<li>
v 0.4.10
<ul>
<li>Add Splatoon 2 4.3 support</li>
<li>Further improvements to overall software stability and other minor adjustments have been made to enhance the user experience.</li>
</ul>
</li>
<li>
v 0.4.9
<ul>
<li>Add Splatoon 2 4.2 support</li>
<li>Further improvements to overall software stability and other minor adjustments have been made to enhance the user experience.</li>
</ul>
</li>
<li>
v 0.4.8
<ul>
<li>Fix a crash when opening the player editor as octoling</li>
<li>Further improvements to overall software stability and other minor adjustments have been made to enhance the user experience.</li>
</ul>
</li>
<li>
v 0.4.7
<ul>
<li>Add Splatoon 2 4.1 support</li>
<li>Further improvements to overall software stability and other minor adjustments have been made to enhance the user experience.</li>
</ul>
</li>
<li>
v 0.4.6
<ul>
<li>Add proper support for all savegame revisions</li>
<li>Add Splatoon 4.0 support</li>
<li>Further improvements to overall software stability and other minor adjustments have been made to enhance the user experience.</li>
</ul>
</li>
<li>
v 0.4.5
<ul>
<li>Add 3.2 update stuff.</li>
<li>Further improvements to overall software stability and other minor adjustments have been made to enhance the user experience.</li>
</ul>
</li>
<li>
v 0.4.4
<ul>
<li>Add basic OctoExpansion Editor.</li>
<li>Add new released weapons.</li>
<li>Allow SplatHeX to load decrypted savefiles.</li>
<li>Further improvements to overall software stability and other minor adjustments have been made to enhance the user experience.</li>
</ul>
</li>
<li>
v 0.4.3
<ul>
<li>Splat 1: Fix rarity of gear.</li>
<li>Fix a bug in Player Editor that did not allow to display the octoling gender correctly.</li>
<li>Add compability with Octo Expansion Gear.</li>
<li>Add support for Octoshot.</li>
<li>Add New Albacore Hotel to unlockable maps.</li>
<li>Allow SplatHeX to decrypt/encrypt savegames by drag & drop them into the SplatHeX.exe file.</li>
<li>Further improvements to overall software stability and other minor adjustments have been made to enhance the user experience.</li>
</ul>
</li>
<li>
v 0.4.2
<ul>
<li>Fix a bug with Plaza Image Editor.</li>
<li>Fix a bug in salmon run editor where it was not possible to store changes.</li>
<li>Fix a bug in Gear Editor where it was not possible to change the main ability of salmon run gear.</li>
<li>Add option to remove all Shoal Maps, so they can be fixed by the game when you connect online again.</li>
<li>Further improvements to overall software stability and other minor adjustments have been made to enhance the user experience.</li>
</ul>
</li>
<li>
v 0.4.1
<ul>
<li>Add Plaza Image editor. You can now upload your own plaza images. To get the image.data file, you can follow <a href="https://gbatemp.net/threads/using-shinyquagsires-splatoon-2-post-printer.479859/">Section 2 (step 1 - 4) in this tutrial</a>.
<li>Fix a bug in salmon run editor where it crashed when some values are too high.</li>
<li>You can now see the current freshness level of your weapons. Editing is subject for later.</li>
<li>Fix a bug in story mode editor.</li>
<li>Further improvements to overall software stability and other minor adjustments have been made to enhance the user experience.</li>
</ul>
</li>
<li>
v 0.4
<ul>
<li>Add option to unlock all weapons in the store.</li>
<li>Add Murch Editor.</li>
<li>Rank X: You can now see your latest position in the leaderboard.</li>
<li>Show Sub/Special weapons at the weapon overview page.</li>
<li>Fix a bug where the player editor shows text that is not for the mode.</li>
<li>Further improvements to overall software stability and other minor adjustments have been made to enhance the user experience.</li>
</ul>
</li>
<li>
v 0.3.1
<ul>
<li>Add option to unlock all maps for The Shoal while you are offline.</li>
<li>Fix a bug where Player Editor could not open due to too high star level.</li>
<li>Fix a bug where the eye colours of inklings were displayed incorrectly.</li>
<li>Fix a bug in save decryption so octo expansion data can be load and stored correctly.</li>
<li>Implement octolings - can be selected when you unlock them in-game.</li>
<li>Further improvements to overall software stability and other minor adjustments have been made to enhance the user experience.</li>
</ul>
</li>
<li>
v 0.3
<ul>
<li>Finalize Player Editor - You can now take a look at your rank, your MMR, and your Win/Lose bar.</li>
<li>Fix a bug where loot in salmon run was not displayed correctly.</li>
<li>Further improvements to overall software stability and other minor adjustments have been made to enhance the user experience.</li>
</ul>
</li>
<li>
v 0.2.1
<ul>
<li>Fix a bug in gear editor that might not allow to promote gear to level 4 when they have EXP.</li>
<li>Further improvements to overall software stability and other minor adjustments have been made to enhance the user experience.</li>
</ul>
</li>
<li>
v 0.2
<ul>
<li>Add WIP Player Editor.</li>
<li>Changes the way not unlocked gear-slots are displayed.</li>
<li>Further improvements to overall software stability and other minor adjustments have been made to enhance the user experience.</li>
</ul>
</li>
<li>
v 0.1
<ul>
<li>First beta release.</li>
</ul>
</li>
</ul>
<h2>System Requirements</h2>
<p><strong>SplatHeX</strong> can be run by any Windows system, where <a href="https://www.microsoft.com/de-ch/download/details.aspx?id=30653">Microsoft .NET Framework 4.5</a> is installed. On Linux, get wine via your distro's package method. On Mac, use <a href="https://www.parallels.com/products/desktop/">Paralells</a>.</p>
<h2>Download</h2>
<p>You can download the latest version <a href="SplatHeX.zip">here</a></p>
<h2>Report an issue / request a feature</h2>
<p>If you want to report an issue or request a new feature, <a href="https://github.com/Leanny/leanny.github.io/issues"> do it here</a></p>
<h2>Special thanks</h2>
<p>Special thanks to these people:</p>
<ul>
<li>OatmealDome and Simonx22 - Help with save encryption</li>
<li>random - UI idea</li>
<li>Sc0tline - Some resources</li>
<li>hartie95 - providing test data</li>
<li>SciresM - Help with rev 4 save encryption</li>
<li>Dualie - Telling me I'm dumb and shouldn't ignore things I write down (rev 8 support)</li>
</ul>
</body>
</html>