This package contains art, text, or software code produced using generative AI.
Some of the code was reviewed by Codex, but the main idea was developed by me.
FilePicker Memory remembers the last directory you opened in Foundry's file picker, then reopens the picker at that location next time.
- GMs/players who upload many images, maps, music, or sound files
- Users working with S3 storage and buckets
- Stores history per picker type (
image,audio, etc.) - Stores source (
data/public/s3) - Restores S3
buckettogether with path - Includes a setting
Force restore last path(enabled by default): on first open of a picker instance, it restores the remembered path even if the field already has a default file path
FilePicker Memory 是一个 Foundry VTT v13 模组。
它会记住你上一次打开文件选择器时所在的目录,下次再打开时自动回到那里。
- 经常上传头像、地图、音乐、音效的 GM/玩家
- 使用 S3 存储并经常切换目录或桶的用户
- 按文件类型分别记忆路径(例如
image、audio)。 - 同时记忆来源(
data/public/s3)。 - 使用
s3时会记忆并恢复bucket。 - 提供设置项
强制使用上次路径(默认开启): 即使当前字段已有默认文件路径(例如角色已经有头像),首次打开文件选择器时也会优先跳到上次目录。