1. When making a thread, please tag your thread accordingly using the menu to the left of the textfield where you name your thread where applicable. Server Advertisements and Mod Releases should be contained to their respective subforums.

Server Discussion CommandStar: Real-Time Chat, Online Players, and Server Status

Discussion in 'Multiplayer' started by Seriallos, Dec 15, 2013.

  1. FuzzyThor

    FuzzyThor Existential Complex

    This mod was working fine until the update now it wont work. What changes should be made in order for this to be able to use this with the new patch.

    I got another copy of the repository with your updates today and started from scratch but for some reason I keep geeting an error.

    This is the error i am getting.
    Code:
    TypeError: Cannot read property 'binPath' of undefined
      at Object.<anonymous> (C:\Program Files (x86)\Steam\SteamApps\common\Addons\co
    mmandstar-0.1.6\lib\commandstar.coffee:64:28, <js>:85:30)
      at Object.<anonymous> (C:\Program Files (x86)\Steam\SteamApps\common\Addons\co
    mmandstar-0.1.6\lib\commandstar.coffee:1:1, <js>:311:4)
      at Module._compile (module.js:456:26)
    
     
    Last edited: Jan 28, 2014
  2. Ulliam

    Ulliam Big Damn Hero

    Set this up but the only things that seem to work are the game chat and access. It will not update version, players, active systems or worlds explored. Don't really get any error messages. Running on Win7 X64.

    This is what is displayed after running:

    Code:
    C:\Games\commandstar-0.1.6>cd C:\Games\commandstar-0.1.6\
    npm WARN package.json commandstar@0.1.6 No repository field.
    npm WARN package.json node-hipchat@0.2.0 'repositories' (plural) Not supported.
    npm WARN package.json Please pick one as the 'repository' field
    CommandStar listening on port http://0.0.0.0:8080
    
     
  3. FuzzyThor

    FuzzyThor Existential Complex

    What did you do to get it to work at all?

    edit- I got it to work now. The issues was the Starbound: directory line still had a #
     
    Last edited: Jan 29, 2014
  4. MajorCyto

    MajorCyto Phantasmal Quasar

    I downloaded the latest one from the repo, but its throwing a unhandled error event.
     
  5. DarkOS

    DarkOS Big Damn Hero

    mine is running but only updates chat (using 1.6) - is this a known issue?
     
  6. djh816

    djh816 Void-Bound Voyager

    Same thing here. Was working before the final wipe. I noticed they changed the names of some of the binaries or launch scripts this time around. Probably a quick fix when OP has some time. But yeah on mine, I just see chat and server status. No version or player list.
     
  7. FartJokes

    FartJokes Tentacle Wrangler

    I've never used coffeescript but I'll take a look and see if I can fix the bugs and send in a pull request.
     
  8. palasx

    palasx Void-Bound Voyager

    What are the chances of getting this all ported into, say, PHP that will spit out all this as JSON data that we cna format ourselves?
     
  9. FuzzyThor

    FuzzyThor Existential Complex

    Is anyone able to relay chat from hipchat to starbound
     
  10. Higgins

    Higgins Tentacle Wrangler

    I am trying to launch commandstar on reboot on debian linux..

    Code:
    #!/bin/sh
    ### BEGIN INIT INFO
    # Provides:        starcommandstar
    # Required-Start:    networking
    # Required-Stop:
    # Default-Start:    2 3 4 5
    # Default-Stop:        0 1 6
    # Short-Description:    Starbound Server Bits
    # Description:        Starts Server Bits
    ### END INIT INFO
    
    screen -dmS commandstar /opt/commandstar/./runserver.sh
    But it does not start on a reboot... I have a similar script for both the starbound server and starrypy.. Any idea's?.
     
  11. djh816

    djh816 Void-Bound Voyager

    haha same for me on centos. i output the console to a text file and it looks like it gets halfway through the normal procedure and just dies silently..
     
  12. djh816

    djh816 Void-Bound Voyager

    also for whetever reason, I am able to just run my same "/etc/init.d/start_commandstar start" once the system is up with zero issue.
     
  13. Higgins

    Higgins Tentacle Wrangler

    Fix for commandstar not picking up clients leaving..

    /commandstar/lib/starboundserver/

    find
    Code:
      # Info: UniverseServer: Reaping client 'Spacefinger' <1> \
    replace the whole block with

    Code:
      # Info: UniverseServer: Reaping client 'Spacefinger' <1> \
      # (209.6.253.90:56534) connection
      LINE_PLAYER_DISCONNECT_REGEX: ///
        ^Info:\sUniverseServer:\s
        Client\s'([^>]+)'\s<[^>]+>\s\(.*\)\sdisconnected
      ///
     
  14. FuzzyThor

    FuzzyThor Existential Complex

    Anything from the dev about an update?
     
  15. FuzzyThor

    FuzzyThor Existential Complex

Share This Page