Skip to content

Instantly share code, notes, and snippets.

View scarletcafe's full-sized avatar
🎯
Focusing

Devon R scarletcafe

🎯
Focusing
View GitHub Profile
@scarletcafe
scarletcafe / a.md
Created April 2, 2023 09:10
The Murder of Sonic the Hedgehog swear detection

The Murder of Sonic uses Unity with the Mono backend, which means there's basically nothing stopping you accessing its files.

Hilariously, it also contains the Burst debug folder, although most of its content is correctly missing (probably due to whatever deployment procedure they're using) image

Anyhow, it's thus very easy to find the name screen stuff. The game splits your entry into three categories: valid, inappropriate, and existing character.

The game does not allow you to name yourself any of the following "existing characters":

@scarletcafe
scarletcafe / explanation.md
Created December 26, 2024 01:34
Discord sounds (as of canary build 355878)

There are limited time event sound packs that Discord makes available (and default) during various seasons.

After the time period has finished, the sound packs are no longer selectable and for all intents and purposes unobtainable to end users.

I think this is a shame so I have exerted some small effort to figure out how these packs are looked up so I can archive their contents. Fortunately, at least for the time being, it appears Discord keeps the old sound data on their servers. But it might not always be the case.

Within the client bundle (viewable within the client or archived consistently at Discord-Datamining) there are a number of lookup tables.

Because of the nature of webpack (and due to the size of the file) I can't link you to where they are specifically since they're subject to change, but I can show you what they look like so you can find them yourself in the future.