차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판이전 판
다음 판
이전 판
game:palworld [2024/07/05 02:44] – [툴킷] V_Lgame:palworld [2024/07/05 02:47] (현재) V_L
줄 1: 줄 1:
-{{tag>pelworld}} +{{tag>palworld}} 
-======Pelworld======+======Palworld======
    
  
 [[game:conan:home|]] + 포켓몬 [[game:conan:home|]] + 포켓몬
  
-팰월드 멀티?+팰월드 멀티? [[Palworld dedicated server]]
  
 솔로플레이, 멀티플레이 둘다 가능함.  솔로플레이, 멀티플레이 둘다 가능함. 
줄 116: 줄 116:
 금속 광석 많은 곳을 추천줌. 후반갈수록 엄청 부족함. 금속 광석 많은 곳을 추천줌. 후반갈수록 엄청 부족함.
  
-=====서버===== 
- 
-====관리자명령==== 
-  * /Save Save the world data. 
-  * /ShowPlayers Show information on all players in the dedicated server. 
-  * /Info Shows info on the dedicated server. 
-  * /DoExit Forcefully shutdowns the dedicated server immediately. 
-  * /BanPlayer (SteamID) Ban a specific player from the dedicated server. 
-  * /KickPlayer (SteamID) Kick a specific player out of the dedicated server. 
-  * /TeleportToMe (SteamID) Teleport a specific player in the server to your character's location. 
-  * /TeleportToPlayer (SteamID) Teleport your character to the location of a specific player in the server. 
-  * /Broadcast (Message) Send a message to all players in the dedicated server. 
-  * /ShutDown (Seconds) (Message) Shutdown server after a number of seconds, and send a message alerting players. 
-====툴킷==== 
- 
-https://github.com/magicbear/palworld-server-toolkit 
-==== 
- 
- 
-<file ini PalGameWorldSettings.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, 
-BaseCampMaxNumInGuild=4, 
-PalEggDefaultHatchingTime=72.000000, 
-WorkSpeedRate=1.000000, 
-AutoSaveSpan=30.000000, 
-bIsMultiplay=False, 
-bIsPvP=False, 
-bCanPickupOtherGuildDeathPenaltyDrop=False, 
-bEnableNonLoginPenalty=True, 
-bEnableFastTravel=True, 
-bIsStartLocationSelectByMap=True, 
-bExistPlayerAfterLogout=False, 
-bEnableDefenseOtherGuildPlayer=False, 
-bInvisibleOtherGuildBaseCampAreaFX=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", 
-RESTAPIEnabled=False, 
-RESTAPIPort=8212, 
-bShowPlayerList=False, 
-AllowConnectPlatform=Steam, 
-bIsUseBackupSaveData=True, 
-LogFormatType=Text) 
- 
-</file>