> ## Documentation Index
> Fetch the complete documentation index at: https://akron-cdb9eaf4.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# File Locations

> Complete reference of Akron file paths for saves, recordings, captures, proofs, and mod data.

All paths are relative to `Everest.PathGame` (the active Celeste/Everest installation directory). The exact root varies across Steam, Flatpak, Wine, portable installs, and custom prefixes.

## User Data

| Path                        | Contents                                                                                                               |
| --------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| `Saves/AkronSetups`         | Exported and imported `.akr` setup packs.                                                                              |
| `Saves/AkronRecordings`     | Video recordings and clips. Akron writes here by default; the output folder is configurable via the recorder settings. |
| `Saves/AkronAutomation`     | Automation command-queue input and result files. Normal player workflows do not need this directory.                   |
| `Saves/AkronProof`          | Proof sidecar JSON files written by the proof system and area-completion captures.                                     |
| `Saves/AkronRoomStats`      | Room practice statistics exported as TSV files.                                                                        |
| `Saves/AkronControlDisplay` | Control Display preset files for import and export.                                                                    |
| `Saves/AkronThemes`         | Overlay theme `.akr` packs for import and export.                                                                      |
| `Saves/AkronHudLabels`      | Custom HUD label `.akr` packs for import and export.                                                                   |
| `Saves/AkronTools`          | Downloaded tool binaries, such as the bundled ffmpeg executable.                                                       |
| `Saves/AkronNative`         | Extracted native runtime libraries, organized by runtime identifier.                                                   |
| `Saves/AkronDebug`          | Debug snapshots written on demand for troubleshooting.                                                                 |

For a Flatpak-based Steam install, the typical base path is:

```
~/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/Celeste
```

## Screenshot Tool Exports

The screenshot scanner writes images to an export tree under `Everest.PathGame`. The default root folder is `AkronScreenshotTool_Exports` and is configurable via the screenshot tool settings.

The directory layout is:

```
{ExportRoot}/{chapter SID}/{side letter}/{room name}/{filename}.{png|jpg}
```

Each captured room also gets a `room.json` file with room position, room size, camera size, and viewport dimensions. Tile filenames use ScreenshotTool-style center-relative camera offsets, such as `0000,dx=160,dy=90.png`.

Room Capture writes a merged room collage as `merged.png` or `merged.jpg` in the captured room directory when the scan tiles can be merged safely. Map Capture writes the same per-room output and also writes a world-space chapter collage as `map.png` or `map.jpg` at the side-level export directory when at least one scanned room can be merged. If **Only marked rooms** is enabled, Map Capture writes separate room images under `marked-rooms/<timestamp>/` instead of writing a side-level map collage. If **Downscale map** is enabled, the map collage may be scaled down to avoid unsafe image dimensions.

## Mod Data

| Path               | Contents                                               |
| ------------------ | ------------------------------------------------------ |
| `Source/Resources` | Embedded Akron resources included with the mod source. |

## Streamer Mode

When Streamer Mode is active, Akron-owned UI displays only the filename or final folder name instead of the full local filesystem path.

## Shareable Files

| File type             | Sharing note                                                                                 |
| --------------------- | -------------------------------------------------------------------------------------------- |
| `.akr` files          | Setup packs intended for backup or sharing.                                                  |
| Catalog JSON          | Community-pack index data maintained for shared catalog browsing.                            |
| Runtime-managed files | Not intended for manual editing unless a troubleshooting page gives explicit recovery steps. |
