逗游網(wǎng):值得大家信賴的游戲下載站!
發(fā)布時間:2024-01-22 10:58 來源:互聯(lián)網(wǎng)
幻獸帕魯私人服務(wù)器搭建教程。不少玩家可能還不太清楚游戲中如何搭建私人服務(wù)器,下面帶來具體的方法,供各位玩家們參考。
私人服務(wù)器搭建教程
官方雖然有服務(wù)器教程, 但是是純英文的, 搭設(shè)的時候也遇到了一些問題, 為了讓其他人避免這些問題并讓其他大佬來解決, 于是發(fā)出這篇中文的服務(wù)器搭建指南, 服務(wù)器基于通用的 windows 平臺, 利用steamcmd進行服務(wù)器搭建(所以實際上Linux也不影響), 在此之前, 請允許我視作各位已經(jīng)有基礎(chǔ)的計算機應(yīng)用知識, 并有過一定的 dos 使用經(jīng)驗
具體步驟:
下載steamcmd, windows平臺可以直接前往官網(wǎng)下載: 中文維基教程
將steamcmd下載路徑設(shè)定至環(huán)境變量path, 或使用cmd(powershell)前往steamcmd下載路徑:
引用自 cmd:
cd [steamcmd_path]
打開cmd或powershell, 輸入代碼代碼:
引用自 cmd:
steamcmd +login anonymous +app_update 2394010 validate +quit
在下載完成后, 前往steamcmdsteamappscommonPalServer下載路徑, 打開 PalServer.exe文件
至此, 服務(wù)器創(chuàng)建完畢, 只需連接至 [服務(wù)器IP]:[8211] 即可連接, 如需自定義服務(wù)器, 可繼續(xù)下一步
打開路徑文件:
引用自 file:
Windows: steamapps/common/PalServer/Pal/Saved/Config/WindowsServer/PalWorldSettings.ini
Linux: steamapps/common/PalServer/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini
基于下列信息修改路徑文件, 注意, 以下配置不完整, 僅提供部分參考:
引用自 ini:
該路徑文件配置不可換行, 只能修改參數(shù)!!!!!
Difficulty = 當(dāng)前困難
DeathPenalty = 死亡掉落(None = 不掉落, Item = 只掉落物品,ItemAndEquipment = 掉落物品和裝備, All = 全掉落, 包括寵物)
GuildPlayerMaxNum = 公會最大人數(shù)
ServerPlayerMaxNum = 服務(wù)器最大人數(shù)
bIsMultiplay = 開啟多人模式, 該項如果關(guān)閉, 則進入游戲后無法看到其他玩家, 每個人為獨立地圖
ServerName = 服務(wù)器名
ServerDescription = 服務(wù)器簡介
ServerPassword = 服務(wù)器密碼, 如果設(shè)定了服務(wù)器密碼, 則無法通過 ip 直接連接服務(wù)器
PublicPort = 服務(wù)器端口
PublicIP = 服務(wù)器IP, 可以留空, 留空則為默認IP地址
EpicApp=PalServer :該條件不存在, 添加后可使服務(wù)器公開
本人的設(shè)定如下:
引用自 ini:
[/script/pal.palgameworldsettings]
OptionSettings=(Difficulty=Normal,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=ItemAndEquipment,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=16,PalEggDefaultHatchingTime=72.000000,WorkSpeedRate=1.000000,bIsMultiplay=True,bIsPvP=False,bCanPickupOtherGuildDeathPenaltyDrop=False,bEnableNonLoginPenalty=True,bEnableFastTravel=True,bIsStartLocationSelectByMap=True,bExistPlayerAfterLogout=False,bEnableDefenseOtherGuildPlayer=False,CoopPlayerMaxNum=4,ServerPlayerMaxNum=16,ServerName="Clarity Ocean",ServerDescription="澄寶可愛捏!",AdminPassword="",ServerPassword="",PublicPort=8211,PublicIP="",RCONEnabled=False,EpicApp=PalServer,RCONPort=25575,Region="",bUseAuth=True,BanListURL="https://api.palworldgame.com/api/banlist.txt")
注意事項:
bIsMultiplay 如果關(guān)掉, 就會每個人分一個新圖, 沒法相互見面
ini配置文件一定不要換行!
PalWorldSetting.ini一開始可能為空白, 這種情況需要通過根目錄(服務(wù)器exe目錄)的 DefaultPalWorldSettings.ini進行復(fù)制
存檔位于 Save/SaveGames中, 如果發(fā)現(xiàn)有問題, 可以刪除后重新打開服務(wù)器測試
當(dāng)前問題:
使用密碼會導(dǎo)致無法通過IP搜索連接至服務(wù)器
邀請碼具體使用方式不明
上一篇: 《魔獸爭霸3》制勝7要素
下一篇: 趙云傳云漢騰龍八卦爐合成公式配方匯總
《罪惡都市》決定版數(shù)據(jù)在Steam后臺更新
《Apex英雄》日蝕戰(zhàn)斗通行證預(yù)告 全新傳說皮膚等
《霍格沃茨之遺》登上Steam愿望單排行榜榜首
《布蘭博:山丘之王》試玩Demo上線 2023年發(fā)售
《刀劍神域》“今日正式發(fā)售” 官方發(fā)布周年紀念禮盒
《七龍珠:破界斗士》公布賽季更新路線圖
《獵天使魔女3》通過NS模擬器 在PC上以4K/60幀運行
《刺客信條:幻景》樂曲“Into the light”欣賞
《獵天使魔女3》首日更新 改進防走光模式調(diào)整平衡
《生化危機8》云游戲版發(fā)售預(yù)告公布 今日登陸Switch