mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-06 04:32:43 +00:00
89 lines
2.6 KiB
YAML
89 lines
2.6 KiB
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: palworld-cm
|
|
data:
|
|
PUID: "1000"
|
|
PGID: "1000"
|
|
PORT: "8211" # Optional but recommended
|
|
PLAYERS: "16" # Optional but recommended
|
|
SERVER_PASSWORD: "worldofpals" # Optional but recommended
|
|
MULTITHREADING: "true"
|
|
RCON_ENABLED: "true"
|
|
RCON_PORT: "25575"
|
|
TZ: UTC
|
|
COMMUNITY: "false" # Enable this if you want your server to show up in the community servers tab, USE WITH SERVER_PASSWORD!
|
|
SERVER_NAME: "World of Pals"
|
|
---
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: palworld-settings
|
|
data:
|
|
PalWorldSettings.ini: >-
|
|
[/Script/Pal.PalGameWorldSettings]
|
|
|
|
OptionSettings=(
|
|
Difficulty=None,
|
|
DayTimeSpeedRate=1.000000,
|
|
NightTimeSpeedRate=1.000000,
|
|
ExpRate=1.000000,
|
|
PalCaptureRate=1.000000,
|
|
PalSpawnNumRate=1.000000,
|
|
PalDamageRateAttack=1.000000,
|
|
PalDamageRateDefense=1.000000,
|
|
PlayerDamageRateAttack=1.000000,
|
|
PlayerDamageRateDefense=1.000000,
|
|
PlayerStomachDecreaceRate=1.000000,
|
|
PlayerStaminaDecreaceRate=1.000000,
|
|
PlayerAutoHPRegeneRate=1.000000,
|
|
PlayerAutoHpRegeneRateInSleep=1.000000,
|
|
PalStomachDecreaceRate=1.000000,
|
|
PalStaminaDecreaceRate=1.000000,
|
|
PalAutoHPRegeneRate=1.000000,
|
|
PalAutoHpRegeneRateInSleep=1.000000,
|
|
BuildObjectDamageRate=1.000000,
|
|
BuildObjectDeteriorationDamageRate=1.000000,
|
|
CollectionDropRate=1.000000,
|
|
CollectionObjectHpRate=1.000000,
|
|
CollectionObjectRespawnSpeedRate=1.000000,
|
|
EnemyDropItemRate=1.000000,
|
|
DeathPenalty=All,
|
|
bEnablePlayerToPlayerDamage=False,
|
|
bEnableFriendlyFire=False,
|
|
bEnableInvaderEnemy=True,
|
|
bActiveUNKO=False,
|
|
bEnableAimAssistPad=True,
|
|
bEnableAimAssistKeyboard=False,
|
|
DropItemMaxNum=3000,
|
|
DropItemMaxNum_UNKO=100,
|
|
BaseCampMaxNum=128,
|
|
BaseCampWorkerMaxNum=15,
|
|
DropItemAliveMaxHours=1.000000,
|
|
bAutoResetGuildNoOnlinePlayers=False,
|
|
AutoResetGuildTimeNoOnlinePlayers=72.000000,
|
|
GuildPlayerMaxNum=20,
|
|
PalEggDefaultHatchingTime=72.000000,
|
|
WorkSpeedRate=1.000000,
|
|
bIsMultiplay=False,
|
|
bIsPvP=False,
|
|
bCanPickupOtherGuildDeathPenaltyDrop=False,
|
|
bEnableNonLoginPenalty=True,
|
|
bEnableFastTravel=True,
|
|
bIsStartLocationSelectByMap=True,
|
|
bExistPlayerAfterLogout=False,
|
|
bEnableDefenseOtherGuildPlayer=False,
|
|
CoopPlayerMaxNum=4,
|
|
ServerPlayerMaxNum=32,
|
|
ServerName="Default Palworld Server",
|
|
ServerDescription="",
|
|
AdminPassword="",
|
|
ServerPassword="",
|
|
PublicPort=8211,
|
|
PublicIP="",
|
|
RCONEnabled=False,
|
|
RCONPort=25575,
|
|
Region="",
|
|
bUseAuth=True,
|
|
BanListURL="https://api.palworldgame.com/api/banlist.txt"
|
|
) |