Starbound

星界伺服器不工作?

  • February 21, 2015

我的 Starbound 伺服器不工作;當我嘗試登錄伺服器時,它顯示“密碼錯誤”,但我沒有設置密碼。我的朋友可以加入,但我不能。有誰知道該怎麼做?

default_configuration.cfg文件中應該有這樣的程式碼:

"serverPasswords" : [
  "",
  "duckies",
  "swordfish",
],

其中表示空白密碼和兩個預設密碼。嘗試使用預設密碼之一,或將其全部刪除並創建自己的密碼。

截至 2015 年 2 月 12 日…

修改文件"serverUsers"中的條目starbound.config

更具體地說,<SteamApps>/common/Starbound/giraffe_storage/starbound.config

我在這裡猜測,但我想giraffe_storage會隨著未來的更新檔而改變。

這是一個例子:

"serverUsers" : {
 "fred" : {
   "admin" : true,
   "password" : "hunter2"
 },
 "george" : {
   "admin" : false,
   "password" : "swordfish"
 }
},

查看開發部落格文章了解更多資訊: http:

//playstarbound.com/february-17-server-configuration-changes/

引用自:https://gaming.stackexchange.com/questions/150032