Connect your game to the rpg.actor character registry. Players use their Atmosphere Account and play as their own character, with stats, items, and sprites pulled from their personal data server.
Game Engines
Plugins for various game engines to use rpg.actor sprites, stats, and items in your games.
| RPG Maker MZ
Core plugins for RPG Maker MZ to add login, sprites, stats, NPCs, and social posting.
Six-plugin suite: OAuth login, character sprites, stat sync, NPC spawning, and Bluesky post display. Works with RPG Maker MZ 1.6
Pre-built sample with login, sprite loading, stat sync, and NPC spawning. Examples of how to overwrite stats and sprites, and other API calls.
Approved add-on by rpg.actor • MIT license
Setup
Install the plugin zip into your project, then add the files in the Plugin Manager.
- Extract the zip into your project's
js/plugins/folder. You should see sixRPGACTOR_*.jsfiles. - Open the Plugin Manager in RPG Maker MZ and add each plugin in the order listed below.
- Configure the plugins to match your project's needs.
- Playtest as a desktop build using NW.js. The login overlay should appear on new game.
OAuth needs the NW.js desktop runtime for the localhost callback server.
| Godot Engine
Add-on for Godot 4 that includes login, AT Protocol records, and sprite implementation.
GDScript add-on for Godot 4.x: OAuth, AT Protocol records, and sprite nodes for 2D and 3D scenes.
Community add-on by TechTastic • MIT license
Web Integrations
Libraries for websites and web apps to use rpg.actor characters, sprites, across the open social web.
| Astro Loaders
Suite for Astro to read AT Protocol records and rpg.actor content collections.
Load rpg.actor sprites and stats into Astro 5.13+ as typed content collections.
Authentication helpers for Astro projects using AT Protocol OAuth flows.
Fetches one actor.rpg.sprite record from a specific account example.
Community library by FujoCoded • MIT license
Various Scripts
Catch-all tools and utility scripts for converting and preparing assets for rpg.actor workflows.
| Minecraft Tools
Scripts made to interface with Minecraft assets and servers.
Use a UUID to convert Minecraft skins into sprite sheets for your rpg.actor characters.
Approved add-on by rpg.actor • MIT license
Further Reading
- Developer Guide – setup notes, API docs, and integration references
- Systems Reference – all 6 stat systems and their fields
- Licenses & Disclosure – credits, acknowledgements, and legal information