Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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.