-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
814 lines (729 loc) · 39.4 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
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
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
<!DOCTYPE HTML>
<!--
Hyperspace by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html lang="en">
<head>
<title>Melee.tv | Get Melee Online & Other SSBM Resources</title>
<meta name="description" content="The Super Smash Bros. Melee hub for playing, learning, and creating. Featuring Slippi netplay, Discord servers, and other Smash Melee resources.">
<link rel="stylesheet" media="screen" href="assets/css/main.css">
<link rel="icon" type="image/png" href="icons/favicon.png">
<meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta property="og:title" content="Melee.tv">
<meta property="og:description" content="The Super Smash Bros. Melee hub for playing, learning, and creating.">
<meta property="og:image" content="https://melee.tv/images/preview.png">
<meta name="facebook-domain-verification" content="3si4q6c346zxbkems0emufez89oahj"><meta name="twitter:card" content="summary_large_image">
<meta name="darkreader-lock">
<meta name="twitter:site" content="@meleeresources">
<meta name="twitter:creator" content="@davidvkimball">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<!-- Microsoft Clarity -->
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "h8oznmglxb");
</script>
<!-- Global site tag (gtag.js) - Google Analytics (old) -->
<!-- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-184064278-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-184064278-1');
</script> -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-83E6FDBHM8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-83E6FDBHM8');
</script>
</head>
<body class="is-preload">
<!-- Sidebar -->
<section id="sidebar">
<div class="inner">
<nav>
<ul>
<li><a href="#intro">Welcome</a></li>
<li><a href="#play">Play</a></li>
<li><a href="#community">Community</a></li>
<li><a href="#learn">Learn</a></li>
<li><a href="#create">Create</a></li>
<li><a href="#customize">Customize</a></li>
</ul>
</nav>
</div>
</section>
<!-- Wrapper -->
<div id="wrapper">
<!-- Intro -->
<section id="intro" class="wrapper style1 fullscreen fade-up">
<div class="inner">
<h1>Melee.tv</h1>
<p>The Super Smash Bros. Melee hub for playing, learning, and creating. <br/>Created by <a href="https://davidvkimball.com/" target="_blank">David V. Kimball</a>.</p>
<div class="box alt">
<div style="max-width: 560px;">
<!-- <div class="video-responsive vid-container vid-cover">
<span class="placeholder">
<span class="prompt videoplay1 image"><img src="images/blippi-video.png" alt="Blippi.gg introduction video thumbnail.">
</span>
</span>
<iframe id="video1" class="image" width="560" height="315" src="https://www.youtube.com/embed/0KSdrvfraBQ" frameborder="0" allowfullscreen></iframe></div></div>
</div> -->
<ul class="actions">
<li><a href="#play" class="button scrolly">Start Playing</a></li>
<li><a href="https://patreon.com/davidvkimball" class="button primary" target="_blank">Support This Site <i class="fa fa-external-link-alt"></i></a></li>
</ul>
</div>
</section>
<!-- One -->
<section id="play" class="wrapper style2 spotlights inactive">
<section class="inactive">
<a class="image" style="background-image: url(images/discpanel.png); background-position: center center;"><img src="images/discpanel.png" alt="" data-position="center center" style="display: none;"></a>
<div class="content">
<div class="inner">
<h2>Game</h2>
<p>Get a copy of Super Smash Bros. Melee. You can play locally on console via GameCube or Wii, or online using your PC via emulator.
For online matchmaking to work, make sure you have the <a href="https://www.ssbwiki.com/List_of_regional_version_differences_(SSBM)" target="_blank">NTSC v1.02</a> version of the game (USA region).
Rip your copy and save it as an ISO for use with Slippi (<a href="https://wiki.dolphin-emu.org/index.php?title=Ripping_Games" target="_blank">tutorial</a>).
</p>
<ul class="actions">
<li><a href="https://dvdv.kim/3srdGqh" class="button" target="_blank">Find a Copy</a></li>
</ul>
</div>
</div>
</section>
<section class="inactive">
<a class="image" style="background-image: url(images/controllerpanel.png); background-position: center center;"><img src="images/controllerpanel.png" alt="" data-position="center center" style="display: none;"></a>
<div class="content">
<div class="inner">
<h2>Controller</h2>
<p>A GameCube controller is recommended for play.
Generally speaking, you should try to get first party, Nintendo-made controllers over third party controllers (<a href="https://gccontrollerlibrary.com/guides/" target="_blank">advanced guide</a>). Otherwise, you can buy special arcade controllers which are made for competitive play.
</p>
<ul class="actions">
<li><a href="https://dvdv.kim/99controller" class="button" target="_blank">Buy</a></li>
<li><a href="#controller-modding" class="button scrolly">Modding</a></li>
<li><a href="#arcade" class="button scrolly">Box-Style</a></li>
</ul>
</div>
</div>
</section>
<section class="inactive">
<a class="image" style="background-image: url(images/slippipanel.png); background-position: center center;"><img src="images/slippipanel.png" alt="" data-position="center center" style="display: none;"></a>
<div class="content">
<div class="inner">
<h2>Slippi</h2>
<p>Install Slippi to play Super Smash Bros. Melee online (<a href="https://www.youtube.com/watch?v=0XJ_KsIbmiM" target="_blank">tutorial</a>).
View our optimization tips to make sure your emulator runs as smoothly as possible on your machine.
Join the Slippi Discord server for support.
View the <a href="https://slippi.gg/leaderboards" target="_blank">leaderboards</a> to see who's at the top of ranked.
</p>
<ul class="actions">
<li><a href="https://slippi.gg/netplay" class="button" target="_blank">Download</a></li>
<li><a href="/optimize" class="button" target="_blank">Optimize</a></li>
<li><a href="https://discord.gg/YRzDxT5" class="button">Support</a></li>
</ul>
</div>
</div>
</section>
<section class="inactive">
<a class="image" style="background-image: url(images/adapterpanel.png); background-position: center center;"><img src="images/adapterpanel.png" alt="" data-position="center center" style="display: none;"></a>
<div class="content">
<div class="inner">
<h2>Controller Adapter</h2>
<p>Get a GameCube controller adapter for your PC, preferably an Input Integrity, Nintendo, or Mayflash 4-port adapter.
Install drivers to get your adapter working on <a href="https://github.com/project-slippi/Ishiiruka/wiki/Slippi-on-macOS" target="_blank">macOS</a> and <a href="/linux-instructions.txt">Linux</a>.
<br>Advanced for Mayflash Windows users: <a href="https://docs.google.com/document/d/1cQ3pbKZm_yUtcLK9ZIXyPzVbTJkvnfxKIyvuFMwzWe0/edit#heading=h.ltqrmtr23jqq" target="_blank">overclock your adapter</a> and increase your input polling rate with the <a href="/downloads/MAYFLASH_W012_GC_Controller_Adapter_4_Ports_Firmware_V.05for_Windows_Linux.zip" target="_blank">V.05 firmware</a> (<a href="https://www.youtube.com/watch?v=hXj0w3SMpyw" target="_blank">video tutorial</a>).
</p>
<ul class="actions">
<li><a href="https://www.input-integrity.com/" class="button" target="_blank">Input Integrity</a></li>
<li><a href="https://dvdv.kim/3QOEFZG" class="button" target="_blank">Nintendo</a></li>
<li><a href="https://dvdv.kim/3T2FrVN" class="button" target="_blank">Mayflash</a></li>
</ul>
</div>
</div>
</section>
</section>
<div class="wrapper style3" style="text-align: center">
<h3 class="inner">Like the site? Please <a href="https://patreon.com/davidvkimball" target="_blank">help me keep it running</a>.</h3>
<p><a href="https://patreon.com/davidvkimball" class="button primary" target="_blank">Support <i class="fa fa-external-link-alt"></i></a></p>
<hr></hr>
</div>
<!-- Two -->
<section id="community" class="wrapper style1 fade-up inactive">
<div class="inner">
<h2>Community</h2>
<p></p>
<div class="features inactive">
<section>
<img src="icons/discord.png">
<h3>Melee Discord Server Resources</h3>
<p>View the list of Melee Discord servers and helpful SSBM-related Discord bots to add to your server.</p>
<ul class="actions">
<li><a href="/discord" class="button">View Discord Page</a></li>
</ul>
</section>
<section>
<img src="icons/calendar.png">
<h3>Melee Events Calendar</h3>
<p>Discover upcoming Melee tournaments. Submit an online event <a href="https://docs.google.com/forms/d/e/1FAIpQLSckUIpUCSeSEmVXKuU_ONdpBsLzTLjkhXTTb8GJzmV222xGTQ/viewform" target="_blank">here</a>.</p>
<ul class="actions">
<li><a href="https://calendar.google.com/calendar/u/0/embed?src=4k5refm631gogeoa8kacsb0ifs@group.calendar.google.com&ctz=America/New_York" class="button" target="_blank">Online Events</a></li>
<li><a href="https://meleemajors.gg" class="button" target="_blank">Majors</a></li>
</ul>
</section>
<section>
<img src="icons/smash-map.png">
<h3>Smash Map</h3>
<p>Find the geographical location of players and events across the globe.</p>
<ul class="actions">
<li><a href="https://smash-map.com/" class="button" target="_blank">Map</a></li>
</ul>
</section>
<section>
<img src="icons/slippi.png">
<h3>Slippi User Card Generator</h3>
<p>Create an image with your Slippi tag and player info you can share.</p>
<ul class="actions">
<li><a href="https://slippicardgenerator.voidslayer.com/" class="button" target="_blank">Generate</a></li>
</ul>
</section>
<section>
<img src="icons/reddit.png">
<h3>/r/SSBM</h3>
<p>Join the Melee-dedicated subreddit and see what's new in the scene.</p>
<ul class="actions">
<li><a href="https://reddit.com/r/SSBM" class="button" target="_blank">Visit</a></li>
</ul>
</section>
<section>
<img src="icons/smashboards.png">
<h3>SmashBoards</h3>
<p>View the Melee forums on SmashBoards and join conversations in the threads.</p>
<ul class="actions">
<li><a href="https://smashboards.com/forums/melee-discussion.12/" class="button" target="_blank">Visit</a></li>
</ul>
</section>
<section>
<img src="icons/documentary.png">
<h3>Documentaries</h3>
<p>Learn about Melee's <a href="https://www.youtube.com/watch?v=-3HiXYdFz38" target="_blank">development</a> and the game's grassroots competitive scene.</p>
<ul class="actions">
<li><a href="https://www.youtube.com/playlist?list=PLoUHkRwnRH-KTCH3tJ9WvsWWPEgUu-y6d" class="button" target="_blank">TSB</a></li>
<li><a href="https://www.metagamedoc.com/" class="button" target="_blank">Metagame</a></li>
</ul>
</section>
<section>
<img src="icons/speedrun.png">
<h3>Speedruns</h3>
<p>View Melee speedruns for each category and submit your own.</p>
<ul class="actions">
<li><a href="https://www.speedrun.com/ssbm" class="button" target="_blank">Speedrun.com</a></li> <li><a href="https://docs.google.com/spreadsheets/d/15wdkLsmSU2T9Os1j-lISe-XmXH-l3Awk9xBipYnTQCI" class="button" target="_blank">Records</a></li>
</ul>
</section>
<section>
<img src="icons/twitch.png">
<h3>Live Streams</h3>
<p>Watch Super Smash Bros. Melee streams on Twitch and see who's live right now.</p>
<ul class="actions">
<li><a href="https://www.twitch.tv/directory/game/Super%20Smash%20Bros.%20Melee" class="button" target="_blank">Browse</a></li>
</ul>
</section>
<section>
<img src="icons/twitter.png">
<h3>Twitter Community</h3>
<p>Join the Super Smash Bros. Melee community on Twitter.</p>
<ul class="actions">
<li><a href="https://twitter.com/i/communities/1597751295871713281" class="button" target="_blank">Join</a></li>
</ul>
</section>
</div>
<!-- <ul class="actions"><li><a href="generic.html" class="button">Learn more</a></li></ul></div> -->
</div>
</section>
<!-- Three -->
<section id="learn" class="wrapper style3 fade-up inactive">
<div class="inner">
<h2>Learn</h2>
<p></p>
<div class="features inactive">
<section>
<img src="icons/ssbm-tutorials.png">
<h3>SSBM Tutorials</h3>
<p>Watch guides from SSBM Tutorials on YouTube to learn how to play.</p>
<ul class="actions">
<li><a href="https://www.youtube.com/ssbmtutorials" class="button" target="_blank">Channel</a></li>
<li><a href="https://www.youtube.com/playlist?list=PLoU3TQBakHOrE9yYdNlsmG74LEB0Mf3h8" class="button" target="_blank">Beginners</a></li>
</ul>
</section>
<section>
<img src="icons/library.png">
<h3>The Melee Library</h3>
<p>Look anything up on The Melee Library, the largest collection of Melee information.</p>
<ul class="actions">
<li><a href="https://www.meleelibrary.com/" class="button" target="_blank">Browse</a></li>
</ul>
</section>
<section>
<img src="icons/training.png">
<h3>UnclePunch Training Mode</h3>
<p>This modpack helps you practice by providing pre-made, specific training scenarios
(<a href="https://www.youtube.com/watch?v=teYSstrVyHk" target="_blank">tutorial</a>). You can download the original version or the updated version with improvements.</p>
<ul class="actions">
<li><a href="https://smashboards.com/threads/training-mode-v2-0-updated-12-2-20.456449/" class="button" target="_blank">Original <span class="icon brands fa-windows"></span> <span class="icon brands fa-apple"></span> <span class="icon brands fa-linux"></span></a></li>
<li><a href="https://github.com/AlexanderHarrison/TrainingMode-More" class="button" target="_blank">Updated <span class="icon brands fa-windows"></span> <span class="icon brands fa-linux"></span></a></li>
</ul>
</section>
<section>
<img src="icons/savemelee.png">
<h3>Training Lab Files Exchange</h3>
<p>Upload, download, and share UnclePunch's Training Mode lab files.</p>
<ul class="actions">
<li><a href="https://savemelee.com" class="button" target="_blank">savemelee.com</a></li>
</ul>
</section>
<section>
<img src="icons/metafy.png">
<h3>Coaching</h3>
<p>Find an expert and get better at the game.</p>
<ul class="actions">
<li><a href="https://metafy.gg/super-smash-bros-melee" class="button" target="_blank">Metafy.gg</a></li>
<li><a href="https://www.reddit.com/r/SSBM/comments/qbkgbj/help_needed_definitive_list_of_melee_coaching" class="button" target="_blank">Thread</a></li>
</ul>
</section>
<section>
<img src="icons/hand.png">
<h3>Health and Exercises</h3>
<p>Learn practical tips for staying healthy while playing.</p>
<ul class="actions">
<li><a href="https://smashboards.com/threads/staying-healthy-a-guide-to-playing-melee-better-and-longer.332355/" class="button" target="_blank">Guides</a></li>
<li><a href="https://www.youtube.com/watch?v=rNoDWrVTZPk" class="button" target="_blank">Video</a></li>
</ul>
</section>
<section>
<img src="icons/20XXIcon.png">
<h3>20XX Training Hack Pack</h3>
<p>Download this patch to train (<a href="https://www.youtube.com/watch?v=rdohfVWQLUc" target="_blank">tutorial</a>).
Full of helpful settings for practice and additional content.</p>
<ul class="actions">
<li><a href="https://smashboards.com/threads/the-20xx-melee-training-hack-pack-v4-07-7-04-17.351221/" class="button" target="_blank">Download <span class="icon brands fa-windows"></span> <span class="icon brands fa-apple"></span> <span class="icon brands fa-linux"></span></a></li>
</ul>
</section>
<section>
<img src="icons/techchase.png">
<h3>TechChase</h3>
<p>Browser-based reaction training game for Super Smash Bros. Melee.</p>
<ul class="actions">
<li><a href="https://shongsdu.github.io/TechChaseWeb/" class="button" target="_blank">Play</a></li>
</ul>
</section>
<section>
<img src="icons/slippi.png">
<h3>Slippi Stats</h3>
<p>Drag and drop .slp files to Slippi Stats Graphics Generator to render visuals from replay stats.</p>
<ul class="actions">
<li><a href="https://github.com/Sheepolution/slippi-stats/releases/latest" class="button" target="_blank">Download <span class="icon brands fa-windows"></span></a></li>
<li><a href="https://vince.id.au/slippi-stats/" class="button" target="_blank">Upload</a></li>
</ul>
</section>
<section>
<img src="icons/slippipedia.png">
<h3>Slippipedia</h3>
<p>Display detailed, filterable statistics and info from your Slippi replays.</p>
<ul class="actions">
<li><a href="https://github.com/cbartsch/Slippipedia/releases/latest" class="button" target="_blank">Download <span class="icon brands fa-windows"></span> <span class="icon brands fa-apple"></span></a></li>
</ul>
</section>
<section>
<img src="icons/slippilab.png">
<h3>Slippi Lab</h3>
<p>Watch, search, and share Slippi replays in your browser.</p>
<ul class="actions">
<li><a href="https://slippilab.com/" class="button" target="_blank">Upload</a></li>
</ul>
</section>
<section>
<img src="icons/slippi-wrapped.png">
<h3>Slippi Wrapped</h3>
<p>Upload your replays folder and get year-end stats for your Slippi replays.</p>
<ul class="actions">
<li><a href="https://slippi-wrapped.marah.dev/" class="button" target="_blank">Upload</a></li>
</ul>
</section>
<section>
<img src="icons/melee-frame-data.png">
<h3>Melee Frame Data</h3>
<p>Look up fighter frame data with frame-by-frame visualizations.</p>
<ul class="actions">
<li><a href="https://meleeframedata.com/" class="button" target="_blank">Visit</a></li>
</ul>
</section>
<section>
<img src="icons/calculator.png">
<h3>Melee Calculator</h3>
<p>I KneeData is a web app for Melee frame data including DI trajectory, knockdown, and more.</p>
<ul class="actions">
<li><a href="https://ikneedata.com/calculator" class="button" target="_blank">Visit</a></li>
</ul>
</section>
<section>
<img src="icons/melee-stick-coordinate-visualizer.png">
<h3>Stick Coordinate Visualizer</h3>
<p>Create diagrams of Melee's analog stick input logic.</p>
<ul class="actions">
<li><a href="https://marp-e3fcf.web.app/" class="button" target="_blank">Visit</a></li>
</ul>
</section>
<section>
<img src="icons/cookbook.png">
<h3>The Melee Cookbook</h3>
<p>Character-specific content by top players.</p>
<ul class="actions">
<li><a href="https://melee.cookbook.gg/" class="button" target="_blank">cookbook.gg</a></li>
</ul>
</section>
<section>
<img src="icons/vods.png">
<h3>VODs</h3>
<p>View on-demand match clips from notable Super Smash Bros. Melee tournaments.</p>
<ul class="actions">
<li><a href="https://vods.co/melee" class="button" target="_blank">View Matches</a></li>
</ul>
</section>
<section>
<img src="icons/smashwiki.png">
<h3>SmashWiki</h3>
<p>Browse the community-managed repository of information for Smash.</p>
<ul class="actions">
<li><a href="https://www.ssbwiki.com/Super_Smash_Bros._Melee" class="button" target="_blank">Visit</a></li>
</ul>
</section>
</div>
</div>
</section>
<!-- Four -->
<section id="create" class="wrapper style1 fade-up inactive">
<div class="inner">
<h2>Create</h2>
<p></p>
<div class="features inactive">
<section>
<img src="icons/obs.png">
<h3>Open Broadcasting Software</h3>
<p>Install Open Broadcasting Software to stream or record your gameplay. You can broadcast to Twitch or save recordings locally.</p>
<ul class="actions">
<li><a href="https://obsproject.com/download" class="button" target="_blank">Download <span class="icon brands fa-windows"></span> <span class="icon brands fa-apple"></span> <span class="icon brands fa-linux"></span></a></li>
</ul>
</section>
<section>
<img src="icons/stream-tool.png">
<h3>Melee Stream Tool</h3>
<p>Use the Melee Stream tool to add a dynamic overlay to OBS and update match information in real time (<a href="https://github.com/Readek/Melee-Stream-Tool" target="_blank">tutorial</a>).</p>
<ul class="actions">
<li><a href="https://github.com/Readek/Melee-Stream-Tool/releases/latest" class="button" target="_blank">Download <span class="icon brands fa-windows"></span> <span class="icon brands fa-linux"></span></a></li>
</ul>
</section>
<section>
<img src="icons/melee-ghost-streamer.png">
<h3>Melee Ghost Streamer</h3>
<p>A fork of the Melee Stream tool that automates characters, rounds, score, visual assets, OBS scenes, and replays for quick sharing (<a href="https://www.youtube.com/watch?v=u_fpcUT51-A" target="_blank">tutorial</a>).</p>
<ul class="actions">
<li><a href="https://github.com/Sheepolution/Melee-Ghost-Streamer/releases/latest" class="button" target="_blank">Download <span class="icon brands fa-windows"></span></a></li>
</ul>
</section>
<section>
<img src="icons/TSH.png">
<h3>Tournament Stream Helper</h3>
<p>A Stream helper for fighting game tournaments, filling in player, match, tournament, character data, and more (<a href="https://github.com/joaorb64/TournamentStreamHelper/wiki" target="_blank">tutorial</a>)</p>
<ul class="actions">
<li><a href="https://github.com/joaorb64/TournamentStreamHelper/releases/latest" class="button" target="_blank">Download <span class="icon brands fa-windows"> <span class="icon brands fa-apple"></span> <span class="icon brands fa-linux"></span></a></li>
</ul>
</section>
<section>
<img src="icons/m-overlay.png">
<h3>M'Overlay</h3>
<p>Install M'Overlay for GameCube controller input display on OBS, and to play songs in-game with Slippi (<a href="https://www.youtube.com/watch?v=Q_iw2V6ztYI" target="_blank">tutorial</a>).</p>
<ul class="actions">
<li><a href="https://github.com/bkacjios/m-overlay/releases/latest/" class="button" target="_blank">Download <span class="icon brands fa-windows"></span> <span class="icon brands fa-linux"></span></a></li>
</ul>
</section>
<section>
<img src="icons/slippihud.png">
<h3>SlippiHUD</h3>
<p>Create custom HUD for Slippi and auto-updating stream overlays for OBS. Use premade templates or make your own.</p>
<ul class="actions">
<li><a href="https://github.com/SSBDoppler/slippi-hud" class="button" target="_blank">Download <span class="icon brands fa-windows"></span> <span class="icon brands fa-apple"></span> <span class="icon brands fa-linux"></span></a></li>
</ul>
</section>
<section>
<img src="icons/slippi.png">
<h3>Slippi React Overlay</h3>
<p>Enter your tag, and copy a web source link to use to display Slippi info.</p>
<ul class="actions">
<li><a href="https://slippi-ranked-overlay.herokuapp.com/" class="button" target="_blank">Launch</span></a></li>
</ul>
</section>
<section>
<img src="icons/slippi-stats-display.png">
<h3>Slippi Stats Display</h3>
<p>Get real-time Slippi rank information and display it on-stream with OBS.</p>
<ul class="actions">
<li><a href="https://github.com/slprank/slpRank-app" class="button" target="_blank">Download <span class="icon brands fa-windows"></span> <span class="icon brands fa-apple"></span> <span class="icon brands fa-linux"></span></a></li>
</ul>
</section>
<section>
<img src="icons/clippi.png">
<h3>Clippi</h3>
<p>Automatically find combos to easily create clips from your Slippi replays with Clippi (<a href="https://www.youtube.com/watch?v=Fw_0Aa_HF70" target="_blank">video tutorial</a> / <a href="https://medium.com/@vinceau/how-to-make-combo-videos-using-project-clippi-6bf2758f546e" target="_blank">written tutorial</a>).</p>
<ul class="actions">
<li><a href="https://github.com/vinceau/project-clippi/releases/latest" class="button" target="_blank">Download <span class="icon brands fa-windows"></span> <span class="icon brands fa-apple"></span> <span class="icon brands fa-linux"></span></a></li>
</ul>
</section>
<section>
<img src="icons/external-melee-camera.png">
<h3>External Melee Camera</h3>
<p>An add-on for Blender that allows you to control Melee's camera directly from within Blender. Also loads states, plays/pauses, and more. </p>
<ul class="actions">
<li><a href="https://kellz.ca/emc/" class="button" target="_blank">Download <span class="icon brands fa-windows"></span> <span class="icon brands fa-linux"></span></a></li>
</ul>
</section>
<section>
<img src="icons/davinci-resolve.png">
<h3>DaVinci Resolve</h3>
<p>Use video editing software DaVinci Resolve to compile your screen recordings into highlight reels (<a href="https://youtu.be/63Ln33O4p4c?t=118" target="_blank">tutorial</a>). </p>
<ul class="actions">
<li><a href="https://www.blackmagicdesign.com/products/davinciresolve/" class="button" target="_blank">Download <span class="icon brands fa-windows"></span> <span class="icon brands fa-apple"></span> <span class="icon brands fa-linux"></span></a></li>
</ul>
</section>
<section>
<img src="icons/streambeats.png">
<h3>StreamBeats</h3>
<p>Copyright-free music for your combo videos or during your streams. Downloadable collection includes EDM, Hip Hop, Lo-Fi, and Synthwave. </p>
<ul class="actions">
<li><a href="https://www.streambeats.com/" class="button" target="_blank">Stream</a></li>
<li><a href="https://drive.google.com/drive/folders/196AfI6vYiSwKqb7ATKKg4J_4PcwG84jC" class="button" target="_blank">Download</a></li>
</ul>
</section>
<section>
<img src="icons/top8.png">
<h3>Top8er</h3>
<p>Quickly generate graphics for Top 8 tournament players either manually or from <a href="https://www.start.gg/" target="_blank">start.gg.</a></p>
<ul class="actions">
<li><a href="https://www.top8er.com/melee" class="button" target="_blank">Generate</a></li>
</ul>
</section>
<section>
<img src="icons/hd.png">
<h3>HD Assets</h3>
<p>Browse the ever-growing library of Melee HD assets for content creators, or capture your own.</p>
<ul class="actions">
<li><a href="https://assets.melee.tv/" class="button" target="_blank">Library</a></li>
<li><a href="https://www.youtube.com/playlist?list=PLifkMG2HBLdYhasEG0qaL458WUZWTysZj" class="button" target="_blank">Tutorials</a></li>
</ul>
</section>
</div>
</section>
<!-- Five -->
<section id="customize" class="wrapper style3 fade-up inactive">
<div class="inner">
<h2>Customize</h2>
<p></p>
<div class="features inactive">
<section>
<img src="icons/gecko.png">
<h3>Gecko Codes</h3>
<p>Use Gecko codes to add more features to Melee on Slippi or another Dolphin build.</p>
<ul class="actions">
<li><a href="/codes" class="button">Browse Codes</a></li>
</ul>
</section>
<section>
<img src="icons/textures.png">
<h3>SSBM Textures</h3>
<p>Upload, download, or browse community-created costumes, stages and other mods for Melee.</p>
<ul class="actions">
<li><a href="https://ssbmtextures.com/" class="button" target="_blank">Browse Mods</a></li>
</ul>
</section>
<section>
<img src="icons/DTW.png">
<h3>DAT Texture Wizard</h3>
<p>Replace vanilla costumes and stages with custom content using DAT Texture Wizard (<a href="https://www.youtube.com/watch?v=8nohulSKgFc" target="_blank">tutorial</a>).</p>
<ul class="actions">
<li><a href="https://github.com/DRGN-DRC/DAT-Texture-Wizard" class="button" target="_blank">Download <span class="icon brands fa-windows"></span></a></li>
</ul>
</section>
<section>
<img src="icons/costume-validator.png">
<h3>Costume Validator</h3>
<p>Fix issues with slot-dependent character skins that cause desyncs.</p>
<ul class="actions">
<li><a href="https://ssbmtextures.com/other-mod-types/costume-validator-by-ploaj/" class="button" target="_blank">Download <span class="icon brands fa-windows"></span></a></li>
</ul>
</section>
<section>
<img src="icons/diet.png">
<h3>Diet Melee</h3>
<p>In-game models are simplified for increased performance on weaker PCs. Online play safe. Comes in Diet, 64, and Crystal flavors.</p>
<ul class="actions">
<li><a href="https://diet.melee.tv/" class="button" target="_blank">Download <span class="icon brands fa-windows"></span> <span class="icon brands fa-apple"></span> <span class="icon brands fa-linux"></span></a></li>
</ul>
</section>
<section>
<img src="icons/animelee.png">
<h3>Animelee</h3>
<p>Cell-shaded aesthetic mod to give Melee an anime look. Online play safe. m-ex version comes with new skins, effects, and HUD (<a href="https://davidvkimball.com/posts/the-ultimate-animelee-guide/" target="_blank">tutorial</a>).</p>
<ul class="actions">
<li><a href="https://www.animelee.xyz/" class="button" target="_blank">Download <span class="icon brands fa-windows"></span> <span class="icon brands fa-apple"></span> <span class="icon brands fa-linux"></span></a></li>
<li><a href="https://ssbmtextures.com/other-mod-types/animelee-m-ex/" class="button" target="_blank">m-ex <span class="icon brands fa-windows"></span></a></li>
</ul>
</section>
<section>
<img src="icons/mexTool.png">
<h3>m-ex Tool</h3>
<p>Use the mexTool to modify the number of costumes, character slots, and stages in your build (<a href="https://www.youtube.com/watch?v=2ddIzgiXi_g" target="_blank">tutorial</a>).</p>
<ul class="actions">
<li><a href="https://ssbmtextures.com/other-mod-types/m-ex-slippi-template-pack/" class="button" target="_blank">Download <span class="icon brands fa-windows"></span></a></li>
<li><a href="https://ssbmtextures.com/stages/other/dynamic-alternate-stages-v1-0/" class="button" target="_blank">Alt Stages</a></li>
</ul>
</section>
<section>
<img src="icons/mextemplate.png">
<h3>m-ex Template</h3>
<p>Custom builds that come bundled with expanded costumes and stages for easy replacing (<a href="https://www.youtube.com/watch?v=xw18SsMZIgQ" target="_blank">tutorial</a>).</p>
<ul class="actions">
<li><a href="https://ssbmtextures.com/other-mod-types/m-ex-slippi-template-pack/" class="button" target="_blank">Standard <span class="icon brands fa-windows"></span></a></li>
<li><a href="https://ssbmtextures.com/other-mod-types/animelee-m-ex-template/" class="button" target="_blank">Animelee <span class="icon brands fa-windows"></span></a></li>
</ul>
</section>
<section>
<img src="icons/dolphin.png">
<h3>HD Texture Pack</h3>
<p>Get the latest HD texture pack for Melee and load it on Slippi or another Dolphin build (<a href="https://www.youtube.com/watch?v=SYItKN88hzg" target="_blank">tutorial</a>).</p>
<ul class="actions">
<li><a href="https://www.reddit.com/r/SSBM/comments/niqgf9/definitive_melee_hd_dolphin_and_slippi_texture/" class="button" target="_blank">Download <span class="icon brands fa-windows"></span> <span class="icon brands fa-apple"></span> <span class="icon brands fa-linux"></span></a></li>
</ul>
</section>
<section>
<img src="icons/melee-quick-mod.png">
<h3>Melee Quick Mod</h3>
<p>Automatically batch apply mods to your Melee ISO.</p>
<ul class="actions">
<li><a href="https://github.com/alex-berliner/MeleeQuickMod" class="button" target="_blank">Download <span class="icon brands fa-windows"> <span class="icon brands fa-linux"></span></a></li>
</ul>
</section>
<section>
<img id="controller-modding" src="icons/controller.png">
<h3>Controller Modding</h3>
<p>View a map of known controller modders (<a href="https://gccontrollerlibrary.com/guides/" target="_blank">internals guide</a>).</p>
<ul class="actions">
<li><a href="https://www.nojonsmods.com/moddermap" class="button" target="_blank">Mod Map</a></li>
<li><a href="https://dol-003.info/" class="button" target="_blank">DOL-003</a></li>
</ul>
</section>
<section id="arcade">
<img src="icons/b0xx.png">
<h3>Arcade Controllers</h3>
<p>Purchase fightstick controllers (like <a href="https://www.hitboxarcade.com/products/smash-box" target="_blank">Smash Box</a>) specifically crafted for competitive Melee.</p>
<ul class="actions">
<li><a href="https://b0xx.com/" class="button" target="_blank">B0XX</a></li>
<li><a href="https://frame1.gg/" class="button" target="_blank">Frame1</a></li>
</ul>
</section>
<section>
<img src="icons/akaneia.png">
<h3>Akaneia Build</h3>
<p>New characters, more N64 Past Stages, additional character costumes, and special game modes.</p>
<ul class="actions">
<li><a href="https://github.com/akaneia/akaneia-build/releases/latest" class="button" target="_blank">Download <span class="icon brands fa-windows"></span> <span class="icon brands fa-apple"></span> <span class="icon brands fa-linux"></span></a></li>
</ul>
</section>
<section>
<img src="icons/beyondmelee.png">
<h3>Beyond Melee</h3>
<p>Expanded competitive Melee with new characters, stages, mechanics, and cast re-balancing.</p>
<ul class="actions">
<li><a href="https://beyondmelee.com/home/" class="button" target="_blank">Download <span class="icon brands fa-windows"></span> <span class="icon brands fa-apple"></span> <span class="icon brands fa-linux"></span></a></li>
</ul>
</section>
<section>
<img src="icons/discord.png">
<h3>Discord Rich Presence</h3>
<p>Share that you're playing Melee on Discord with two clicks.</p>
<ul class="actions">
<li><a href="/downloads/Playing_Melee_on_Discord_Rich_Presence.zip" class="button">Download <span class="icon brands fa-windows"></span></a></li>
</ul>
</section>
<section>
<img src="icons/steam.png">
<h3>Add to Steam Library</h3>
<p>Add Slippi to Steam as Melee, and launch your ISO automatically.</p>
<ul class="actions">
<li><a href="/downloads/Launch_Slippi_as_Melee_on_Steam.zip" class="button">Download <span class="icon brands fa-windows"></span></a></li>
</ul>
</section>
</div>
</section>
<div id="mybutton">
<a href="/discord"><button class="footer-button">Discords</button></a>
<a href="/optimize"><button class="footer-button">Optimize</button></a>
<a href="/codes"><button class="footer-button">Codes</button></a>
</div>
<!-- Footer -->
<footer id="footer" class="wrapper style1-alt">
<div class="inner">
<ul class="menu">
<li><a href="https://patreon.com/davidvkimball" target="_blank">Support this site</a> <a href="https://patreon.com/davidvkimball" class="icon brands fa-patreon" target="_blank"></a></li>
<li>Melee.tv on <a href="https://github.com/davidvkimball/blippi" target="_blank">GitHub</a> <a href="https://github.com/davidvkimball/blippi" class="icon brands fa-github" target="_blank"></a></li>
<li>Design by <a href="https://html5up.net/" target="_blank">HTML5 UP</a> <a href="https://html5up.net/" class="icon brands fa-html5" target="_blank"></a></li>
<li>Site created by <a href="https://davidvkimball.com/" target="_blank">David V. Kimball</a> <a href="https://twitter.com/davidvkimball" class="icon brands fa-twitter" target="_blank"></a></li>
<li>To God be the glory ✝<span class="icon fa-hand"></span></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<!-- Image cover iframe jQuery -->
<script>
(function($) {
$('.placeholder').click(function() {
$(this).remove();
});
})(jQuery);
</script>
<script>
$('.videoplay1').on('click', function() {
$("#video1")[0].src += "?autoplay=1";
});
</script>
<!-- Custom GA4 Event Tracking for button clicks -->
<script>
function trackButtonClick(event) {
event.preventDefault(); // stop the link from being followed immediately
var linkUrl = event.target.href; // get the href attribute of the clicked element
var linkText = event.target.innerText; // get the inner text of the clicked element
gtag('event', 'click', {
'event_category': 'button',
'event_label': linkText,
'link_url': linkUrl
}, function() {
document.location = linkUrl; // navigate to the link after the event is tracked
});
}
</script>
</body>
</html>