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?**