kharidiron / StarryPy

Plugin-driven Starbound proxy server built using Twisted.
Do What The F*ck You Want To Public License
10 stars 3 forks source link

Spawn command does not work in giraffe. #30

Closed kharidiron closed 9 years ago

kharidiron commented 9 years ago

With the new release, the 'spawn planet coordinates' have been removed from the starbound.config file. I assume that, now, they are sent to the client during the connection process (celestialInformation in the connect_response packet: http://doc.playstarbound.com/structStar_1_1ConnectResponsePacket.html#a4010ba182c8db92c553b67c80ed92086), but I don't know this for a fact. Further investigation is needed.

kharidiron commented 9 years ago

For the moment, I've disabled the spawn command.

kharidiron commented 9 years ago

This was addressed in commit the latest commit. https://github.com/kharidiron/StarryPy/commit/f882609f4c2179334b28d0e43772f50a4b690911

It involves a paradigm shift that the functional 'spawn' need not be the same as the one defined by the starbound server. Thus, server admins must use /poi_set spawn to set a spawn point, which can always be changed later. Will need to come back to this to handle case sensitivity.