Skip to content

Commit

Permalink
starting to write info
Browse files Browse the repository at this point in the history
  • Loading branch information
FallBackITA27 committed Apr 11, 2024
1 parent 475987e commit 4774698
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions mkwpp-parser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,29 @@
<div id="output">

</div>
<div>
<h1>Info</h1>
<p>rPG 3lap is automatically marked as NOSC</p>
<h2>how are track names read?</h2>
<p>Track names are read by first turning the name to lowercase</p>
<p>The parser then looks at the first letters of a track name and detects the following:</p>
<ol>
<li>LC: "l"</li>
<li>MMM: "mm"</li>
<li>MG: "mg"</li>
<li>TF: "t"</li>
<li>MC: "mc"</li>
<li>CM: "cm"</li>
<li>DKSC: "dk"</li>
<li>KC: "k"</li>
<li>MT: "mt"</li>
<li>GV: "g"</li>
<li>DDR: "dd"</li>
<li>MH: "mh"</li>
<li>BC: "b"</li>
<li>RR: "rr"</li>
</ol>
</div>
</div>
</body>
</html>

0 comments on commit 4774698

Please sign in to comment.