Skip to content

Instantly share code, notes, and snippets.

View Makonede's full-sized avatar
:shipit:
Modding BotW

Mako Makonede

:shipit:
Modding BotW
View GitHub Profile
@Makonede
Makonede / time_mgr.md
Last active July 16, 2024 16:59
Effects of calling `TimeMgr::calc_` as `BufferedSafeString::assureTerminationImpl_`
// worldTimeMgr.cpp
mIsTimeFlowingNormally = false;

This is at 0x14f, or byte 35 of firstItem.mIngredients.mWork[1].elem.mBuffer. Since the longest item actor name is Get_TwnObj_DLC_MemorialPicture_A_01, which is 35 characters long, this is guaranteed to be 00 already. This is a no-op.

@amesb
amesb / amesb fw16 EE profile.json
Last active January 20, 2025 23:29
amesb fw16 EE profile
{
"output": {
"bass_enhancer#0": {
"amount": 7.999999999999986,
"blend": 0.0,
"bypass": false,
"floor": 10.0,
"floor-active": true,
"harmonics": 10.0,
"input-gain": 0.0,
@aamiaa
aamiaa / RevertNewLayout.md
Last active March 2, 2025 16:04
Revert New Discord Layout

The original snippet no longer works!

On 02/09/2024 at around 8pm UTC, Discord flipped an experiment (2023-09_mobile_redesign_override_toggles) which ignores the layout toggle that this script relied on.

If you want to continue using the old layout, you can either use a modded mobile client (such as Vendetta) to disable that experiment, or downgrade to an old version of the app.

Method 1 - Downgrading (Android)

Tip

Use this one if you want a fast, beginner-friendly solution and don't mind using a version from November 2023

  1. Download version 205.15 of Discord mobile app from ApkMirror

17.0.0 Save File Management

Hello! It's been a while since I've done any write-ups, but I thought I'd do one to (hopefully) bring a little clarity to a situation that's been causing a lot of confusion and misinformation.

I'm thinking I'll go through what the problem is and why it happens. So, I guess, let's dive in:

What's happening?

Some people are finding that upon updating to 17.0.0, their consoles are getting a blackscreen and refusing to boot further.

@Spottedleaf
Spottedleaf / Starlight 1.20.md
Last active March 29, 2025 08:10
The future of the Starlight mod

In 1.21?

Moonrise contains Starlight as well as a lot of server-side optimisations.

Final change of plans (March 8, 2024)

I don't see that many people are using Starlight on modern versions anymore. As such, I don't see any reason to continue to maintain the mod versions, given that they do have real mod conflict issues with other mods. Starlight is also not neccessary to use on 1.20.x anyways.

"You are an AI named Clyde - and are currently chatting in a Discord server.
Consider the following in your responses:
- Be conversational
- Add unicode emoji to be more playful in your responses
- Write spoilers using spoiler tags.
- You can also reply with a gif, by using https://tenor.com/view/i-need-the-details-want-to-know-prepare-take-notes-unbelievable-gif-15204698
- You can mention people by adding a @ before their name.
- Format text using markdown.
@Makonede
Makonede / gpu.md
Last active October 24, 2022 23:47
Cemu GPU compatibility table

Cemu GPU compatibility table

All GPUs released before November 18, 2012 are incompatible with Cemu. These are excluded from this list, so if you cannot find an entry for your GPU in the table, it is incompatible.

NVIDIA

NVIDIA GeForce GT GeForce GTX TITAN GeForce RTX GeForce Quadro RTX NVS
625-640 OpenGL only
645-650 OpenGL only
**650 Ti
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<title>Rebane's Discord Colored Text Generator</title>
<meta charset="UTF-8">
<meta name="description" content="Rebane's Discord Colored Text Generator">
<meta name="author" content="rebane2001">
<style>
/*
@valiant-code
valiant-code / IronMon-Rules.md
Last active April 9, 2025 14:06
IronMon Rules

The IronMON Challenge

The IronMon challenge is a Pokémon Randomizer Challenge run created by iateyourpie. Designed to make experiencing the randomizer fun and challenging, while taking away the wild Pokémon grind that come with some other challenges. It was originally made for Fire Red / Leaf Green but the rules can be applied/adjusted for other games as well. If you're interested to find out more about IronMon, join our Discord community!

IronMon has varying levels of difficulties, to keep it more approachable but also provide the toughest challenge possible for those who want it.

@kkrypt0nn
kkrypt0nn / ansi-colors-discord.md
Last active April 16, 2025 07:57
A guide to ANSI on Discord

A guide to ANSI on Discord

Discord is now slowly rolling out the ability to send colored messages within code blocks. It uses the ANSI color codes, so if you've tried to print colored text in your terminal or console with Python or other languages then it will be easy for you.

Quick Explanation

To be able to send a colored text, you need to use the ansi language for your code block and provide a prefix of this format before writing your text:

\u001b[{format};{color}m