mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-06 04:32:43 +00:00
remove config map & remove duplicate
This commit is contained in:
@@ -15,79 +15,3 @@ data:
|
||||
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"
|
||||
SERVER_DESCRIPTION: ""
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: palworld-settings
|
||||
data:
|
||||
PalWorldSettings.ini: >-
|
||||
[/Script/OnlineSubsystemUtils.IpNetDriver]
|
||||
NetServerMaxTickRate=60
|
||||
|
||||
[/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"
|
||||
)
|
||||
|
||||
@@ -143,10 +143,6 @@ if [ -n "${BUILD_OBJECT_DETERIORATION_DAMAGE_RATE}" ]; then
|
||||
echo "BUILD_OBJECT_DETERIORATION_DAMAGE_RATE=$BUILD_OBJECT_DETERIORATION_DAMAGE_RATE"
|
||||
sed -E -i "s/BuildObjectDeteriorationDamageRate=[+-]?([0-9]*[.])?[0-9]+/BuildObjectDeteriorationDamageRate=$BUILD_OBJECT_DETERIORATION_DAMAGE_RATE/" /palworld/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini
|
||||
fi
|
||||
if [ -n "${BUILD_OBJECT_DETERIORATION_DAMAGE_RATE}" ]; then
|
||||
echo "BUILD_OBJECT_DETERIORATION_DAMAGE_RATE=$BUILD_OBJECT_DETERIORATION_DAMAGE_RATE"
|
||||
sed -E -i "s/PalAutoHpRegeneRateInSleep=[+-]?([0-9]*[.])?[0-9]+/PalAutoHpRegeneRateInSleep=$BUILD_OBJECT_DETERIORATION_DAMAGE_RATE/" /palworld/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini
|
||||
fi
|
||||
if [ -n "${COLLECTION_DROP_RATE}" ]; then
|
||||
echo "COLLECTION_DROP_RATE=$COLLECTION_DROP_RATE"
|
||||
sed -E -i "s/CollectionDropRate=[+-]?([0-9]*[.])?[0-9]+/CollectionDropRate=$COLLECTION_DROP_RATE/" /palworld/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini
|
||||
|
||||
Reference in New Issue
Block a user