Skip to content
Randal edited this page Mar 24, 2026 · 1 revision

2026-03-24 09:35

Patch Updates v1.15.8

@Announcements

Happy Tuesday!

Today's patch sorts out a bug that was letting players edit characters that didn't belong to them (in a Game only).

The updated code affects all commands for creating, updating, deleting, importing, exporting, listing, and setting up auto dialog for characters in a Game. Each command has been modified to use new shared logic for testing who can do what, and each command should now return a message as to why you can't do a particular action.

New character access rules are:

  • GameAdmin (somebody allowed to setup games on a server)
    • can update GM character (usually to rename it)
    • can setup auto dialog for players (to help new folks out)
  • GameMaster
    • can access all characters
    • can perform all actions
  • Player
    • can access characters created by them
    • can access characters assigned to them
    • can manage their own/assigned characters
    • can list pcs in the Game

When this bug was reported, it was also requested that we add a "trusted user" option such that a GM could assign a player able to help other players manage their characters. Due to ongoing changes for the data layer migration (and character management upgrades) that won't be possible with this patch. Rest assured, I did lay some of the groundwork for it, but it will have to wait for now.

Requests / Bugs / Roadmaps

We have channels to track and organize bugs and requests! https://discord.com/channels/480488957889609733/1207377294918950963 https://discord.com/channels/480488957889609733/1207387859548512340

Have something to report?

Please drop by our Discord: https://discord.gg/rpgsage

Thank You, and Happy Gaming! :spacer:- Randal, aka RPG Sage :Sage:

Clone this wiki locally