對于想要聯(lián)機(jī)的小伙伴來說如果擁有自己的服務(wù)器那是一件再好不過的時(shí)間了,所以今天小編為大家?guī)淼木褪峭婕摇癱csingtao”翻譯整理分享的森林游戲?qū)S梅?wù)器設(shè)置教程,不會創(chuàng)建設(shè)置的玩家還不點(diǎn)擊進(jìn)來看看怎么操作的。
游戲?qū)S梅?wù)器設(shè)置教程
游戲版本: V1.07
一,安裝并加載專用服務(wù)器程序
你可以從Steam主界面中的庫-工具中搜索并下載The Forest Dedicated Server安裝。如果你想在不登錄Steam賬號的情況下啟動專用服務(wù)器,可以下載SteamCMD。
注意:
l 如果從Steam啟動專用服務(wù)器后,在游戲里的互聯(lián)網(wǎng)服務(wù)器列表中仍然找不到你的服務(wù)器,那么嘗試到專用服務(wù)器的文件夾中找到相關(guān)可執(zhí)行文件或用它的快捷方式直接啟動。
l 若要在后臺運(yùn)行專用服務(wù)器,可以通過用“-batchmode” 作為命令行參數(shù)來啟動專用服務(wù)器程序。
安裝后在Steam-庫-已安裝-工具里面,運(yùn)行一次The Forest Dedicated Server來在你的電腦上創(chuàng)建服務(wù)器的相關(guān)文件夾。
二,配置
如下有兩種方式來配置專用服務(wù)器。
l 或用命令行參數(shù);
l 或用Server.cfg文件。
注意:用命令行參數(shù)會覆蓋在配置文件中的相關(guān)條目。
二,甲.使用命令行來配置:
用命令行工具啟動專用服務(wù)器需要:
1,在你的路由器和防火墻中為TCP/UDP打開8766, 27015 和 27016端口。
2,創(chuàng)建快捷方式并添加:
-serverip xxx.xxx.xxx.xxx -serversteamport8766 -servergameport 27015 -serverqueryport 27016 -servername TheForestGameDS-serverplayers 8 -difficulty Normal -inittype Continue -slot 1
3,用這個(gè)快捷方式啟動專用服務(wù)器或啟動游戲。
可用的命令行參數(shù)有:
l -serverip // If you have a router, this address is the internal address,and you need to configure ports forwarding 設(shè)置服務(wù)器IP,注意,如果你使用內(nèi)部網(wǎng),這個(gè)IP就是你的內(nèi)網(wǎng)IP
l -serversteamport // Set the steam server port, default is 8766 設(shè)置Steam 通訊端口,如果你有路由器,需要在路由器里面打開該端口。下兩個(gè)端口設(shè)置相同步驟。該端口默認(rèn)是 8766
l -servergameport // 同上,默認(rèn) 27015
l -serverqueryport // 同上,默認(rèn) 27016
l -servername // Set the server display name 設(shè)置服務(wù)器顯示名稱
l -serverplayers // Set the max. number of players, default is 8 設(shè)置允許加入的最家數(shù),默認(rèn)8
l -serverpassword // Set the server password, default is none 設(shè)置服務(wù)器密碼,空著表示沒有密碼,默認(rèn)無
l -serverpassword_admin // Set the server admin password, default is none 設(shè)置服務(wù)器管理員密碼,空著表示沒有。默認(rèn)無
l -serversteamaccount // Set the steam account, blank means anonymous (see Steam serveraccount bellow) 設(shè)置Steam賬號,空著表示匿名或無名(參考如下的Steam服務(wù)器賬號)
l -enableVAC //Enable Valve Anti Cheat 設(shè)置是否允許作弊,必須設(shè)置on/開或off/關(guān)
l -serverautosaveinterval // Set the autosave interval in minutes, default is 15 設(shè)置自動保存的時(shí)間間隔,默認(rèn)15分鐘
l -difficulty // Set the game difficult level, default is Normal 設(shè)置游戲難度Peaceful/和平, Normal/一般或Hard/困難
l -inittype // Set the init type of game, default is New 設(shè)置每次進(jìn)入服務(wù)器需要玩家新開/new還是繼續(xù)游戲/continue,強(qiáng)烈建議設(shè)置為 continue
l -slot<1|2|3|4|5> // Set the save slot to use, default is 1 設(shè)置保存位置,默認(rèn)1
l -showlogs //Enable server log window 設(shè)置事件記錄日志,必設(shè)項(xiàng)
l -veganmode //Enable the vegan mode cheat (no enemies) 設(shè)置有/on 或無/off野人
l -vegetarianmode// Enable the vegetarian mode cheat (no enemies during daytime) 設(shè)置是否允許白天有無野人
l -resetholesmode// Reset all existing floor holes when loading a save 加載存檔時(shí)是否重設(shè)已有地板孔洞,不知道是不是我翻譯的這意思
l -treeregrowmode// Enable Tree regrowth when sleeping 允許在玩家睡覺時(shí)被砍倒的樹木生長
l -nobuildingdestruction// Enemie and players cannot destroy buildings 是否允許建筑損毀
l -allowenemiescreative// Enable enemy spawn in creative games 在創(chuàng)建模式下允許野人再生
l -allowcheats //Allow clients to use the built in development console 是否允許玩家使用內(nèi)置控制臺
l -configfilepath// Changes the config file path used by the server 允許自定義配置文檔位置,空白為默認(rèn)位置
l -savefolderpath// Allows defining a custom folder for save slots 允許自定義保存文檔位置,空白為默認(rèn)位置
注意:對配置文檔的路徑,所在文件夾必須先建立,但也可以通過啟動專用服務(wù)器來建立相關(guān)文件夾。使用斜杠如/。比如:
-configfilepath"d:/Your/Custom/Path/YourServerConfigFileName.cfg"
二,乙.使用配置文檔Server.cfg來配置
Server.cfg文檔可在你第一次啟動專用服務(wù)器的時(shí)候自動被創(chuàng)建。
Server.cfg文檔默認(rèn)位置位于:
C:\Users\%USER%\AppData\LocalLow\SKS\TheForestDedicatedServer\ds\Server.cfg
當(dāng)然,你也可以通過如下方法找到該文件夾。
同時(shí)按鍵盤左邊的windows鍵+R鍵打開查找/搜索框,并輸入 “%appdata%”回車。在彈出的文件夾欄里向上,找到Appdata 文件夾。一路向下:Appdata – LocalLow – SKS – TheForestDedicatedServer – DS - Server.cfg。
用記事本打開該文檔,Server.cfg中的內(nèi)容如下(注意括號及內(nèi)的內(nèi)容是我加的):
//Dedicated Server Settings.
// ServerIP address - Note: If you have a router, this address is the internal address,and you need to configure ports forwarding (設(shè)置服務(wù)器IP,注意,如果你使用路由器,這個(gè)IP就是你的內(nèi)網(wǎng)IP,你還需要設(shè)置端口轉(zhuǎn)發(fā)。)
serverIP192.168.1.***
// SteamCommunication Port - Note: If you have a router you will need to open thisport. (Steam 通訊端口,如果你有路由器,需要在路由器里面打開該端口。下兩個(gè)端口設(shè)置相同步驟。)
serverSteamPort8766
// GameCommunication Port - Note: If you have a router you will need to open thisport. (同上)
serverGamePort27015
// QueryCommunication Port - Note: If you have a router you will need to open thisport. (同上)
serverQueryPort27016
// Serverdisplay name (服務(wù)器顯示的名字)
serverName *********/NoModding,No Cheating
// Maximumnumber of players (允許加入服務(wù)器的最家數(shù))
serverPlayers8
// EnableVAC (Valve Anti-cheat System at the server. Must be set off or on (是否允許作弊,必須設(shè)置on/開或off/關(guān))
enableVACon
// Serverpassword. blank means no password (服務(wù)器密碼,空著表示沒密碼)
serverPassword
// Serveradministration password. blank means no password(服務(wù)器管理員密碼,空著表示沒密碼)
serverPasswordAdmin***************
// YourSteam account name. blank means anonymous (你的Steam賬號,空著表示匿名或無名)
serverSteamAccount******
// Timebetween server auto saves in minutes - The minumum time is 15 minutes, thedefault time is 30 (自動保存時(shí)間間隔,最短15分鐘,默認(rèn)30分鐘)
全部評論