paldb.gg
English

CrossplayPlatforms

Which platforms may join. The shipped default lists all four, which is why crossplay works out of the box. Ships as (Steam,Xbox,PS5,Mac); takes one of the game's named options. From the server, network and admin group of the shipped settings file.

How to set it

shipped file

The setting lives inside the single OptionSettings=(…) line under [/Script/Pal.PalGameWorldSettings] in PalWorldSettings.ini. Change this fragment, keep the rest of the line intact:

CrossplayPlatforms=(Steam,Xbox,PS5,Mac)

Shown with the shipped default. The config generator writes the whole line for you and refuses keys the file does not have.

Default

(Steam,Xbox,PS5,Mac)

Verbatim from DefaultPalWorldSettings.ini, build 4570874460. Value type is inferred from that default — the file has no schema.

None of the generator’s presets change CrossplayPlatforms; it stays at (Steam,Xbox,PS5,Mac) in all of them.

Also in server, network and admin

The “what it does” line at the top is ours, written from the key, its type and its default; the default itself and the syntax are the file’s. DefaultPalWorldSettings.ini, shipped with the Palworld dedicated server (depot 2394010). Defaults are verbatim from that file; the grouping and the notes are ours. All 120 settings · admin commands.

Extracted from Palworld’s game files on (build 4570874460).