rssShow your memories ingame (memories)
| Category: | script |
|---|---|
| Author(s): | IIYAMA12 |
| Downloads: | 17 |
| Rate: | You need to be logged in to vote |
| Rating: | None (0) |
Description:
Capture screenshots in-game and manage a personal gallery that you can display, edit, and share with nearby players.
Video:
https://www.youtube.com/watch?v=soU8Yy968Ko
Features:
* Capture screenshots on demand or by using the in-game camera.
* Browse your gallery, toggle it on/off, and rearrange/delete entries in edit mode.
* Drop a share pickup so nearby players can temporarily view your gallery.
* Optional API to trigger captures, list entries, and fetch image data.
/memories <action>:
* display | d: Show/hide the gallery.
* edit | e: Open gallery in edit mode (reorder via drag, right-click to delete).
* off | o: Hide the gallery.
* share | s: Drop a pickup to share your gallery with nearby players.
* (Conditional) create | c: Take a screenshot. Requires setting allowThirdPersonScreenCapture = true. By default enabled.
* (Conditional) camera | cam: Give yourself a camera. Requires setting giveCamera = true. Photos taken with the camera act like create. By default enabled.
Settings:
* debugEnabled (default false): Enable debug mode.
* giveCamera (default true): Enable /memories camera|cam.
* allowThirdPersonScreenCapture (default true): Enable /memories create|c.
* enableApi (default false): Expose client API (see file api.md). Some helper functions remain available even when disabled.
* multiServer (default false): Share screenshots across all servers; limited security for inappropriate content....
(more)
Video:
https://www.youtube.com/watch?v=soU8Yy968Ko
Features:
* Capture screenshots on demand or by using the in-game camera.
* Browse your gallery, toggle it on/off, and rearrange/delete entries in edit mode.
* Drop a share pickup so nearby players can temporarily view your gallery.
* Optional API to trigger captures, list entries, and fetch image data.
/memories <action>:
* display | d: Show/hide the gallery.
* edit | e: Open gallery in edit mode (reorder via drag, right-click to delete).
* off | o: Hide the gallery.
* share | s: Drop a pickup to share your gallery with nearby players.
* (Conditional) create | c: Take a screenshot. Requires setting allowThirdPersonScreenCapture = true. By default enabled.
* (Conditional) camera | cam: Give yourself a camera. Requires setting giveCamera = true. Photos taken with the camera act like create. By default enabled.
Settings:
* debugEnabled (default false): Enable debug mode.
* giveCamera (default true): Enable /memories camera|cam.
* allowThirdPersonScreenCapture (default true): Enable /memories create|c.
* enableApi (default false): Expose client API (see file api.md). Some helper functions remain available even when disabled.
* multiServer (default false): Share screenshots across all servers; limited security for inappropriate content....
(more)
Version history
| Version | Publish Date | Changes | |
|---|---|---|---|
| 1.0.0 | 2025-10-22 17:34:35 | First public release | Download |
