Hardcore Palworld — setting up a 0.1x EXP slow-progression server
Some of the highest-engagement Palworld threads in 2026 have been players setting EXP rate to 0.1x — one-tenth the default — and discovering that the game becomes a fundamentally different, more deliberate experience. The community pattern has been consistent: slower leveling forces real choices about which Pals to capture, which biome to explore, and what gear to craft. This page is the setup guide for that style of run.
Why this works
Default Palworld EXP is tuned for a 60-80 hour first-time playthrough. Players reaching the level cap of 50 within a couple of weekends. The Feybreak content was added on top of a level curve that assumes you arrive there well-equipped.
At 0.1x EXP, the level curve stretches to roughly 600-800 hours of play. That sounds punishing, but it produces emergent effects most players describe as positive:
- You actually use the early-game Pals because you're at low levels long enough to learn their kits.
- Resource gathering becomes the limiting factor, not levels — which changes which biomes you live in.
- Bosses become genuinely intimidating because you don't outlevel them in a session.
- Multiplayer cooperation matters more — covering each other's gaps is the only way to clear content above your level.
Players on the main 0.1x thread reported reaching Frostallion (a level-50 content area) at level 38, not because the game broke but because they prepared properly and used positioning instead of stat overcoming.
The base setting
The change that defines this style is one slider. In PalWorldSettings.ini on your dedicated server:
[/Script/Pal.PalGameWorldSettings]
ExpRate=0.100000
That alone produces the "hardcore Palworld" experience. Most players who try it stop there and find the run satisfying.
Coherent companion settings
If you want a fully tuned slow-progression server (not just slow EXP), the settings below complement the 0.1x EXP base without making the game miserable. Each one has a reason to move, not just a "make it harder" rationale.
| Setting | Default | Recommended | Why |
|---|---|---|---|
ExpRate | 1.0 | 0.1 | The defining change — 10x slower leveling. |
PalCaptureRate | 1.0 | 1.0 | Leave at default. Lower capture makes the slow-EXP problem compound badly — you can't even build the team. |
PalSpawnNumRate | 1.0 | 0.8 - 1.0 | Slightly lower spawn density encourages exploration over farming. |
PalDamageRateAttack | 1.0 | 1.0 | Leave default; the level-based scaling already makes pals feel weaker for longer. |
PalDamageRateDefense | 1.0 | 1.5 - 2.0 | Bump Pal defense slightly. At low levels facing high-level wild Pals, your team dies in 2 hits without this. |
PlayerDamageRateAttack | 1.0 | 1.0 | Default. |
PlayerDamageRateDefense | 1.0 | 1.5 | Same reason as Pal defense — you're under-leveled for longer, need to survive long enough to learn. |
DeathPenalty | "All" | "ItemAndEquipment" | Full item loss on death at 0.1x is a 3-hour setback per death. Drop down a tier. Pals stay (they fled), items drop. |
WorkSpeedRate | 1.0 | 1.0 - 1.5 | Slightly faster base work compensates for the slower active-play progression. |
DropItemMaxNum | 3000 | 1500 | Lower clutter to reduce server load on long runs. |
Settings to leave alone
Some settings look tempting to tune for "hardcore" but break the game in ways that aren't fun:
- Don't lower
PalCaptureRate. At 0.1x EXP you're already capturing slowly because you spend more time at each capture level. Compounding it makes early game grindy in the worst sense. - Don't raise
PalEggDefaultHatchingTimeabove default. Slow leveling + slow hatching means you can't get bred Pals before you outgrow them. - Don't change
PalAutoHPRegeneRate. Pals already heal slowly. Lowering further means combat triage takes longer than the combat. - Don't lower
BaseCampMaxNumbelow 3. You need spread-out bases for the long resource grind. One base is a 200-hour bottleneck.
What progression looks like at 0.1x EXP
| Approximate hours | Level range | Content opened |
|---|---|---|
| 0-30 | 1-10 | Starting plateau, first base, basic Pals captured |
| 30-80 | 10-20 | Second biome, first dungeon, midgame Pals |
| 80-160 | 20-30 | Boss tier 1, Feybreak edge content, breeding starts paying off |
| 160-300 | 30-40 | Boss tier 2, Sakurajima, advanced breeding, late-game gear |
| 300-600 | 40-50 | Endgame, Sakurajima Part 2 / Terraprisma content, raid prep |
Players running this style of server often play multiple seasons across a year rather than racing to level cap.
Multiplayer with 0.1x EXP
The slow-progression style works best with a small consistent group (2-6 players) who play together regularly. Solo at 0.1x is doable but lonely; large pubs at 0.1x produce frustration because new joiners are perpetually behind.
If you run a public server at this rate, communicate aggressively in the listing: "0.1x EXP, slow-burn community, expect 200+ hour campaigns." It self-selects for the players who want this exact thing.
Applying the changes
- Stop the server. Edit
PalWorldSettings.iniat the path above. - Set
ExpRate=0.100000and any companion settings you want. - Save the file. Start the server.
- Verify in-game: trigger one combat, kill a low-level wild Pal. The XP gain should be roughly 1/10 of what you'd expect.
If you change EXP mid-campaign with existing characters, their stored XP doesn't reset but new gains follow the new rate. Players already at level 30 stay at level 30; from that point forward, they level much more slowly.
For a managed Palworld server with all settings exposed in a panel, see Supercraft plans.