From e03fd4768c67cc06a3c7904bc8b115d9661b7cf2 Mon Sep 17 00:00:00 2001 From: Ben C Date: Thu, 13 Jun 2024 17:03:58 -0400 Subject: [PATCH] Add troubleshooting page --- docs/src/content/docs/guides/troubleshooting.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/src/content/docs/guides/troubleshooting.md diff --git a/docs/src/content/docs/guides/troubleshooting.md b/docs/src/content/docs/guides/troubleshooting.md new file mode 100644 index 00000000..daebcd9c --- /dev/null +++ b/docs/src/content/docs/guides/troubleshooting.md @@ -0,0 +1,10 @@ +--- +title: Troubleshooting +description: A guide to troubleshooting common issues with mods +--- + +## My slide reels aren't updating when I change them + +Certain images (such as slide reels) get modified by New Horizons before usage, to save on resources NH will cache +the modified version of these images on the file system to be recalled later for easier access. If you are changing +an image you'll need to clear the cache located in the `SlideReelsCache` folder of your mod's directory to see changes. To do this simply delete the folder and restart the game.