-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (23 loc) · 2.62 KB
/
Copy pathindex.html
File metadata and controls
25 lines (23 loc) · 2.62 KB
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
<!doctype html>
<title>Tools Menu | SWITCHjs</title>
<link rel="stylesheet" href="./html/style/menu.css">
<link rel="icon" href="./html/style/icon.png">
<script src="./libs/profile.js"></script>
<h1>SWITCHjs Menu:</h1>
<h2>Conversion/decompression tools for some Nintendo Switch file types</h2>
<i>Note: These tools were each made for some of the <b>Nintendo Switch</b> games <b>MK8D</b>, <b>SMG1 (in SM3DAS)</b>, <b>SM3DW+BF</b>, <b>SMBW</b>, <b>SMM2</b>, and <b>SMO</b>. They may or may not work with files from other games or consoles.</i>
<br><br>
<div class="link"><a class="link" href="./explorer.html">Explorer</a> Explore the contents of files (implemented types listed below, and also zip files)</div><br>
<div class="link"><a class="link" href="./html/yaz0.html"><b>YAZ0</b></a> YAZ0, U8 (.szs, .arc) to BIN (.bin) - Used for compression.</div><br>
<div class="link"><a class="link" href="./html/sarc.html"><b>SARC</b></a> SARC (.sarc, .pack, .aras, .baatarc, .lyarc) to ZIP (.zip) - An archive.</div><br>
<div class="link"><a class="link" href="./html/rarc.html"><b>RARC</b></a> RARC (.rarc) to ZIP (.zip) - Another type of archive.</div><br>
<div class="link"><a class="link" href="./html/byml.html"><b>BYML</b></a> BYML (.byml, .bgyml, .byaml) to JSON (.json) - Used for data/info storage.</div><br>
<div class="link"><a class="link" href="./html/bcsv.html"><b>BCSV</b></a> BCSV (.bcsv, .banmt, .bcam, .pa, .tbl) to CSV (.csv) - Stores a table of data.</div><br>
<div class="link"><a class="link" href="./html/msbt.html"><b>MSBT</b></a> MSBT (.msbt) to JSON (.json) - Stores text.</div><br>
<div class="link"><a class="link" href="./html/bmg.html"><b>BMG</b></a> BMG (.bmg) to CSV (.csv) - Also stores text.</div><br>
<div class="link"><a class="link" href="./html/barslist.html"><b>BARSLIST</b></a> BARSLIST (.barslist) to JSON (.json) - Stores a list of audio file names.</div><br>
<div class="link"><a class="link" href="./html/bfsar.html"><b>BFSAR</b></a> BFSAR (.bfsar) to ZIP (.zip) - An archive of audio-related files and data.</div><br>
<div class="link"><a class="link" href="./html/bfgrp.html"><b>BFGRP</b></a> BFGRP (.bfgrp) to ZIP (.zip) - An archive of audio files.</div><br>
<div class="link"><a class="link" href="./html/bfwar.html"><b>BFWAR</b></a> BFWAR (.bfwar) to ZIP (.zip) - An archive of wave audio files.</div><br>
<div class="link"><a class="link" href="./html/bfwsd.html"><b>BFWSD</b></a> BFWSD (.bfwsd) to JSON (.json) - Stores information about wave audio files.</div><br>
<div class="link"><a class="link" href="./html/bcd.html"><b>BCD</b></a> BCD (.bcd) to BIN (.bin) - Stores encrypted SMM2 level data and its decryption keys.</div><br>