Custom Session IDs

From Resonite Wiki
Revision as of 05:30, 28 September 2024 by ProbablePrime (talk | contribs) (Created page with "Custom Session Ids are a custom format for regular Session IDs, that can be easier to remember and work with. == Format == Custom Session Ids, have 3 Components. <code>S-<User Id or Group Id>:<custom text></code> * The <code>S-</code> this is automatically added when '''setting''' a custom session id, but must be supplied when using a custom session id. * A user id or group ID ** E.g. <code>U-ProbablePrime</code> for a User ID ** E.g. <code>G-Cheese</code> for a G...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Custom Session Ids are a custom format for regular Session IDs, that can be easier to remember and work with.

Format

Custom Session Ids, have 3 Components.

S-<User Id or Group Id>:<custom text>

  • The S- this is automatically added when setting a custom session id, but must be supplied when using a custom session id.
  • A user id or group ID
    • E.g. U-ProbablePrime for a User ID
    • E.g. G-Cheese for a Group ID
  • The custom text portion can be anything you'd like, but there are some restrictions.
    • Only Alphanumeric Characters, Dash(-) and Underscore(_) can be used.

Combining everything together a full custom session Id example would be: S-U-ProbablePrime:CheeseLand.

Setting a Custom Session Id

= In the Headless Server Software configuration

Within the Headless Server Software/Configuration autoStartWorlds configuration.