安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题








I recreated the error multiple times and here's a screenshot[s10.postimg.org].
Server on the left, actual error message from Starbound crashing on the right. I'm not experienced at giving technical data, so hopefully this isn't completely useless.
On another note, I'm also running both the server and the game on one system. I'm joining my own server via my loopback IP.
Did you install the mod on the server correctly? Steam subscriptions don't apply to the server configuration automatically. If thats the cause, it is not the fault of the mod, but an issue from Chucklefish.
i also think that theres a problem with the Mod install on your dedicated server. I dont know enough about dedicated servers for Starbound to give you a hint how you have to install it.
Could it possibly help if I moved the mod directly into my mods folder? I've actually got another mod which is recently acting this way as well, and I might try doing the same.
In any case, though I'm not highly experienced with networking and running a server, I'm not afraid of poking through files and directories. I've quite a lot of experience with manual mod installation.
***EDIT***
--------------------------------------------------------------------------------------------------------------------------------
Loading the mod from directly under my mods folder did the trick. Works beautifully now. Thanks again for the feedback guys. ^___^
1) create a folder %starbound%/server_mods
2) copy the mods you want on your server directly there (or if you know how, make symbolic links to the .pak files steam loaded, that way they stay up to date)
3) make a copy of sbinit.config (i'll call it dsinit.config dfrom now)
4) in dsinit.config change the ../mods folder to ../server_mods
5) start the dedicated server like that: starbound_server.exe -bootconfig dsinit.config
6) (optional) put the startline from 5) into a new empty start_server.bat and use that in future
7) (optional) add the parameter -logfile <path to logfile> to force the server to log to a file
8) have fun
Maybe i should write a tutorial for that.....
Anyway, I'm going to try this procedure you gave me. Thanks for the support.