From c3d85360c152534262a795f6d0ecd6306ec7e7ea Mon Sep 17 00:00:00 2001 From: OlegTheSnowman <123775785+OlegTheSnowman@users.noreply.github.com> Date: Sat, 11 Jul 2026 00:09:58 +0300 Subject: [PATCH] Remap Gag Manager from Alt+N to Alt+F2 Alt+N conflicted with direction_plugin.xml's south-west movement key and was silently shadowing it (Gag Manager loads later, so its binding won). Alt+F2 is unused. Updated the accelerator, the config dialog title, and the readme accordingly. --- cosmic rage/worlds/plugins/GagManager.xml | 394 ++++++++++++++++++++++ readme.md | 9 +- 2 files changed, 396 insertions(+), 7 deletions(-) create mode 100644 cosmic rage/worlds/plugins/GagManager.xml diff --git a/cosmic rage/worlds/plugins/GagManager.xml b/cosmic rage/worlds/plugins/GagManager.xml new file mode 100644 index 0000000..6959d37 --- /dev/null +++ b/cosmic rage/worlds/plugins/GagManager.xml @@ -0,0 +1,394 @@ + + + + + + + + + + + + + + + + diff --git a/readme.md b/readme.md index 04a3acf..7b75854 100644 --- a/readme.md +++ b/readme.md @@ -107,7 +107,7 @@ The soundpack mirrors game text into a separate notepad-style window titled "out - **Ctrl + 1** to **Ctrl + 0**: Recall a recent output line by position from the end (tap once to speak it, twice to copy it, three times to paste it into the command line) ### Gag Manager -- **Alt + N**: Open the Gag Configuration menu (see [Gag Manager](#gag-manager) below) +- **Alt + F2**: Open the Gag Configuration menu (see [Gag Manager](#gag-manager) below) ## Gag Manager @@ -116,7 +116,7 @@ Gags let you hide or replace lines of game text you don't want to see or hear - ### Opening the gag menu -Press **Alt + N** to open the Gag Configuration menu. From there you can: +Press **Alt + F2** to open the Gag Configuration menu. From there you can: * **Create a new gag** - a 3-step walkthrough: the text to match, how to gag it, and which category to file it under. * **Delete an existing gag** - pick from a list of everything you've gagged. @@ -135,11 +135,6 @@ Press **Alt + N** to open the Gag Configuration menu. From there you can: Your gags are saved to `gags.lua`, next to your world file (`worlds/Cosmic Rage/gags.lua`). It's a plain, human-readable file, so you can copy it to share your gag list with someone else or keep it as a backup. To load someone else's list, drop their `gags.lua` into your own `worlds/Cosmic Rage/` folder - this replaces your existing gags, so back yours up first if you want to keep it. -### Known issue - -**Alt + N** is also bound to south-west movement by another plugin. Because Gag Manager loads after it, Alt+N currently opens the gag menu instead of moving you - southwest movement via that key doesn't work right now. - - ## FAQ **Q: My soundpack isn't working. What should I do?**