Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update simbridge paths #1022

Merged
merged 4 commits into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/fbw-a32nx/feature-guides/flypados3/charts.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,17 +158,17 @@ The controls are similar to the Navigraph chart view (see above) although there

### Where to Store Local Files

The local files need to be stored in the following folders (located by default in your community directory):
The local files need to be stored in the following folders (located by default in your Documents directory):

| Type | Folder Location |
|--------|-----------------------------------------------|
| Images | `<SimBridge-Install-Folder>\resources\images` |
| PDFs | `<SimBridge-Install-Folder>\resources\pdfs` |
| Images | `C:\Users\<Username>\Documents\FlyByWireSim\Simbridge\resources\images` |
| PDFs | `C:\Users\<Username>\Documents\FlyByWireSim\Simbridge\resources\pdfs` |

Note: the documents directory might be accessible on a different path on your machine. Please check [Resources](https://docs.flybywiresim.com/simbridge/install-configure/installation/#resources-folder) if you cannot find it.

The feature does not support any subfolders (yet).

!!! warning ""
Please make sure to keep a copy of any files you store in these locations in another folder. Updates to the Simbridge module will result in these resource folders being deleted.

## Pinned Charts

Expand Down
3 changes: 2 additions & 1 deletion docs/simbridge/install-configure/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ FBW Installer introduced the `Uninstall` feature. To perform an automatic clean

If you would like to manually perform a clean install you first have to delete the
`flybywire-externaltools-simbridge` folder from your community folder.
Next delete the resources folder located in your Documents folder. See [Resources](https://docs.flybywiresim.com/simbridge/install-configure/installation/#resources-folder)

We also store additional information related to the tool in a separate directory, which is built when you load the tool. You also need to delete the folder.

Expand All @@ -137,4 +138,4 @@ If the above folders are hidden to you, follow the directions on [Microsoft's su

Once in the correct directory, delete the folder shown here:

![localstate folder](../assets/temp_folder.png){loading=lazy}
![localstate folder](../assets/temp_folder.png){loading=lazy}
Loading