For the complete documentation index, see llms.txt. This page is also available as Markdown.

Translate Strings

All player-facing text (notifications, the whole interface, command descriptions) lives in one locale file.

1

Copy the locale file

Copy rm_scenes/locales/en.json to rm_scenes/locales/<code>.json (e.g. de.json).

2

Translate the values

Translate the values. Keys stay as they are; %s placeholders must survive.

3

Set the locale

cfg.locale = 'de'

Top-level keys are server notifications and command descriptions, everything under "ui" is the interface. Missing keys fall back to showing the key name, so a partial translation still runs.