Add Troubleshooting Page to docs (#900)

Update with any sections you want to add
This commit is contained in:
xen-42 2024-10-03 01:11:37 -04:00 committed by GitHub
commit 3c05f0bf12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1085 additions and 1503 deletions

View File

@ -12,18 +12,18 @@
"format": "prettier --write ." "format": "prettier --write ."
}, },
"dependencies": { "dependencies": {
"@astrojs/starlight": "^0.19.1", "@astrojs/starlight": "^0.24.2",
"astro": "4.4.1", "astro": "4.10.2",
"rehype-external-links": "^3.0.0", "rehype-external-links": "^3.0.0",
"sharp": "^0.33.2" "sharp": "^0.33.4"
}, },
"devDependencies": { "devDependencies": {
"@apidevtools/json-schema-ref-parser": "^11.1.0", "@apidevtools/json-schema-ref-parser": "^11.6.4",
"eslint": "^8.56.0", "eslint": "^8.56.0",
"eslint-plugin-prettier": "^5.1.3", "eslint-plugin-prettier": "^5.1.3",
"fast-xml-parser": "^4.3.4", "fast-xml-parser": "^4.4.0",
"prettier": "^3.2.5", "prettier": "^3.3.2",
"prettier-plugin-astro": "^0.13.0", "prettier-plugin-astro": "^0.14.0",
"xml-js": "^1.6.11" "xml-js": "^1.6.11"
} }
} }

2559
docs/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,15 @@
---
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.
## My planet is flying away at light speed and also I have anglerfish
Be sure to disable `hasFluidDetector` (previous had to enable `invulnerableToSun`). The anglerfish have fluid volumes in their mouths for killing you
which interact poorly with the fluid detector and can mess up the movement of the planet.