summaryrefslogtreecommitdiff
path: root/src/desktop/files/keygen.tsx
blob: b922075e8d499322a3bfb01afef71ed5970cd156 (plain)
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
import { VirtualTextFile } from "$/apps/source";
import { Hr } from "../hr";
import { Link } from "../link";

export default {
    name: "Keygen.txt",
    type: "text",
    content:
        <>
        <h1>Keygen</h1>
<h3>Fine release by Sunnexo 2026</h3>
<Hr />
<p>A key generator, commonly shortened as <Link link="https://en.wikipedia.org/wiki/Keygen" type="link">keygen</Link>, is a tool that generates a license key or serial number to unlock software. They can be made by legitimate distributors, but many of them are also made by software cracking groups. These programs often play tracker music which include genres like dubstep, drum and bass, trance and more.</p>
<p>I really enjoy keygen music and wanted to make some myself too! For the album I wanted at least one track made on my Game Boy (using <Link link="https://www.littlesounddj.com/lsd/index.php" type="link">Little Sound DJ</Link>).</p>
<Hr />
<h2>BOOTLOOP version</h2>
<p>During the production of this track I also participated in the <Link link="https://itch.io/jam/gmtk-2025" type="link">GMTK Game Jam (2025)</Link>, which is an annual event where game developers around the world try to make a video game within 4 days. The theme we settled on was a small robot fighting computer viruses in its own circuits.</p>
<p>I was the sound designer and composer for my team. We were on a tight time limit and I wanted to get a song out as quickly as possible, so I looked through my work in progress folder and decided the Keygen track fits the theme the best. I remixed the melody, added a new bassline and some modern drums, which worked out pretty well!</p>
<p>We also ended up getting into <Link link="https://youtube.com/embed/kG3LWpuiLqg?start=1085" type="link">the video on the GMTK channel!</Link> Skip to 18:05 to see the game.</p>
<Link link="https://www.youtube.com/embed/kG3LWpuiLqg" type="link" block />
<p>Check out <Link link="https://sunnexo.moe/bootloop" type="link">BOOTLOOP</Link>.</p>
        </>,
    height: "70vh",
    width: "70vw",
} as VirtualTextFile;