Palworld PalWorldSettings.ini generador

Palworld tiene el formato de configuración menos perdonavidas de cualquier juego aquí, y su modo de fallo es silencioso: cometer un solo error de carácter hace que el servidor se arranque normalmente con todas las configuraciones de vuelta a los valores por defecto.

Comenzar desde un preset

Ajustes visuales

palworld Formato
Identity

Shown in the community server list. Commas break the OptionSettings block, so avoid them entirely.

Description in the server list. Same rule — no commas.

The port players connect on. Must match the port your server is actually launched with.

Region tag for the server list. Leave blank to let it be detected.

Gameplay

Preset that sets several rates at once. None means the individual values below are used as written.

Experience multiplier. The game also accepts the six-decimal form it writes itself; a plain number works too.

How likely spheres are to catch a Pal. The most commonly raised setting on private servers.

Density of wild Pals. Raising this increases memory use noticeably — it is the setting most likely to make a server heavy.

How fast Pals work at your base.

Resources gathered from trees, ore and other nodes.

Item drops from defeated enemies.

Hours to hatch a large egg at default settings. Left at 72 most casual groups never see one hatch, which is why almost every private server lowers it.

Higher values make daytime pass faster.

Higher values shorten the night.

Damage players deal.

Damage players take. Higher means players are more fragile, not tougher.

Damage Pals deal.

Damage Pals take.

How fast player hunger drains. Note the spelling — the game misspells "decrease" and the file must match it exactly.

Player stamina drain. Same misspelling as above.

How fast Pals get hungry at base.

What you drop on death. All includes your Pals, which is harsher than most groups expect from the name.

Leave off for a dedicated server — this flag is for hosting from the game client, and setting it on a dedicated server causes confusing behaviour.

Enables player versus player combat.

Direct damage between players. Needed alongside PvP for it to have any effect.

Whether guild members can damage each other.

Raids on your base by wandering enemies.

Fast travel between unlocked statues.

Leaves your character in the world after you disconnect. Turning it on means logging out in a dangerous place can get you killed.

Whether base defences attack players from other guilds.

Lets other guilds loot what you drop on death.

World

Total base camps allowed on the server. Each one is persistent and costs memory, so this is a real performance lever.

Pals assignable to a single base. Raising it multiplies the AI the server simulates.

Base camps a single guild may own.

Items lying on the ground before the oldest are removed. Lowering it is one of the cheapest ways to reduce server load.

Hours a dropped item survives before despawning.

Damage structures take.

How fast structures decay over time. Set to 0 to disable decay entirely, which most private servers do.

How quickly gathered nodes come back.

Deletes guilds whose members have not logged in for a while. Their bases go with them.

Hours of guild inactivity before that reset triggers.

Players & Access

Hard player limit for the dedicated server. 32 is the supported ceiling; higher values are widely reported to destabilise the server.

Join password. Blank means anyone with the address can connect.

Required for in-game admin commands. Set this before opening the server to anyone.

Verifies players against the platform. Turning it off allows anyone to connect as anyone.

Maximum members per guild.

Publishes the connected player list to the server browser.

RCON & Query

Remote console. Leave off unless you need it, and never expose the port publicly.

RCON listening port.

HTTP admin API. Off by default, which is why external tools that rely on it cannot query most Palworld servers.

REST API port — a different number from the game port.

Keeps rolling backups of the save. Leave on; Palworld saves have been known to corrupt.

Shared ban list the server checks on join.

PalWorldSettings.ini

AdminPasswordNo admin password set, so nobody can run admin commands in game.
[/Script/Pal.PalGameMode]
OptionSettings=(ServerName="Spawnly Palworld",ServerDescription="Welcome!",PublicPort=8211,Region=,ServerPlayerMaxNum=32,ServerPassword="",AdminPassword="",bUseAuth=True,GuildPlayerMaxNum=20,bShowPlayerList=False,Difficulty=None,ExpRate=1,PalCaptureRate=1,PalSpawnNumRate=1,WorkSpeedRate=1,CollectionDropRate=1,EnemyDropItemRate=1,PalEggDefaultHatchingTime=72,DayTimeSpeedRate=1,NightTimeSpeedRate=1,PlayerDamageRateAttack=1,PlayerDamageRateDefense=1,PalDamageRateAttack=1,PalDamageRateDefense=1,PlayerStomachDecreaceRate=1,PlayerStaminaDecreaceRate=1,PalStomachDecreaceRate=1,DeathPenalty=All,bIsMultiplay=False,bIsPvP=False,bEnablePlayerToPlayerDamage=False,bEnableFriendlyFire=False,bEnableInvaderEnemy=True,bEnableFastTravel=True,bExistPlayerAfterLogout=False,bEnableDefenseOtherGuildPlayer=False,bCanPickupOtherGuildDeathPenaltyDrop=False,BaseCampMaxNum=128,BaseCampWorkerMaxNum=15,BaseCampMaxNumInGuild=4,DropItemMaxNum=3000,DropItemAliveMaxHours=1,BuildObjectDamageRate=1,BuildObjectDeteriorationDamageRate=1,CollectionObjectRespawnSpeedRate=1,bAutoResetGuildNoOnlinePlayers=False,AutoResetGuildTimeNoOnlinePlayers=72,RCONEnabled=False,RCONPort=25575,RESTAPIEnabled=False,RESTAPIPort=8212,bIsUseBackupSaveData=True,BanListURL=https://api.palworldgame.com/api/banlist.txt)

Cómo funciona la sintaxis del PalWorldSettings.ini

Todo el bloque de configuraciones es una sola línea. Todo vive dentro de OptionSettings=( … ) como pares separados por comas, sin saltos de línea en ningún sitio. Las cadenas necesitan comillas dobles, los booleanos son True y False con mayúsculas, y las tasas se escriben como decimales. Falta una coma, un salto de línea adicional por el envuelto de la línea en tu editor de texto o un true en minúsculas es suficiente para invalidar todo el bloque.

El error que cuesta horas a la gente

Porque un bloque mal formado se descarta en lugar de rechazarse, no hay ningún error que encontrar. El servidor funciona, los jugadores se conectan y todos juegan tranquilamente con las tasas predeterminadas mientras estás seguro de que las cambiaste. Si tus ajustes parecen no haber aplicado, asume un error de sintaxis en esa línea antes de asumir cualquier otra cosa — y nunca edítala en un editor con el word wrap activado.

Soporte & Ayuda