mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Add Troubleshooting Page to docs (#900)
Update with any sections you want to add
This commit is contained in:
commit
3c05f0bf12
@ -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
2559
docs/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
15
docs/src/content/docs/guides/troubleshooting.md
Normal file
15
docs/src/content/docs/guides/troubleshooting.md
Normal 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.
|
||||||
Loading…
x
Reference in New Issue
Block a user