Multi Party Pals Summon
Build your own personal Pal army on the fly. Zero input lag, zero stutter, seamless multiplayer support.
⚙️ What It Does
Normally, Palworld restricts you to having only one active Pal on the field at a time. Multi Party Pals Summon removes this limitation, allowing you to deploy your entire 5-Pal party simultaneously!
- Stack Extra Pals: Summon additional Pals alongside your main vanilla Pal without recalling the first one.
- Silent Chat Technology: Chat commands and client hotkey RPCs run silently. They never spam or appear in anyone's chat box!
- Automatic Safety Hooks: Pals auto-recall safely during fast travel, dungeon transitions, or death to prevent state desync.
Multiplayer & Compatibility Matrix
1. Co-Op (Host)
- Host mod needed: Yes
- Client mod needed: Optional
- Hotkeys supported: Yes
- Chat commands supported: Yes
- Chat spam visible: No (Silent)
2. Co-Op (Client)
- Host mod needed: Yes
- Client mod needed: Optional (for keys)
- Hotkeys supported: Yes, if mod is installed
- Chat commands supported: Yes, no mod needed
- Chat spam visible: No (Silent)
3. Dedicated Server
- Host mod needed: Yes (Server)
- Client mod needed: Optional (for keys)
- Hotkeys supported: Yes, if mod is installed
- Chat commands supported: Yes, no mod needed
- Chat spam visible: No (Silent)
Summary: The host (or server) always needs the mod installed. Clients only need it if they want to use hotkeys directly, chat commands work for everyone without a client-side mod. Chat spam is never visible in any setup; it stays silent.
🎮 Hotkey Controls
Hotkeys work seamlessly in Singleplayer, Co-Op (Host & Client), and Dedicated Servers!
- E (Vanilla Key): Calls or Recalls only your first (vanilla) Pal. Any extra Pals remain on the field.
- G: Summons an additional Pal from your currently selected party slot.
- Switch slots with 1 or 3 keys and press G again to deploy more Pals!
- Toggle Recall: Pressing G while selecting an already-active extra Pal's slot will recall only that specific Pal!
- SHIFT + G: Summons all remaining party Pals at once in a formation around you (up to your configured limit).
- ALT + G: Instantly recalls all extra Pals at once.
💬 Chat Commands (Multiplayer / Dedicated Server / Singleplayer)
You can manage your Pals directly via chat commands! (Commands run silently and won't clutter the chat box).
- s (or !s): Summon your currently selected party Pal.
- s 1 .. s 5 (or !s 1 .. !s 5): Summon or recall a specific slot number (Slots 1 through 5) directly!
- sa (or !sa): Summon all remaining party Pals at once in a tactical formation.
- ra (or !ra): Recall all extra Pals immediately.
By default, prefix requirement is disabled (RequireCommandPrefix = false), so you can type s, sa, ra directly into chat. If you enable the prefix in config, use !s, !sa, !ra.
🛡️ Auto-Recall Safety & Protection Systems
Multi Party Pals Summon includes comprehensive safety checks to prevent character desync, falling through the floor, or losing Pal handles:
- Mounted / Riding Protection: Recalling extra Pals is safely blocked while you are mounted or riding a Pal to prevent character/Pal state desync or world clipping.
- Fast Travel Protection: Extra Pals are automatically recalled when fast traveling to waypoints, fast travel statues, or base camps.
- Dungeon Entry & Exit: Extra Pals auto-recall upon entering or exiting dungeon portals.
- Death & Respawn Reset: Extra Pal handles automatically reset upon player death or respawn.
- Otomo Deactivation Sync: Automatically prunes stale handles when a Pal is knocked out, recalled, or swapped.
- Anti-Spam Cooldown: Built-in 1.0s cooldown throttle prevents rapid command spamming or double execution.
🛠️ Configuration (config.lua)
Customize every aspect of the mod by editing config.lua inside the mod's Scripts folder:
- MaxExtraPals (default: 4): Number of extra Pals allowed out alongside your vanilla Pal (4 extra + 1 vanilla = 5 total party Pals).
- RequireCommandPrefix (default: false): Set to
true if you want commands to require a prefix like ! (e.g. !s, !sa).
- CommandPrefix (default: "!"): Change the chat command prefix string.
- Commands: Custom trigger words for commands (default:
Summon = "s", SummonAll = "sa", RecallAll = "ra").
- Hotkeys: Rebind your summon, summon-all, and recall keys (default:
G, SHIFT + G, ALT + G).
- MaximumOtomoSlotCount (default: 5): Maximum party slot limit.
- SpawnRadius (default: 150.0): Spawn distance radius for formation summoning around the player.
- CommandCooldownSeconds (default: 1.0): Anti-spam cooldown timing in seconds.
- Debug (default: false): Toggle developer output logging.
📁 Installation
- Install UE4SS from here.
- Locate your Palworld installation directory.
- Extract the Multi Party Pals Summon folder into:
Pal\Binaries\Win64\ue4ss\Mods
- Ensure enabled.txt is present inside the mod folder (included by default).